HomeSort by relevance Sort by last modified time
    Searched defs:SCALE_PROPERTY (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
RecentsViewStateController.java 18 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
62 SCALE_PROPERTY.set(mRecentsView, scaleTranslationYFactor[0]);
85 setter.setFloat(mRecentsView, SCALE_PROPERTY, scaleTranslationYFactor[0],
UiFactory.java 22 import static com.android.launcher3.LauncherAnimUtils.SCALE_PROPERTY;
235 SCALE_PROPERTY.set(overview, 1.33f);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAnimUtils.java 157 public static final Property<View, Float> SCALE_PROPERTY =

Completed in 3696 milliseconds