Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java64 private final STATE_TYPE mBackgroundState; field in BaseActivityInterface
74 mBackgroundState = backgroundState; in BaseActivityInterface()
168 if (activity != null && activity.getStateManager().getState() == mBackgroundState) { in runOnInitBackgroundStateUI()
228 mActivity.getStateManager().goToState(mBackgroundState, false); in initBackgroundStateUI()
242 controller.getInterpolatedProgress() > 0.5 ? mTargetState : mBackgroundState, in createActivityInterface()