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.java113 private boolean mIgnoreStateChangesDuringMultiWindowAnimation = false; field in DepthController
182 if (mSurface == null || mIgnoreStateChangesDuringMultiWindowAnimation) { in setState()
198 || mIgnoreStateChangesDuringMultiWindowAnimation) { in setStateWithAnimation()
246 mIgnoreStateChangesDuringMultiWindowAnimation = true; in onMultiWindowModeChanged()
254 mIgnoreStateChangesDuringMultiWindowAnimation = false; in onMultiWindowModeChanged()