Searched refs:layoutIndex (Results 1 – 2 of 2) sorted by relevance
151 int layoutIndex = mLayoutDrawingOrder.indexOf(child); in drawChild() local152 if (layoutIndex >= 0) { in drawChild()153 return super.drawChild(canvas, mDrawingOrderedChildren.get(layoutIndex), drawingTime); in drawChild()
5912 int layoutIndex = mChildHelper.indexOfChild(view); in getScrapOrHiddenOrCachedHolderForPosition() local5913 if (layoutIndex == RecyclerView.NO_POSITION) { in getScrapOrHiddenOrCachedHolderForPosition()5917 mChildHelper.detachViewFromParent(layoutIndex); in getScrapOrHiddenOrCachedHolderForPosition()