Home
last modified time | relevance | path

Searched refs:NON_ATOMIC_COMPONENT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateManager.java96 NON_ATOMIC_COMPONENT,
102 public static final int NON_ATOMIC_COMPONENT = 1 << 0; field in LauncherStateManager
106 public static final int ANIM_ALL = NON_ATOMIC_COMPONENT | ATOMIC_OVERVIEW_SCALE_COMPONENT
667 return (animComponents & NON_ATOMIC_COMPONENT) != 0; in playNonAtomicComponent()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java24 import static com.android.launcher3.LauncherStateManager.NON_ATOMIC_COMPONENT;
213 ? NON_ATOMIC_COMPONENT : ANIM_ALL; in reinitCurrentAnimation()
216 animComponents = NON_ATOMIC_COMPONENT; in reinitCurrentAnimation()