Searched refs:loffy (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java364 * @param loffy an optional offset to apply to the line (in pixels) from top of screen
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 DCarouselController.java391 * @param loffy an optional offset to apply to the line (in pixels) from top of screen
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 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);
H A Dcarousel.rs512 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, rs_allocation texture)
523 cards[n].detailLineOffset.y = loffy;

Completed in 114 milliseconds