Searched refs:offx (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl185 void setUniverseTransform(IBinder window, float alpha, float offx, float offy,
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java361 * @param offx 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.java388 * @param offx 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)
520 cards[n].detailTextureOffset.x = offx;
980 const float offx = cards[i].detailTextureOffset.x;
984 const float x0 = cards[i].detailLineOffset.x + screenCoord.x + offx;
985 const float x1 = cards[i].detailLineOffset.x + screenCoord.x + offx + textureWidth;
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);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java188 public void setUniverseTransform(IBinder window, float alpha, float offx, float offy, argument
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java426 public void setUniverseTransform(IBinder window, float alpha, float offx, float offy, argument
433 alpha, offx, offy, dsdx, dtdx, dsdy, dtdy);
H A DWindowManagerService.java2641 float offx, float offy, float dsdx, float dtdx, float dsdy, float dtdy) {
2646 mTmpFloats[Matrix.MTRANS_X] = offx;
2640 setUniverseTransformLocked(WindowState window, float alpha, float offx, float offy, float dsdx, float dtdx, float dsdy, float dtdy) argument

Completed in 64 milliseconds