Class ShadowTimePickerDialog


  • @Implements(android.app.TimePickerDialog.class)
    public class ShadowTimePickerDialog
    extends ShadowAlertDialog
    • Field Detail

      • realTimePickerDialog

        @RealObject
        protected android.app.TimePickerDialog realTimePickerDialog
    • Constructor Detail

      • ShadowTimePickerDialog

        public ShadowTimePickerDialog()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(android.content.Context context,
                                       int theme,
                                       android.app.TimePickerDialog.OnTimeSetListener callBack,
                                       int hourOfDay,
                                       int minute,
                                       boolean is24HourView)
      • getHourOfDay

        public int getHourOfDay()
      • getMinute

        public int getMinute()