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

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java19 import com.android.ex.carousel.CarouselRS.CarouselCallback;
87 private CarouselCallback mCarouselCallback;
362 * {@link CarouselCallback#onRequestTexture(int)}. Since there's no guarantee
365 * {@link CarouselCallback#onRequestTexture(int)} to swap it with the new one.
367 * @param n the card given by {@link CarouselCallback#onRequestTexture(int)}
382 * to {@link CarouselCallback#onRequestDetailTexture(int)}. Since there's no guarantee
385 * {@link CarouselCallback#onRequestDetailTexture(int)} to swap it with the new one.
454 * value just before {@link CarouselCallback#onRequestTexture(int)} is called and changed
575 public void setCallback(CarouselCallback callback)
586 public CarouselCallback getCallbac
[all...]
H A DCarouselView.java20 import com.android.ex.carousel.CarouselRS.CarouselCallback;
341 * {@link CarouselCallback#onRequestTexture(int)}. Since there's no guarantee
344 * {@link CarouselCallback#onRequestTexture(int)} to swap it with the new one.
346 * @param n the card given by {@link CarouselCallback#onRequestTexture(int)}
355 * to {@link CarouselCallback#onRequestDetailTexture(int)}. Since there's no guarantee
358 * {@link CarouselCallback#onRequestDetailTexture(int)} to swap it with the new one.
386 * value just before {@link CarouselCallback#onRequestTexture(int)} is called and changed
481 public void setCallback(CarouselCallback callback)
H A DCarouselViewHelper.java15 import com.android.ex.carousel.CarouselRS.CarouselCallback;
23 public class CarouselViewHelper implements CarouselCallback {
H A DCarouselRS.java84 private CarouselCallback mCallback;
123 public static interface CarouselCallback { interface in class:CarouselRS
644 public void setCallback(CarouselCallback callback)

Completed in 612 milliseconds