Home
last modified time | relevance | path

Searched refs:onFocusable (Results 1 – 2 of 2) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DCallbackTest.java324 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()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DCallbackBindingObject.java61 boolean onFocusable(); in onFocusable() method