Searched refs:CVS_PVE_POS (Results 1 – 1 of 1) sorted by relevance
55 static final int CVS_PVE_POS = 4; field in ViewBoundsCheck59 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()