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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
StaggeredGridLayoutManager.java 131 private final LayoutState mLayoutState;
238 mLayoutState = new LayoutState();
253 mLayoutState = new LayoutState();
667 mLayoutState.mRecycle = false;
674 fill(recycler, mLayoutState, state);
677 mLayoutState.mCurrentPosition = anchorInfo.mPosition + mLayoutState.mItemDirection;
678 fill(recycler, mLayoutState, state);
682 fill(recycler, mLayoutState, state);
685 mLayoutState.mCurrentPosition = anchorInfo.mPosition + mLayoutState.mItemDirection
    [all...]
LinearLayoutManager.java 76 private LayoutState mLayoutState;
490 mLayoutState.mRecycle = false;
513 if (mLayoutState.mLastScrollDelta >= 0) {
560 mLayoutState.mInfinite = resolveIsInfinite();
561 mLayoutState.mIsPreLayout = state.isPreLayout();
565 mLayoutState.mExtra = extraForStart;
566 fill(recycler, mLayoutState, state, false);
567 startOffset = mLayoutState.mOffset;
568 final int firstElement = mLayoutState.mCurrentPosition;
569 if (mLayoutState.mAvailable > 0)
    [all...]
RecyclerView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 72 private LayoutState mLayoutState;
486 mLayoutState.mRecycle = false;
509 if (mLayoutState.mLastScrollDelta >= 0) {
556 mLayoutState.mInfinite = resolveIsInfinite();
557 mLayoutState.mIsPreLayout = state.isPreLayout();
561 mLayoutState.mExtra = extraForStart;
562 fill(recycler, mLayoutState, state, false);
563 startOffset = mLayoutState.mOffset;
564 final int firstElement = mLayoutState.mCurrentPosition;
565 if (mLayoutState.mAvailable > 0)
    [all...]
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 50 milliseconds