Searched refs:CVS_PVS_POS (Results 1 – 1 of 1) sorted by relevance
37 static final int CVS_PVS_POS = 0; field in ViewBoundsCheck41 static final int FLAG_CVS_GT_PVS = GT << CVS_PVS_POS;47 static final int FLAG_CVS_EQ_PVS = EQ << CVS_PVS_POS;52 static final int FLAG_CVS_LT_PVS = LT << CVS_PVS_POS;170 if ((mBoundFlags & (MASK << CVS_PVS_POS)) != 0) { in boundsMatch()171 if ((mBoundFlags & (compare(mChildStart, mRvStart) << CVS_PVS_POS)) == 0) { in boundsMatch()