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

  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 35 import com.android.launcher3.LauncherStateManager.AnimationConfig;
57 new AnimationConfig());
61 AnimationConfig config) {
73 AnimatorSetBuilder builder, AnimationConfig config) {
120 NO_ANIM_PROPERTY_SETTER, new AnimatorSetBuilder(), new AnimationConfig());
125 AnimatorSetBuilder builder, AnimationConfig config) {
LauncherStateManager.java 110 private final AnimationConfig mConfig = new AnimationConfig();
499 public static class AnimationConfig extends AnimatorListenerAdapter {
572 AnimatorSetBuilder builder, AnimationConfig config);
Workspace.java 61 import com.android.launcher3.LauncherStateManager.AnimationConfig;
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
BackButtonAlphaHandler.java 46 AnimatorSetBuilder builder, LauncherStateManager.AnimationConfig config) {
RecentsViewStateController.java 37 import com.android.launcher3.LauncherStateManager.AnimationConfig;
72 AnimatorSetBuilder builder, AnimationConfig config) {
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 26 import com.android.launcher3.LauncherStateManager.AnimationConfig;
117 * @see #setStateWithAnimation(LauncherState, AnimatorSetBuilder, AnimationConfig)
164 AnimatorSetBuilder builder, AnimationConfig config) {
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
AbstractStateChangeTouchController.java 39 import com.android.launcher3.LauncherStateManager.AnimationConfig;
320 AnimationConfig config = new AnimationConfig();

Completed in 232 milliseconds