Searched refs:getButtons (Results 1 – 3 of 3) sorted by relevance
79 for (NumPadKey button : mView.getButtons()) { in onViewAttached()124 for (NumPadKey button : mView.getButtons()) { in onViewDetached()
184 NumPadKey[] getButtons() { in getButtons() method in KeyguardPinBasedInputView
96 when(mPinBasedInputView.getButtons()).thenReturn(mButtons); in setup()