OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CVS_PVE_POS
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ViewBoundsCheck.java
54
static final int
CVS_PVE_POS
= 4;
58
static final int FLAG_CVS_GT_PVE = GT <<
CVS_PVE_POS
;
64
static final int FLAG_CVS_EQ_PVE = EQ <<
CVS_PVE_POS
;
69
static final int FLAG_CVS_LT_PVE = LT <<
CVS_PVE_POS
;
175
if ((mBoundFlags & (MASK <<
CVS_PVE_POS
)) != 0) {
176
if ((mBoundFlags & (compare(mChildStart, mRvEnd) <<
CVS_PVE_POS
)) == 0) {
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 47 milliseconds