Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java195 private boolean mShowDecorImmediately; field in StageCoordinator
2136 mShowDecorImmediately = true; in onChildTaskAppeared()
2336 mShowDecorImmediately = true; in onStageHasChildrenChanged()
2407 mTempRect1, mTempRect2, t, offsetX, offsetY, mShowDecorImmediately, commonColor); in onLayoutSizeChanging()
2409 mTempRect2, mTempRect1, t, offsetX, offsetY, mShowDecorImmediately, commonColor); in onLayoutSizeChanging()
2418 mShowDecorImmediately = false; in onLayoutSizeChanged()
3222 mShowDecorImmediately = true; in startPendingEnterAnimation()