Home
last modified time | relevance | path

Searched refs:hasAnimationFlag (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java134 return hasAnimationFlag(StateAnimationConfig.PLAY_ATOMIC_OVERVIEW_SCALE); in playAtomicOverviewScaleComponent()
151 public boolean hasAnimationFlag(@AnimationFlags int a) { in hasAnimationFlag() method in StateAnimationConfig
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java62 if (!config.hasAnimationFlag(PLAY_ATOMIC_OVERVIEW_PEEK | PLAY_ATOMIC_OVERVIEW_SCALE)) { in setStateWithAnimation()
66 if (config.hasAnimationFlag(SKIP_OVERVIEW)) { in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java76 if (!config.hasAnimationFlag(PLAY_ATOMIC_OVERVIEW_PEEK | PLAY_ATOMIC_OVERVIEW_SCALE)) { in setStateWithAnimation()
80 if (config.hasAnimationFlag(SKIP_OVERVIEW)) { in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java197 || config.hasAnimationFlag(SKIP_DEPTH_CONTROLLER) in setStateWithAnimation()