Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewFocusRecoveryTest.java130 final RecyclerView.ViewHolder oldVh = focusVh(3); in testFocusRecoveryInChange()
153 FocusViewHolder fvh = cast(focusVh(4)); in testFocusRecoveryAfterRemovingFocusedChild()
188 FocusViewHolder fvh = cast(focusVh(3)); in testFocusRecoveryAfterMovingFocusedChild()
214 FocusViewHolder fvh = cast(focusVh(0)); in testFocusRecoveryAfterRemovingLastChild()
277 FocusViewHolder fvh = cast(focusVh(6)); in testFocusRecoveryAfterChangingFocusableFlag()
527 final RecyclerView.ViewHolder oldVh = focusVh(3); in testFocusRecoveryInTypeChange()
568 RecyclerView.ViewHolder oldVh = focusVh(4); in recoverAdapterChangeViaStableId()
640 focusVh(4); in testDoNotRecoverViaPositionOnNewDataSet()
676 RecyclerView.ViewHolder oldVh = focusVh(3); in testDoNotRecoverIfReplacementIsNotFocusable()
695 private RecyclerView.ViewHolder focusVh(int pos) throws Throwable { in focusVh() method in RecyclerViewFocusRecoveryTest