Searched refs:NumericTextView (Results 1 – 2 of 2) sorted by relevance
35 public class NumericTextView extends TextView { class58 public NumericTextView(Context context, AttributeSet attrs) { in NumericTextView() method in NumericTextView328 void onValueChanged(NumericTextView view, int value, boolean isValid, boolean isFinished); in onValueChanged()
50 import com.android.internal.widget.NumericTextView;51 import com.android.internal.widget.NumericTextView.OnValueChangedListener;88 private final NumericTextView mHourView;89 private final NumericTextView mMinuteView;152 mHourView = (NumericTextView) mainView.findViewById(R.id.hours); in TimePickerClockDelegate()159 mMinuteView = (NumericTextView) mainView.findViewById(R.id.minutes); in TimePickerClockDelegate()972 public void onValueChanged(NumericTextView view, int value,