Searched refs:otherVh (Results 1 – 2 of 2) sorted by relevance
280 RecyclerView.ViewHolder otherVh = mRecyclerView.findViewHolderForAdapterPosition(4); in testDoNotRecoverViaPositionOnNewDataSet() local283 assertFocus("should not recover focus if data set is badly invalid", otherVh, false); in testDoNotRecoverViaPositionOnNewDataSet()
798 final ViewHolder otherVh = mRecyclerView.getChildViewHolder(other); in findSwapTargets() local799 if (mCallback.canDropOver(mRecyclerView, mSelected, otherVh)) { in findSwapTargets()814 mSwapTargets.add(pos, otherVh); in findSwapTargets()