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

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 539 int mPreLayoutPos;
549 constraint.mPreLayoutPos = preLayoutPos;
558 constraint.mPreLayoutPos = preLayoutPos;
566 constraint.mPreLayoutPos = RecyclerView.NO_POSITION;
574 if (mPreLayoutPos >= 0) {
588 ", pre=" + mPreLayoutPos +
608 assertEquals(this + ": pre-layout position should match\n" + log, mPreLayoutPos,
611 assertEquals(this + ": pre-layout getPosition should match\n" + log, mPreLayoutPos,
RecyclerViewAnimationsTest.java     [all...]

Completed in 802 milliseconds