Home
last modified time | relevance | path

Searched refs:offy (Results 1 – 8 of 8) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
DCarouselView.java367 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, in setDetailTextureForItem() argument
369 mController.setDetailTextureForItem(n, offx, offy, loffx, loffy, bitmap); in setDetailTextureForItem()
DCarouselController.java394 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy, in setDetailTextureForItem() argument
398 mRenderScript.setDetailTexture(n, offx, offy, loffx, loffy, bitmap); in setDetailTextureForItem()
Dcarousel.rs512 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, rs_allocation textur…
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;
DCarouselRS.java737 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, Bitmap bitmap) in setDetailTexture() argument
759 mScript.invoke_setDetailTexture(n, offx, offy, loffx, loffy, item.detailTexture); in setDetailTexture()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl185 void setUniverseTransform(IBinder window, float alpha, float offx, float offy, in setUniverseTransform() argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java188 public void setUniverseTransform(IBinder window, float alpha, float offx, float offy, in setUniverseTransform() argument
/frameworks/base/services/java/com/android/server/wm/
DSession.java426 public void setUniverseTransform(IBinder window, float alpha, float offx, float offy, in setUniverseTransform() argument
433 alpha, offx, offy, dsdx, dtdx, dsdy, dtdy); in setUniverseTransform() local
DWindowManagerService.java2711 float offx, float offy, float dsdx, float dtdx, float dsdy, float dtdy) { in setUniverseTransformLocked() argument
2717 mTmpFloats[Matrix.MTRANS_Y] = offy; in setUniverseTransformLocked()