Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadKey.java40 public class NumPadKey extends ViewGroup { class
61 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
77 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey
81 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey
85 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey
89 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey
93 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey, defStyle, in NumPadKey()
137 R.style.NumPadKey); in NumPadKey()
H A DKeyguardPinBasedInputView.java43 private NumPadKey[] mButtons = new NumPadKey[10];
167 NumPadKey[] getButtons() { in getButtons()
175 for (NumPadKey key : mButtons) { in reloadColors()
H A DKeyguardPinBasedInputViewController.java74 for (NumPadKey button: mView.getButtons()) { in onViewAttached()
121 for (NumPadKey button: mView.getButtons()) { in onViewDetached()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java80 private NumPadKey[] mButtons = new NumPadKey[]{};