HomeSort by relevance Sort by last modified time
    Searched refs:mPropertiesToSet (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 41 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class);
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.contains(Properties.ALPHA))
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 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.ROTATION_Y)) {
211 if (mPropertiesToSet.contains(Properties.SCALE_Y)) {
214 if (mPropertiesToSet.contains(Properties.ALPHA))
    [all...]

Completed in 248 milliseconds