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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewAnimationsTest.java543 int mPreLayoutPos; field in class:BaseRecyclerViewAnimationsTest.PositionConstraint
553 constraint.mPreLayoutPos = preLayoutPos;
562 constraint.mPreLayoutPos = preLayoutPos;
570 constraint.mPreLayoutPos = RecyclerView.NO_POSITION;
578 if (mPreLayoutPos >= 0) {
592 ", pre=" + mPreLayoutPos +
612 assertEquals(this + ": pre-layout position should match\n" + log, mPreLayoutPos,
615 assertEquals(this + ": pre-layout getPosition should match\n" + log, mPreLayoutPos,

Completed in 30 milliseconds