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

  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
StaggeredGridLayoutManager.java 128 private final LayoutState mLayoutState;
234 mLayoutState = new LayoutState();
248 mLayoutState = new LayoutState();
668 mLayoutState.mRecycle = false;
675 fill(recycler, mLayoutState, state);
678 mLayoutState.mCurrentPosition = anchorInfo.mPosition + mLayoutState.mItemDirection;
679 fill(recycler, mLayoutState, state);
683 fill(recycler, mLayoutState, state);
686 mLayoutState.mCurrentPosition = anchorInfo.mPosition + mLayoutState.mItemDirection
    [all...]
LinearLayoutManager.java 74 private LayoutState mLayoutState;
494 mLayoutState.mRecycle = false;
534 if (mLayoutState.mLastScrollDelta >= 0) {
581 mLayoutState.mInfinite = resolveIsInfinite();
582 mLayoutState.mIsPreLayout = state.isPreLayout();
586 mLayoutState.mExtra = extraForStart;
587 fill(recycler, mLayoutState, state, false);
588 startOffset = mLayoutState.mOffset;
589 final int firstElement = mLayoutState.mCurrentPosition;
590 if (mLayoutState.mAvailable > 0)
    [all...]
RecyclerView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardStatusBarView.java 91 private int mLayoutState = LAYOUT_NONE;
210 mLayoutState = LAYOUT_NONE;
238 if (mLayoutState == LAYOUT_NO_CUTOUT) {
241 mLayoutState = LAYOUT_NO_CUTOUT;
262 if (mLayoutState == LAYOUT_CUTOUT) {
265 mLayoutState = LAYOUT_CUTOUT;
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 72 private LayoutState mLayoutState;
482 mLayoutState.mRecycle = false;
505 if (mLayoutState.mLastScrollDelta >= 0) {
552 mLayoutState.mInfinite = resolveIsInfinite();
553 mLayoutState.mIsPreLayout = state.isPreLayout();
557 mLayoutState.mExtra = extraForStart;
558 fill(recycler, mLayoutState, state, false);
559 startOffset = mLayoutState.mOffset;
560 final int firstElement = mLayoutState.mCurrentPosition;
561 if (mLayoutState.mAvailable > 0)
    [all...]
RecyclerView.java     [all...]

Completed in 324 milliseconds