Searched refs:LayoutState (Results 1 – 3 of 3) sorted by relevance
72 private LayoutState mLayoutState;688 ? LayoutState.LAYOUT_START : LayoutState.LAYOUT_END; in layoutForPredictiveAnimations()930 LayoutState.ITEM_DIRECTION_TAIL; in updateLayoutStateToFillEnd()945 LayoutState.ITEM_DIRECTION_HEAD; in updateLayoutStateToFillStart()970 LayoutState createLayoutState() { in createLayoutState()971 return new LayoutState(); in createLayoutState()1216 ? LayoutState.ITEM_DIRECTION_HEAD in collectInitialPrefetchPositions()1217 : LayoutState.ITEM_DIRECTION_TAIL; in collectInitialPrefetchPositions()1287 final int layoutDirection = delta > 0 ? LayoutState.LAYOUT_END : LayoutState.LAYOUT_START; in collectAdjacentPrefetchPositions()1299 final int layoutDirection = dy > 0 ? LayoutState.LAYOUT_END : LayoutState.LAYOUT_START; in scrollBy()[all …]
386 itemDirection == LayoutState.ITEM_DIRECTION_TAIL; in ensureAnchorIsInCorrectSpan()506 void collectPrefetchPositionsForLayoutState(RecyclerView.State state, LayoutState layoutState, in collectPrefetchPositionsForLayoutState()522 LayoutState layoutState, LayoutChunkResult result) { in layoutChunk()533 layoutState.mItemDirection == LayoutState.ITEM_DIRECTION_TAIL; in layoutChunk()643 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()651 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
11306 @interface LayoutState {} annotation in RecyclerView.State11308 @LayoutState