Searched refs:BOTH (Results 1 - 6 of 6) 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);
H A DPhotoViewController.java733 return InterceptType.BOTH;
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedListView.java183 * {@link Gutter#BOTH}.
189 Gutter.BOTH,
212 int BOTH = 3; field in interface:PagedListView.Gutter
278 int gutter = a.getInt(R.styleable.PagedListView_gutter, Gutter.BOTH);
287 setGutter(Gutter.BOTH);
/frameworks/base/core/java/android/net/
H A DUri.java1974 static final int BOTH = 0; field in class:Uri.AbstractPart.Representation
2003 parcel.writeInt(Representation.BOTH);
2047 case Representation.BOTH:
2232 case Representation.BOTH:
/frameworks/support/car/src/androidTest/java/androidx/car/widget/
H A DPagedListViewTest.java432 mPagedListView.setGutter(PagedListView.Gutter.BOTH);
486 mPagedListView.setGutter(PagedListView.Gutter.BOTH);

Completed in 317 milliseconds