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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java842 ids[i] = constraints[i].mPreLayoutPos;
847 if (constraint.mPreLayoutPos != -1) {
848 constraint.validate(state, positions.get(constraint.mPreLayoutPos),
1316 int mPreLayoutPos; field in class:RecyclerViewAnimationsTest.PositionConstraint
1326 constraint.mPreLayoutPos = preLayoutPos;
1335 constraint.mPreLayoutPos = preLayoutPos;
1343 constraint.mPreLayoutPos = RecyclerView.NO_POSITION;
1351 if (mPreLayoutPos >= 0) {
1365 ", pre=" + mPreLayoutPos +
1385 assertEquals(this + ": pre-layout position should match\n" + log, mPreLayoutPos,
[all...]

Completed in 174 milliseconds