OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAG_MODEL_PLANE
(Results
1 - 4
of
4
) sorted by null
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java
53
public static final int
DRAG_MODEL_PLANE
= CarouselRS.
DRAG_MODEL_PLANE
;
CarouselRS.java
54
public static final int
DRAG_MODEL_PLANE
= 1;
[
all
...]
carousel.rs
146
static const int
DRAG_MODEL_PLANE
= 1; // Drag relative to projected point on plane of carousel
[
all
...]
/frameworks/ex/carousel/test/src/com/android/carouseltest/
CarouselTestActivity.java
164
mView.setDragModel(CarouselView.
DRAG_MODEL_PLANE
);
Completed in 69 milliseconds