Searched refs:onFocusable (Results 1 – 2 of 2) sorted by relevance
324 verify(mObj, never()).onFocusable(); in testTernary1()336 verify(mObj).onFocusable(); in testTernary2()348 when(mObj.onFocusable()).thenReturn(true, false); in testTernary3()366 verify(mObj).onFocusable(); in testTernary4()
61 boolean onFocusable(); in onFocusable() method