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

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 367 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy,
369 mController.setDetailTextureForItem(n, offx, offy, loffx, loffy, bitmap);
CarouselViewHelper.java 156 mCarouselView.setDetailTextureForItem(id, x, y, lx, ly, (Bitmap) msg.obj);
CarouselController.java 394 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy,
397 if (DBG) Log.v(TAG, "setDetailTextureForItem(" + n + ")");

Completed in 184 milliseconds