Searched refs:getButtons (Results 1 – 4 of 4) sorted by relevance
41 ArrayList<Button> b = getButtons((ViewGroup) getWindow().getDecorView()); in ColorGridDialog()73 private ArrayList<Button> getButtons(ViewGroup vg) { in getButtons() method in ColorGridDialog80 list.addAll(getButtons((ViewGroup) v)); in getButtons()
74 for (NumPadKey button: mView.getButtons()) { in onViewAttached()121 for (NumPadKey button: mView.getButtons()) { in onViewDetached()
167 NumPadKey[] getButtons() { in getButtons() method in KeyguardPinBasedInputView
92 when(mPinBasedInputView.getButtons()).thenReturn(mButtons); in setup()