Home
last modified time | relevance | path

Searched refs:CVS_PVE_POS (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DViewBoundsCheck.java55 static final int CVS_PVE_POS = 4; field in ViewBoundsCheck
59 static final int FLAG_CVS_GT_PVE = GT << CVS_PVE_POS;
65 static final int FLAG_CVS_EQ_PVE = EQ << CVS_PVE_POS;
70 static final int FLAG_CVS_LT_PVE = LT << CVS_PVE_POS;
176 if ((mBoundFlags & (MASK << CVS_PVE_POS)) != 0) { in boundsMatch()
177 if ((mBoundFlags & (compare(mChildStart, mRvEnd) << CVS_PVE_POS)) == 0) { in boundsMatch()