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

  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
AllAppsSwipeController.java 66 protected float initCurrentAnimation(@AnimationComponents int animComponents) {
70 .createAnimationToNewWorkspace(mToState, maxAccuracy, animComponents);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateManager.java 312 LauncherState state, long duration, @AnimationComponents int animComponents) {
314 animComponents);
319 @AnimationComponents int animComponents) {
322 mConfig.animComponents = animComponents;
503 public @AnimationComponents int animComponents = ANIM_ALL;
515 animComponents = ANIM_ALL;
553 return (animComponents & ATOMIC_COMPONENT) != 0;
557 return (animComponents & NON_ATOMIC_COMPONENT) != 0;
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
AbstractStateChangeTouchController.java 168 protected abstract float initCurrentAnimation(@AnimationComponents int animComponents);
192 int animComponents = goingBetweenNormalAndOverview(mFromState, mToState)
197 animComponents = NON_ATOMIC_COMPONENT;
215 mProgressMultiplier = initCurrentAnimation(animComponents);
321 config.animComponents = ATOMIC_COMPONENT;
  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
PortraitStatesTouchController.java 123 protected float initCurrentAnimation(@AnimationComponents int animComponents) {
159 animComponents);

Completed in 228 milliseconds