Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DCursorJoiner.java64 BOTH enumConstant
123 case BOTH: in hasNext()
174 mCompareResult = Result.BOTH; in next()
225 case BOTH: in incrementCursors()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH } enumConstant
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT); in onInterceptTouchEvent()
121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT); in onInterceptTouchEvent()
/frameworks/base/core/java/android/net/
DUri.java1942 static final int BOTH = 0; field in Uri.AbstractPart.Representation
1971 parcel.writeInt(Representation.BOTH); in writeTo()
2015 case Representation.BOTH: in readFrom()
2200 case Representation.BOTH: in readFrom()
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java546 return InterceptType.BOTH; in onTouchIntercept()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java545 return InterceptType.BOTH; in onTouchIntercept()
/frameworks/base/api/
Dcurrent.txt7963 enum_constant public static final android.database.CursorJoiner.Result BOTH;