Searched refs:mOldPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseRecyclerViewAnimationsTest.java541 int mOldPos; // if VH field in class:BaseRecyclerViewAnimationsTest.PositionConstraint
552 constraint.mOldPos = oldPos;
561 constraint.mOldPos = RecyclerView.NO_POSITION;
571 constraint.mOldPos = RecyclerView.NO_POSITION;
591 ", old=" + mOldPos +
618 assertEquals(this + ": old position should match\n" + log, mOldPos,

Completed in 8 milliseconds