Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewFocusRecoveryTest.java324 testFocusRecoveryDuringLayout(ViewGroup.FOCUS_BEFORE_DESCENDANTS); in testFocusRecoveryDuringLayoutWithFocusBefore()
329 testFocusRecoveryDuringLayout(ViewGroup.FOCUS_AFTER_DESCENDANTS); in testFocusRecoveryDuringLayoutWithFocusAfter()
334 testFocusRecoveryDuringLayout(ViewGroup.FOCUS_BLOCK_DESCENDANTS); in testFocusRecoveryDuringLayoutWithFocusBlocked()
372 private void testFocusRecoveryDuringLayout(int descendantFocusability) throws Throwable { in testFocusRecoveryDuringLayout() method in RecyclerViewFocusRecoveryTest