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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java78 mLayoutManager.mOnLayoutCallbacks.mLayoutItemCount = firstLayoutItemCount;
220 int mLayoutItemCount = Integer.MAX_VALUE; field in class:BaseRecyclerViewAnimationsTest.OnLayoutCallbacks
237 mLayoutItemCount = Integer.MAX_VALUE;
261 final int count = mLayoutItemCount
262 == Integer.MAX_VALUE ? state.getItemCount() : mLayoutItemCount;

Completed in 71 milliseconds