Searched refs:setDetailTextureForItem (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java367 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, method in class:CarouselView
369 mController.setDetailTextureForItem(n, offx, offy, loffx, loffy, bitmap);
H A DCarouselViewHelper.java156 mCarouselView.setDetailTextureForItem(id, x, y, lx, ly, (Bitmap) msg.obj);
H A DCarouselController.java394 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, method in class:CarouselController
397 if (DBG) Log.v(TAG, "setDetailTextureForItem(" + n + ")");

Completed in 451 milliseconds