Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewFocusRecoveryTest.java310 testFocusRecoveryBeforeLayout(ViewGroup.FOCUS_BEFORE_DESCENDANTS); in testFocusRecoveryBeforeLayoutWithFocusBefore()
315 testFocusRecoveryBeforeLayout(ViewGroup.FOCUS_AFTER_DESCENDANTS); in testFocusRecoveryBeforeLayoutWithFocusAfter()
320 testFocusRecoveryBeforeLayout(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in testFocusRecoveryBeforeLayoutWithFocusBlocked()
343 private void testFocusRecoveryBeforeLayout(int descendantFocusability) throws Throwable { in testFocusRecoveryBeforeLayout() method in RecyclerViewFocusRecoveryTest