Searched defs:SCALE_X (Results 1 - 2 of 2) 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.java33 SCALE_X, enum constant in enum:LauncherViewPropertyAnimator.Properties
206 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
248 mPropertiesToSet.add(Properties.SCALE_X);

Completed in 98 milliseconds