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