Searched refs:DRAG_MODEL_PLANE (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java53 public static final int DRAG_MODEL_PLANE = CarouselRS.DRAG_MODEL_PLANE; field in class:CarouselView
H A DCarouselRS.java54 public static final int DRAG_MODEL_PLANE = 1; field in class:CarouselRS
H A Dcarousel.rs146 static const int DRAG_MODEL_PLANE = 1; // Drag relative to projected point on plane of carousel
1076 if (dragModel == DRAG_MODEL_PLANE && rayPlaneIntersect(&ray, &carouselPlane, &t)) {
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java164 mView.setDragModel(CarouselView.DRAG_MODEL_PLANE);

Completed in 144 milliseconds