Searched defs:loffx (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java390 * @param loffx an optional offset to apply to the line (in pixels) from left edge of card
394 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, argument
398 mRenderScript.setDetailTexture(n, offx, offy, loffx, loffy, bitmap);
H A DCarouselView.java363 * @param loffx an optional offset to apply to the line (in pixels) from left edge of card
367 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, argument
369 mController.setDetailTextureForItem(n, offx, offy, loffx, loffy, bitmap);
H A DCarouselRS.java737 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, Bitmap bitmap) argument
759 mScript.invoke_setDetailTexture(n, offx, offy, loffx, loffy, item.detailTexture);

Completed in 59 milliseconds