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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java32 SCALE_X, enum constant in enum:LauncherViewPropertyAnimator.Properties
205 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
244 mPropertiesToSet.add(Properties.SCALE_X);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java32 SCALE_X, enum constant in enum:LauncherViewPropertyAnimator.Properties
206 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
248 mPropertiesToSet.add(Properties.SCALE_X);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSnapshotPage.java220 ObjectAnimator.ofFloat(null, View.SCALE_X, 0f, 1f),
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java694 ObjectAnimator a = ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 1f, 0f);
703 ObjectAnimator b = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 0f, 1f);
731 ObjectAnimator a = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 1f, 0f);
741 ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 0f, 1f);

Completed in 156 milliseconds