Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorGridDialog.java41 ArrayList<Button> b = getButtons((ViewGroup) getWindow().getDecorView()); in ColorGridDialog()
73 private ArrayList<Button> getButtons(ViewGroup vg) { in getButtons() method in ColorGridDialog
80 list.addAll(getButtons((ViewGroup) v)); in getButtons()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewController.java74 for (NumPadKey button: mView.getButtons()) { in onViewAttached()
121 for (NumPadKey button: mView.getButtons()) { in onViewDetached()
H A DKeyguardPinBasedInputView.java167 NumPadKey[] getButtons() { in getButtons() method in KeyguardPinBasedInputView
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java92 when(mPinBasedInputView.getButtons()).thenReturn(mButtons); in setup()