Searched refs:sx (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Gallery2/jni/filters/
H A Dvibrance.c42 float sx = (float)(Vib/(1+exp(-red*3))); local
43 S = sx+1;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java117 float sx = cropBounds.width() * spotX;
121 RectF r1 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2);
122 float temp = sx;
123 sx = sy;
125 RectF r2 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java60 public abstract void scale(float sx, float sy, float sz); argument
H A DGLES11Canvas.java246 public void scale(float sx, float sy, float sz) { argument
247 Matrix.scaleM(mMatrixValues, 0, sx, sy, sz);
H A DGLES20Canvas.java411 public void scale(float sx, float sy, float sz) { argument
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java58 public abstract void scale(float sx, float sy, float sz); argument
H A DGLES20Canvas.java411 public void scale(float sx, float sy, float sz) { argument
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java245 int sx = 0;
248 sx = (v.getLeft() + v.getRight() - getWidth()) / 2;
252 if ((sx != mScrollX) || (sy != mScrollY)) {
254 smoothScrollTo(sx,sy);
256 scrollTo(sx, sy);
H A DPhoneUi.java315 ObjectAnimator sx = ObjectAnimator.ofFloat(mAnimScreen, "scaleFactor",
321 inanim.playTogether(tx, ty, tr, tb, sx, title);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java314 public static float distance(float x, float y, float sx, float sy) { argument
315 float dx = x - sx;
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java365 public static float distance(float x, float y, float sx, float sy) { argument
366 float dx = x - sx;
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java336 public static float distance(float x, float y, float sx, float sy) { argument
337 float dx = x - sx;

Completed in 368 milliseconds