Searched defs:mLayoutMin (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java77 mLayoutManager.mOnLayoutCallbacks.mLayoutMin = firstLayoutStartIndex;
218 int mLayoutMin = Integer.MIN_VALUE; field in class:BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
236 mLayoutMin = Integer.MIN_VALUE;
260 final int start = mLayoutMin == Integer.MIN_VALUE ? 0 : mLayoutMin;

Completed in 33 milliseconds