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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 452 mAnchorInfo.mLayoutFromEnd = mShouldReverseLayout ^ mStackFromEnd;
467 if (before == mAnchorInfo.mLayoutFromEnd) {
506 if (mAnchorInfo.mLayoutFromEnd) {
683 View referenceChild = anchorInfo.mLayoutFromEnd ? findReferenceChildClosestToEnd(state)
697 anchorInfo.mCoordinate = anchorInfo.mLayoutFromEnd
731 anchorInfo.mLayoutFromEnd = mPendingSavedState.mAnchorLayoutFromEnd;
732 if (anchorInfo.mLayoutFromEnd) {
755 anchorInfo.mLayoutFromEnd = false;
762 anchorInfo.mLayoutFromEnd = true;
765 anchorInfo.mCoordinate = anchorInfo.mLayoutFromEnd
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 55 milliseconds