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

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 349 public void setTextureForItem(int n, Bitmap bitmap) {
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
CarouselViewHelper.java 147 mCarouselView.setTextureForItem(id, (Bitmap) msg.obj);
CarouselController.java 370 public void setTextureForItem(int n, Bitmap bitmap) {
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

Completed in 627 milliseconds