Searched refs:testFocusRecoveryDuringLayout (Results 1 – 1 of 1) sorted by relevance
324 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