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

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java362 * @param offy an optional offset to apply to the texture (in pixels) from top of detail line
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.java389 * @param offy an optional offset to apply to the texture (in pixels) from top of detail line
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 Dcarousel.rs512 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, rs_allocation texture)
521 cards[n].detailTextureOffset.y = offy;
981 const float offy = -cards[i].detailTextureOffset.y;
986 const float y0 = textureTop + offy - textureHeight - cards[i].detailLineOffset.y;
987 const float y1 = textureTop + offy - cards[i].detailLineOffset.y;
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 87 milliseconds