Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/states/
DStateAnimationConfig.java55 public @AnimationPropertyFlags int animProps = 0; field in StateAnimationConfig
119 target.animProps = animProps; in copyTo()
126 return (animProps & USER_CONTROLLED) != 0; in isUserControlled()
/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
DStateManager.java208 if (cancelCurrentAnimation && (mConfig.animProps & HANDLE_STATE_APPLY) == 0) { in reapplyState()
371 config.animProps |= StateAnimationConfig.USER_CONTROLLED; in createAnimationToNewWorkspace()
494 mConfig.animProps = animationProps;
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java195 config.animProps |= StateAnimationConfig.USER_CONTROLLED; in getConfigForStates()
291 config.animProps |= StateAnimationConfig.USER_CONTROLLED; in applyOverviewToAllAppsAnimConfig()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java109 config.animProps |= StateAnimationConfig.USER_CONTROLLED; in getConfigForStates()