Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java56 private boolean mIgnoreStateChangesDuringMultiWindowAnimation = false; field in DepthController
132 if (mIgnoreStateChangesDuringMultiWindowAnimation) { in setState()
146 || mIgnoreStateChangesDuringMultiWindowAnimation) { in setStateWithAnimation()
169 mIgnoreStateChangesDuringMultiWindowAnimation = true; in onMultiWindowModeChanged()
177 mIgnoreStateChangesDuringMultiWindowAnimation = false; in onMultiWindowModeChanged()
194 + mIgnoreStateChangesDuringMultiWindowAnimation); in dump()