Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewFocusRecoveryTest.java512 testFocusRecoveryInTypeChange(true); in testFocusRecoveryInTypeChangeWithPredictive()
517 testFocusRecoveryInTypeChange(false); in testFocusRecoveryInTypeChangeWithoutPredictive()
520 private void testFocusRecoveryInTypeChange(boolean withAnimation) throws Throwable { in testFocusRecoveryInTypeChange() method in RecyclerViewFocusRecoveryTest