HomeSort by relevance Sort by last modified time
    Searched refs:NumericTextView (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
NumericTextView.java 34 public class NumericTextView extends TextView {
56 public NumericTextView(Context context, AttributeSet attrs) {
326 void onValueChanged(NumericTextView view, int value, boolean isValid, boolean isFinished);
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 48 import com.android.internal.widget.NumericTextView;
49 import com.android.internal.widget.NumericTextView.OnValueChangedListener;
85 private final NumericTextView mHourView;
86 private final NumericTextView mMinuteView;
145 mHourView = (NumericTextView) mainView.findViewById(R.id.hours);
152 mMinuteView = (NumericTextView) mainView.findViewById(R.id.minutes);
869 public void onValueChanged(NumericTextView view, int value,
    [all...]

Completed in 259 milliseconds