Searched refs:mPropertiesToSet (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java42 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class); field in class:LauncherViewPropertyAnimator
161 mPropertiesToSet.add(Properties.DURATION);
168 mPropertiesToSet.add(Properties.INTERPOLATOR);
174 mPropertiesToSet.add(Properties.START_DELAY);
200 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) {
203 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
206 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
209 if (mPropertiesToSet.contains(Properties.ROTATION_Y)) {
212 if (mPropertiesToSet.contains(Properties.SCALE_Y)) {
215 if (mPropertiesToSet
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java40 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class); field in class:LauncherViewPropertyAnimator
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.ROTATION_Y)) {
211 if (mPropertiesToSet.contains(Properties.SCALE_Y)) {
214 if (mPropertiesToSet
[all...]

Completed in 44 milliseconds