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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java31 TRANSLATION_Y, enum constant in enum:LauncherViewPropertyAnimator.Properties
202 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
238 mPropertiesToSet.add(Properties.TRANSLATION_Y);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java32 TRANSLATION_Y, enum constant in enum:LauncherViewPropertyAnimator.Properties
203 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
242 mPropertiesToSet.add(Properties.TRANSLATION_Y);

Completed in 54 milliseconds