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

  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPickerButton.java 30 public class NumberPickerButton extends ImageButton {
34 public NumberPickerButton(Context context, AttributeSet attrs, int defStyle) {
38 public NumberPickerButton(Context context, AttributeSet attrs) {
42 public NumberPickerButton(Context context) {
NumberPicker.java 111 mIncrementButton = (NumberPickerButton) findViewById(R.id.increment);
115 mDecrementButton = (NumberPickerButton) findViewById(R.id.decrement);
280 * We start the long click here but rely on the {@link NumberPickerButton} to inform us when the
312 private final NumberPickerButton mIncrementButton;
313 private final NumberPickerButton mDecrementButton;

Completed in 87 milliseconds