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 115 private LayoutState mLayoutState;
497 mLayoutState = new LayoutState();
577 fill(recycler, mLayoutState, state);
580 mLayoutState.mCurrentPosition += mLayoutState.mItemDirection;
581 fill(recycler, mLayoutState, state);
585 fill(recycler, mLayoutState, state);
588 mLayoutState.mCurrentPosition += mLayoutState.mItemDirection;
589 fill(recycler, mLayoutState, state)
    [all...]
LinearLayoutManager.java 70 private LayoutState mLayoutState;
447 mLayoutState.mRecycle = false;
505 mLayoutState.mIsPreLayout = state.isPreLayout();
509 mLayoutState.mExtra = extraForStart;
510 fill(recycler, mLayoutState, state, false);
511 startOffset = mLayoutState.mOffset;
512 if (mLayoutState.mAvailable > 0) {
513 extraForEnd += mLayoutState.mAvailable;
517 mLayoutState.mExtra = extraForEnd;
518 mLayoutState.mCurrentPosition += mLayoutState.mItemDirection
    [all...]
RecyclerView.java 728 state.mLayoutState = mLayout.onSaveInstanceState();
730 state.mLayoutState = null;
740 if (mLayout != null && mPendingSavedState.mLayoutState != null) {
741 mLayout.onRestoreInstanceState(mPendingSavedState.mLayoutState);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 178 milliseconds