Searched refs:DetailAlignment (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java20 import com.android.ex.carousel.CarouselView.DetailAlignment;
48 DetailAlignment.VIEW_TOP | DetailAlignment.LEFT;
294 * @param alignment a bitmask of DetailAlignment flags.
297 int xBits = alignment & DetailAlignment.HORIZONTAL_ALIGNMENT_MASK;
302 int yBits = alignment & DetailAlignment.VERTICAL_ALIGNMENT_MASK;
H A DCarouselView.java77 public static class DetailAlignment { class in class:CarouselView
296 * @param alignment a bitmask of DetailAlignment flags.

Completed in 748 milliseconds