Searched refs:PinNumberPicker (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java103 private PinNumberPicker[] mPickers;
135 PinNumberPicker.loadResources(dlg.getContext());
189 mPickers = new PinNumberPicker[NUMBER_PICKERS_RES_ID.length];
191 mPickers[i] = (PinNumberPicker) v.findViewById(NUMBER_PICKERS_RES_ID[i]);
335 for (PinNumberPicker pnp : mPickers) {
346 for (PinNumberPicker pnp : mPickers) {
352 public static class PinNumberPicker extends FrameLayout { class in class:PinDialogFragment
377 private PinNumberPicker mNextNumberPicker;
381 // When the PinNumberPicker has focus, mBackgroundView will show the focused background.
391 public PinNumberPicker(Contex method in class:PinDialogFragment.PinNumberPicker
395 public PinNumberPicker(Context context, AttributeSet attrs) { method in class:PinDialogFragment.PinNumberPicker
399 public PinNumberPicker(Context context, AttributeSet attrs, int defStyleAttr) { method in class:PinDialogFragment.PinNumberPicker
403 public PinNumberPicker(Context context, AttributeSet attrs, int defStyleAttr, method in class:PinDialogFragment.PinNumberPicker
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java106 private PinNumberPicker[] mPickers;
138 PinNumberPicker.loadResources(dlg.getContext());
174 mPickers = new PinNumberPicker[NUMBER_PICKERS_RES_ID.length];
176 mPickers[i] = (PinNumberPicker) v.findViewById(NUMBER_PICKERS_RES_ID[i]);
303 for (PinNumberPicker pnp : mPickers) {
314 for (PinNumberPicker pnp : mPickers) {
320 public static final class PinNumberPicker extends FrameLayout { class in class:PinDialogFragment
343 private PinNumberPicker mNextNumberPicker;
351 public PinNumberPicker(Context context) { method in class:PinDialogFragment.PinNumberPicker
355 public PinNumberPicker(Contex method in class:PinDialogFragment.PinNumberPicker
359 public PinNumberPicker(Context context, AttributeSet attrs, int defStyleAttr) { method in class:PinDialogFragment.PinNumberPicker
363 public PinNumberPicker(Context context, AttributeSet attrs, int defStyleAttr, method in class:PinDialogFragment.PinNumberPicker
[all...]

Completed in 231 milliseconds