HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutCount (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewBasicTest.java 83 0, layoutManager.mLayoutCount);
164 + " layout manager's layout method", 1, layoutManager.mLayoutCount);
307 assertNotSame("stateless parameter should not be preserved", mlm.mLayoutCount,
308 mlmRestored.mLayoutCount);
348 int mLayoutCount = 0;
369 mLayoutCount += 1;
BaseRecyclerViewAnimationsTest.java 140 mOnLayoutCallbacks.mLayoutCount = 0;
224 int mLayoutCount = 0;
236 mLayoutCount = 0;
311 mLayoutCount++;
RecyclerViewAnimationsTest.java     [all...]

Completed in 775 milliseconds