HomeSort by relevance Sort by last modified time
    Searched defs:mLayoutState (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 133 private final LayoutState mLayoutState;
234 mLayoutState = new LayoutState();
249 mLayoutState = new LayoutState();
663 mLayoutState.mRecycle = false;
670 fill(recycler, mLayoutState, state);
673 mLayoutState.mCurrentPosition = anchorInfo.mPosition + mLayoutState.mItemDirection;
674 fill(recycler, mLayoutState, state);
678 fill(recycler, mLayoutState, state);
681 mLayoutState.mCurrentPosition = anchorInfo.mPosition + mLayoutState.mItemDirection
    [all...]
LinearLayoutManager.java 76 private LayoutState mLayoutState;
479 mLayoutState.mRecycle = false;
502 if (mLayoutState.mLastScrollDelta >= 0) {
549 mLayoutState.mInfinite = resolveIsInfinite();
550 mLayoutState.mIsPreLayout = state.isPreLayout();
554 mLayoutState.mExtra = extraForStart;
555 fill(recycler, mLayoutState, state, false);
556 startOffset = mLayoutState.mOffset;
557 final int firstElement = mLayoutState.mCurrentPosition;
558 if (mLayoutState.mAvailable > 0)
    [all...]
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 46 milliseconds