HomeSort by relevance Sort by last modified time
    Searched refs:carousel (Results 1 - 19 of 19) sorted by null

  /frameworks/ex/carousel/test/
Android.mk 22 ../../../../frameworks/ex/carousel/java/com/android/ex/carousel/carousel.rs
24 LOCAL_STATIC_JAVA_LIBRARIES := android-common-carousel
  /frameworks/base/packages/SystemUI/
Android.mk 7 ../../../ex/carousel/java/com/android/ex/carousel/carousel.rs
11 LOCAL_STATIC_JAVA_LIBRARIES := android-common-carousel
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
MyCarouselView.java 22 import com.android.ex.carousel.CarouselController;
23 import com.android.ex.carousel.CarouselView;
24 import com.android.ex.carousel.CarouselView.Info;
41 return new Info(R.raw.carousel);
MusicDemoActivity.java 19 import com.android.ex.carousel.CarouselView;
20 import com.android.ex.carousel.CarouselViewHelper;
86 mView = (CarouselView) findViewById(R.id.carousel);
CarouselTestActivity.java 19 import com.android.ex.carousel.CarouselView;
20 import com.android.ex.carousel.CarouselViewHelper;
146 mView = (CarouselView) findViewById(R.id.carousel);
TaskSwitcherActivity.java 24 import com.android.ex.carousel.CarouselController;
25 import com.android.ex.carousel.CarouselViewHelper;
270 // HACK refresh carousel
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewUtilities.java 1 package com.android.ex.carousel;
CarouselView.java 17 package com.android.ex.carousel;
20 import com.android.ex.carousel.CarouselRS.CarouselCallback;
34 * This class represents the basic building block for using a 3D Carousel. The Carousel is
36 * of slots and the radius. The number of visible cards dictates how far the Carousel can be moved.
37 * If the number of cards exceeds the number of slots, then the Carousel will continue to go
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
    [all...]
CarouselViewHelper.java 1 package com.android.ex.carousel;
15 import com.android.ex.carousel.CarouselRS.CarouselCallback;
CarouselController.java 17 package com.android.ex.carousel;
19 import com.android.ex.carousel.CarouselRS.CarouselCallback;
20 import com.android.ex.carousel.CarouselView.DetailAlignment;
30 * This class represents the basic building block for using a 3D Carousel. The Carousel is
32 * of slots and the radius. The number of visible cards dictates how far the Carousel can be moved.
33 * If the number of cards exceeds the number of slots, then the Carousel will continue to go
199 * Set the number of slots around the Carousel. Basically equivalent to the poles horses
200 * might attach to on a real Carousel.
212 * Sets the number of visible slots around the Carousel. This is primarily used as a chea
    [all...]
CarouselRS.java 17 package com.android.ex.carousel;
29 * This is a support class for Carousel renderscript. It handles most of the low-level interactions
38 // Client messages *** THIS LIST MUST MATCH THOSE IN carousel.rs ***
52 // Drag models *** THIS LIST MUST MATCH THOSE IN carousel.rs ***
    [all...]
carousel.rs 18 #pragma rs java_package_name(com.android.ex.carousel);
99 /** Detail is aligned with the top edge of the carousel view **/
101 /** Detail is aligned with the bottom edge of the carousel view (not yet implemented) **/
146 static const int DRAG_MODEL_PLANE = 1; // Drag relative to projected point on plane of carousel
178 float radius; // carousel radius. Cards will be centered on a circle with this radius
182 float frictionCoeff; // how much to slow down the carousel over time
183 float dragFactor; // a scale factor for how sensitive the carousel is to user dragging
231 static bool isDragging = false; // true while the user is dragging the carousel
235 // Default plane of the carousel. Used for angular motion estimation in view.
244 1.0f // radius - update with carousel radius
    [all...]
  /frameworks/ex/carousel/
Android.mk 21 LOCAL_MODULE := android-common-carousel
30 $(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):android-common-carousel.jar)
  /build/core/
user_tags.mk 41 android-common-carousel \
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 58 // note: toRoot also used by carousel.js
android-developer-core.css 797 /* CAROUSEL */
841 #carousel {
999 /*carousel bulletin layouts*/
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-core.css 667 /* CAROUSEL */
711 #carousel {
869 /*carousel bulletin layouts*/
android-developer-docs.js 73 // note: toRoot also used by carousel.js
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 73 // note: toRoot also used by carousel.js

Completed in 1595 milliseconds