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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java29 enum Properties { enum in class:LauncherViewPropertyAnimator
40 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class);
160 mPropertiesToSet.add(Properties.DURATION);
167 mPropertiesToSet.add(Properties.INTERPOLATOR);
173 mPropertiesToSet.add(Properties.START_DELAY);
199 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) {
202 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
205 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
208 if (mPropertiesToSet.contains(Properties
[all...]

Completed in 59 milliseconds