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

/frameworks/ex/carousel/java/com/android/ex/carousel/
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 + ")");
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);

Completed in 63 milliseconds