Searched defs:setTextureForItem (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java370 public void setTextureForItem(int n, Bitmap bitmap) { method in class:CarouselController
374 if (DBG) Log.v(TAG, "setTextureForItem(" + n + ")");
455 * when {@link CarouselView#setTextureForItem(int, Bitmap)} is called. It is shared by all
741 * to {@link CarouselView#setTextureForItem(int, Bitmap)}. The timer starts the
742 * moment {@link CarouselView#setTextureForItem(int, Bitmap)} is called and continues
H A DCarouselView.java349 public void setTextureForItem(int n, Bitmap bitmap) { method in class:CarouselView
350 mController.setTextureForItem(n, bitmap);
387 * when {@link CarouselView#setTextureForItem(int, Bitmap)} is called. It is shared by all
544 * to {@link CarouselView#setTextureForItem(int, Bitmap)}. The timer starts the
545 * moment {@link CarouselView#setTextureForItem(int, Bitmap)} is called and continues

Completed in 92 milliseconds