Searched refs:SCALE_Y (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java33 SCALE_Y, enum constant in enum:LauncherViewPropertyAnimator.Properties
211 if (mPropertiesToSet.contains(Properties.SCALE_Y)) {
250 mPropertiesToSet.add(Properties.SCALE_Y);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java33 SCALE_Y, enum constant in enum:LauncherViewPropertyAnimator.Properties
212 if (mPropertiesToSet.contains(Properties.SCALE_Y)) {
254 mPropertiesToSet.add(Properties.SCALE_Y);
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DSgvAnimationHelper.java208 View.SCALE_Y, view.getScaleY(), 1.0f);
230 final ObjectAnimator scaleAnimatorY = ObjectAnimator.ofFloat(view, View.SCALE_Y,
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java221 ObjectAnimator.ofFloat(null, View.SCALE_Y, 0f, 1f));

Completed in 2119 milliseconds