Searched refs:mScaleY (Results 1 - 5 of 5) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImageView.java55 private float mScaleY; field in class:TransitionImageView
161 mScaleY = (float) mDstRect.height() / mSrcRect.height();
163 mScaleYDiff = mScaleY - 1f;
174 dstClipRect.top /= mScaleY;
175 dstClipRect.bottom /= mScaleY;
190 dstUnclipRect.top /= mScaleY;
191 dstUnclipRect.bottom /= mScaleY;
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTargetDrawable.java43 private float mScaleY = 1.0f; field in class:TargetDrawable
166 mScaleY = y;
186 return mScaleY;
222 canvas.scale(mScaleX, mScaleY, mPositionX, mPositionY);
/packages/apps/Camera/src/com/android/camera/
H A DCameraScreenNail.java77 private float mScaleX = 1f, mScaleY = 1f; field in class:CameraScreenNail
186 mScaleX = mScaleY = 1f;
212 mScaleY = mRenderHeight / scaledTextureHeight;
215 Log.i(TAG, "aspect ratio clamping enabled, surfaceTexture scale: " + mScaleX + ", " + mScaleY);
309 Matrix.scaleM(matrix, 0, mScaleX, mScaleY, 1f);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java47 float mScaleY; field in class:LauncherViewPropertyAnimator
212 mViewPropertyAnimator.scaleY(mScaleY);
251 mScaleY = value;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java48 float mScaleY; field in class:LauncherViewPropertyAnimator
213 mViewPropertyAnimator.scaleY(mScaleY);
255 mScaleY = value;

Completed in 170 milliseconds