Searched refs:BOTH (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursorJoiner.java38 * case BOTH:
64 BOTH enum constant in enum:CursorJoiner.Result
123 case BOTH:
153 * if the row pointed to by the right cursor is unique, BOTH if the rows in both
174 mCompareResult = Result.BOTH;
225 case BOTH:
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java35 public static enum InterceptType { NONE, LEFT, RIGHT, BOTH } enum constant in enum:PhotoViewPager.InterceptType
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT);
121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT);
/frameworks/base/core/java/android/net/
H A DUri.java1942 static final int BOTH = 0; field in class:Uri.AbstractPart.Representation
1971 parcel.writeInt(Representation.BOTH);
2015 case Representation.BOTH:
2200 case Representation.BOTH:
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java546 return InterceptType.BOTH;
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java545 return InterceptType.BOTH;

Completed in 120 milliseconds