Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java83 private final STATE_TYPE mBackgroundState; field in BaseActivityInterface
91 mBackgroundState = backgroundState; in BaseActivityInterface()
456 mActivity.getStateManager().goToState(mBackgroundState, false); in initUI()
469 controller.getInterpolatedProgress() > 0.5 ? mTargetState : mBackgroundState, in createActivityInterface()