Searched refs:mPropertiesToSet (Results 1 – 1 of 1) sorted by relevance
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 …]