Searched refs:onNotFocusable (Results 1 – 2 of 2) sorted by relevance
323 verify(mObj).onNotFocusable(); in testTernary1()337 verify(mObj, never()).onNotFocusable(); in testTernary2()349 when(mObj.onNotFocusable()).thenReturn(false, true); in testTernary3()367 verify(mObj, never()).onNotFocusable(); in testTernary4()
62 boolean onNotFocusable(); in onNotFocusable() method