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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewBasicTest.java60 0, layoutManager.mLayoutCount);
110 + " layout manager's layout method", 1, layoutManager.mLayoutCount);
204 assertNotSame("stateless parameter should not be preserved", mlm.mLayoutCount,
205 mlmRestored.mLayoutCount);
211 int mLayoutCount = 0; field in class:RecyclerViewBasicTest.MockLayoutManager
232 mLayoutCount += 1;
H A DRecyclerViewAnimationsTest.java590 + "trigger a layout", mLayoutManager.mOnLayoutCallbacks.mLayoutCount > 0);
624 + "trigger a layout", mLayoutManager.mOnLayoutCallbacks.mLayoutCount > 0);
923 mOnLayoutCallbacks.mLayoutCount = 0;
1013 int mLayoutCount = 0; field in class:RecyclerViewAnimationsTest.OnLayoutCallbacks
1025 mLayoutCount = 0;
1101 mLayoutCount++;

Completed in 82 milliseconds