FileDocCategorySizeDatePackage
TimePicker.javaAPI DocAndroid 5.1 API2863Sat Mar 14 14:09:36 GMT 2015android.widget

TimePicker.java

package android.widget;
public class TimePicker
  extends android.widget.FrameLayout
{
public static interface OnTimeChangedListener
{
public abstract  void onTimeChanged(android.widget.TimePicker view, int hourOfDay, int minute);
}
public  TimePicker(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); }
public  TimePicker(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); }
public  TimePicker(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr) { super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); }
public  TimePicker(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes) { super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); }
public  void setCurrentHour(java.lang.Integer currentHour) { throw new RuntimeException("Stub!"); }
public  java.lang.Integer getCurrentHour() { throw new RuntimeException("Stub!"); }
public  void setCurrentMinute(java.lang.Integer currentMinute) { throw new RuntimeException("Stub!"); }
public  java.lang.Integer getCurrentMinute() { throw new RuntimeException("Stub!"); }
public  void setIs24HourView(java.lang.Boolean is24HourView) { throw new RuntimeException("Stub!"); }
public  boolean is24HourView() { throw new RuntimeException("Stub!"); }
public  void setOnTimeChangedListener(android.widget.TimePicker.OnTimeChangedListener onTimeChangedListener) { throw new RuntimeException("Stub!"); }
public  void setEnabled(boolean enabled) { throw new RuntimeException("Stub!"); }
public  boolean isEnabled() { throw new RuntimeException("Stub!"); }
public  int getBaseline() { throw new RuntimeException("Stub!"); }
protected  void onConfigurationChanged(android.content.res.Configuration newConfig) { throw new RuntimeException("Stub!"); }
protected  android.os.Parcelable onSaveInstanceState() { throw new RuntimeException("Stub!"); }
protected  void onRestoreInstanceState(android.os.Parcelable state) { throw new RuntimeException("Stub!"); }
public  boolean dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) { throw new RuntimeException("Stub!"); }
public  void onPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) { throw new RuntimeException("Stub!"); }
public  void onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) { throw new RuntimeException("Stub!"); }
public  void onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) { throw new RuntimeException("Stub!"); }
}