Searched defs:ROTATION_Y (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java34 ROTATION_Y, enum constant in enum:LauncherViewPropertyAnimator.Properties
208 if (mPropertiesToSet.contains(Properties.ROTATION_Y)) {
256 mPropertiesToSet.add(Properties.ROTATION_Y);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java35 ROTATION_Y, enum constant in enum:LauncherViewPropertyAnimator.Properties
209 if (mPropertiesToSet.contains(Properties.ROTATION_Y)) {
260 mPropertiesToSet.add(Properties.ROTATION_Y);

Completed in 560 milliseconds