Searched refs:BOTH (Results 1 – 6 of 6) sorted by relevance
64 BOTH enumConstant123 case BOTH: in hasNext()174 mCompareResult = Result.BOTH; in next()225 case BOTH: in incrementCursors()
35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH } enumConstant119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT); in onInterceptTouchEvent()121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT); in onInterceptTouchEvent()
1942 static final int BOTH = 0; field in Uri.AbstractPart.Representation1971 parcel.writeInt(Representation.BOTH); in writeTo()2015 case Representation.BOTH: in readFrom()2200 case Representation.BOTH: in readFrom()
546 return InterceptType.BOTH; in onTouchIntercept()
545 return InterceptType.BOTH; in onTouchIntercept()
7963 enum_constant public static final android.database.CursorJoiner.Result BOTH;