Searched refs:mPropertiesToSet (Results 1 – 2 of 2) sorted by relevance
42 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class); field in LauncherViewPropertyAnimator161 mPropertiesToSet.add(Properties.DURATION); in setDuration()168 mPropertiesToSet.add(Properties.INTERPOLATOR); in setInterpolator()174 mPropertiesToSet.add(Properties.START_DELAY); in setStartDelay()200 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) { in start()203 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) { in start()206 if (mPropertiesToSet.contains(Properties.SCALE_X)) { in start()209 if (mPropertiesToSet.contains(Properties.ROTATION_Y)) { in start()212 if (mPropertiesToSet.contains(Properties.SCALE_Y)) { in start()215 if (mPropertiesToSet.contains(Properties.ALPHA)) { in start()[all …]
40 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class); field in LauncherViewPropertyAnimator160 mPropertiesToSet.add(Properties.DURATION); in setDuration()167 mPropertiesToSet.add(Properties.INTERPOLATOR); in setInterpolator()173 mPropertiesToSet.add(Properties.START_DELAY); in setStartDelay()199 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) { in start()202 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) { in start()205 if (mPropertiesToSet.contains(Properties.SCALE_X)) { in start()208 if (mPropertiesToSet.contains(Properties.ROTATION_Y)) { in start()211 if (mPropertiesToSet.contains(Properties.SCALE_Y)) { in start()214 if (mPropertiesToSet.contains(Properties.ALPHA)) { in start()[all …]