Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java136 final boolean stateIsNormal; field in TransitionStates
156 stateIsNormal = (toState == Workspace.State.NORMAL); in TransitionStates()
164 overviewToWorkspace = (oldStateIsOverview && stateIsNormal); in TransitionStates()
166 allAppsToWorkspace = (stateIsNormalHidden && stateIsNormal); in TransitionStates()
281 … float finalHotseatAndPageIndicatorAlpha = (states.stateIsNormal || states.stateIsSpringLoaded) ? in animateWorkspace()
298 if (!states.stateIsNormal) { in animateWorkspace()
318 } else if (states.stateIsNormal && mWorkspaceFadeInAdjacentScreens) { in animateWorkspace()
485 float finalAlpha = states.stateIsNormal ? 0 : mWorkspaceScrimAlpha; in animateBackgroundGradient()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java1585 final boolean stateIsNormal = (state == State.NORMAL);
1621 if ((oldStateIsSmall && stateIsNormal) ||