Searched defs:carousel (Results 1 - 5 of 5) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewUtilities.java1 package com.android.ex.carousel;
H A DCarouselViewHelper.java1 package com.android.ex.carousel;
15 import com.android.ex.carousel.CarouselRS.CarouselCallback;
H A DCarouselController.java17 package com.android.ex.carousel;
19 import com.android.ex.carousel.CarouselRS.CarouselCallback;
20 import com.android.ex.carousel.CarouselView.DetailAlignment;
606 * Set the current carousel rotation angle, in card units.
623 * Triggers a rotation of the carousel. All angles are in card units, see:
626 * @param endAngle the card unit to which the carousel should rotate to
668 /** Sets the direction to fill in cards around the carousel.
769 * Tells the carousel that a touch event has started at the designated location.
779 * Tells the carousel that a touch event has moved to the designated location.
789 * Tells the carousel tha
[all...]
H A DCarouselView.java17 package com.android.ex.carousel;
20 import com.android.ex.carousel.CarouselRS.CarouselCallback;
52 // Drag relative to projected point on plane of carousel
54 // Drag relative to projected point on inside (far point) of cylinder centered around carousel
56 // Drag relative to projected point on outside (near point) of cylinder centered around carousel
59 // Draw cards counterclockwise around the carousel
61 // Draw cards clockwise around the carousel
64 // Note: remember to update carousel.rs when changing the values below
76 // Note: remember to update carousel.rs when changing the values below
80 /** Detail is aligned with the top edge of the carousel vie
[all...]
H A DCarouselRS.java17 package com.android.ex.carousel;
38 // Client messages *** THIS LIST MUST MATCH THOSE IN carousel.rs ***
52 // Drag models *** THIS LIST MUST MATCH THOSE IN carousel.rs ***

Completed in 57 milliseconds