Searched refs:getChildViewHolderInt (Results 1 – 11 of 11) sorted by relevance
720 return getChildViewHolderInt(view); in initChildrenHelper()726 final ViewHolder vh = getChildViewHolderInt(child); in initChildrenHelper()744 final ViewHolder vh = getChildViewHolderInt(view); in initChildrenHelper()761 final ViewHolder vh = getChildViewHolderInt(child); in initChildrenHelper()769 final ViewHolder vh = getChildViewHolderInt(child); in initChildrenHelper()1259 final ViewHolder viewHolder = getChildViewHolderInt(view); in removeAnimatingView()1626 final ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i)); in hasUpdatedView()3446 final ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i)); in dispatchLayoutStep1()3485 final ViewHolder viewHolder = getChildViewHolderInt(child); in dispatchLayoutStep1()3555 ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i)); in dispatchLayoutStep3()[all …]
254 RecyclerView.ViewHolder holder = RecyclerView.getChildViewHolderInt(attachedView); in isPrefetchPositionAttached()
859 return getChildViewHolderInt(view); in initChildrenHelper()865 final ViewHolder vh = getChildViewHolderInt(child); in initChildrenHelper()883 final ViewHolder vh = getChildViewHolderInt(view); in initChildrenHelper()900 final ViewHolder vh = getChildViewHolderInt(child); in initChildrenHelper()908 final ViewHolder vh = getChildViewHolderInt(child); in initChildrenHelper()1403 final ViewHolder viewHolder = getChildViewHolderInt(view); in removeAnimatingView()1853 final ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i)); in hasUpdatedView()3795 final ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i)); in dispatchLayoutStep1()3834 final ViewHolder viewHolder = getChildViewHolderInt(child); in dispatchLayoutStep1()3904 ViewHolder holder = getChildViewHolderInt(mChildHelper.getChildAt(i)); in dispatchLayoutStep3()[all …]
266 RecyclerView.ViewHolder holder = RecyclerView.getChildViewHolderInt(attachedView); in isPrefetchPositionAttached()
384 ViewHolder holder = getChildViewHolderInt(getChildAt(i)); in collectViewHolders()398 ViewHolder vh = getChildViewHolderInt(getChildAt(i)); in validateViewHolderPositions()406 ViewHolder vh = getChildViewHolderInt(getChildAt(i)); in validateViewHolderPositions()
154 return RecyclerView.getChildViewHolderInt(view); in getChildViewHolder()
234 position, RecyclerView.getChildViewHolderInt(next).getLayoutPosition()); in createLayoutState()
969 assertEquals(5, RecyclerView.getChildViewHolderInt(inner.getChildAt(0)).mPosition); in nestedPrefetchOffset()970 assertEquals(6, RecyclerView.getChildViewHolderInt(inner.getChildAt(1)).mPosition); in nestedPrefetchOffset()971 assertEquals(7, RecyclerView.getChildViewHolderInt(inner.getChildAt(2)).mPosition); in nestedPrefetchOffset()
503 position, RecyclerView.getChildViewHolderInt(next).getLayoutPosition()); in createLayoutState()
150 updatedVH[0] = RecyclerView.getChildViewHolderInt(view); in changeAndDisappearTest()1755 mRecyclerView.getChildViewHolderInt(view); in addThenRecycleRemovedView()
23 import static androidx.recyclerview.widget.RecyclerView.getChildViewHolderInt;5083 getChildViewHolderInt(getChildAt(0))