Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewFocusRecoveryTest.java280 RecyclerView.ViewHolder otherVh = mRecyclerView.findViewHolderForAdapterPosition(4); in testDoNotRecoverViaPositionOnNewDataSet() local
283 assertFocus("should not recover focus if data set is badly invalid", otherVh, false); in testDoNotRecoverViaPositionOnNewDataSet()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java798 final ViewHolder otherVh = mRecyclerView.getChildViewHolder(other); in findSwapTargets() local
799 if (mCallback.canDropOver(mRecyclerView, mSelected, otherVh)) { in findSwapTargets()
814 mSwapTargets.add(pos, otherVh); in findSwapTargets()