Searched defs:BOTH (Results 1 - 3 of 3) sorted by relevance

/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/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/base/core/java/android/net/
H A DUri.java1950 static final int BOTH = 0; field in class:Uri.AbstractPart.Representation
1979 parcel.writeInt(Representation.BOTH);
2023 case Representation.BOTH:
2208 case Representation.BOTH:

Completed in 96 milliseconds