/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropDrawingUtils.java | 117 float sx = cropBounds.width() * spotX; in drawWallpaperSelectionFrame() local 121 RectF r1 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2); in drawWallpaperSelectionFrame() 122 float temp = sx; in drawWallpaperSelectionFrame() 123 sx = sy; in drawWallpaperSelectionFrame() 125 RectF r2 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2); in drawWallpaperSelectionFrame()
|
/packages/apps/Browser/src/com/android/browser/ |
D | NavTabScroller.java | 245 int sx = 0; in snapToSelected() local 248 sx = (v.getLeft() + v.getRight() - getWidth()) / 2; in snapToSelected() 252 if ((sx != mScrollX) || (sy != mScrollY)) { in snapToSelected() 254 smoothScrollTo(sx,sy); in snapToSelected() 256 scrollTo(sx, sy); in snapToSelected()
|
D | PhoneUi.java | 315 ObjectAnimator sx = ObjectAnimator.ofFloat(mAnimScreen, "scaleFactor", in showNavScreen() local 321 inanim.playTogether(tx, ty, tr, tb, sx, title); in showNavScreen()
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
D | noisefield.rs | 120 float rx0, rx1, ry0, ry1, sx, sy, a, b, t, u, v; 144 sx = noise_sCurve(rx0); 149 a = mix(u, v, sx); 153 b = mix(u, v, sx);
|
/packages/apps/Gallery2/jni/filters/ |
D | vibrance.c | 42 float sx = (float)(Vib/(1+exp(-red*3))); in JNIFUNCF() local 43 S = sx+1; in JNIFUNCF()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Util.java | 314 public static float distance(float x, float y, float sx, float sy) { in distance() argument 315 float dx = x - sx; in distance()
|
/packages/apps/Camera/src/com/android/camera/ |
D | Util.java | 365 public static float distance(float x, float y, float sx, float sy) { in distance() argument 366 float dx = x - sx; in distance()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLES11Canvas.java | 246 public void scale(float sx, float sy, float sz) { in scale() argument 247 Matrix.scaleM(mMatrixValues, 0, sx, sy, sz); in scale()
|
D | GLES20Canvas.java | 411 public void scale(float sx, float sy, float sz) { in scale() argument 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale()
|
D | GLCanvas.java | 60 public abstract void scale(float sx, float sy, float sz); in scale() argument
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 336 public static float distance(float x, float y, float sx, float sy) { in distance() argument 337 float dx = x - sx; in distance()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 411 public void scale(float sx, float sy, float sz) { in scale() argument 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale()
|
D | GLCanvas.java | 58 public abstract void scale(float sx, float sy, float sz); in scale() argument
|