Searched refs:layoutIndex (Results 1 – 2 of 2) sorted by relevance
116 int layoutIndex = mLayoutDrawingOrder.indexOf(child); in drawChild() local117 if (layoutIndex >= 0) { in drawChild()118 return super.drawChild(canvas, mDrawingOrderedChildren.get(layoutIndex), drawingTime); in drawChild()
6033 int layoutIndex = mChildHelper.indexOfChild(view); in getScrapOrHiddenOrCachedHolderForPosition() local6034 if (layoutIndex == RecyclerView.NO_POSITION) { in getScrapOrHiddenOrCachedHolderForPosition()6038 mChildHelper.detachViewFromParent(layoutIndex); in getScrapOrHiddenOrCachedHolderForPosition()