Home
last modified time | relevance | path

Searched refs:NumPadKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java44 public class NumPadKey extends ViewGroup implements NumPadAnimationListener { class
65 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
81 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey
85 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey
89 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey
93 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey
97 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey, defStyle, in NumPadKey()
138 R.style.NumPadKey, mDigitText, null); in NumPadKey()
DKeyguardPinBasedInputView.java57 private NumPadKey[] mButtons = new NumPadKey[10];
200 NumPadKey[] getButtons() { in getButtons()
208 for (NumPadKey key : mButtons) { in reloadColors()
DKeyguardPinBasedInputViewController.java96 for (NumPadKey button : mView.getButtons()) { in onViewAttached()
174 for (NumPadKey button : mView.getButtons()) { in onViewDetached()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardPinBasedInputViewControllerTest.java90 private NumPadKey[] mButtons = new NumPadKey[]{};