Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java439 if (mService.okToDisplay() && mService.mAppTransition.isTransitionSet()) { in setVisibility()
516 if (!mService.okToDisplay()) { in addStartingWindow()
715 if (configChanges == 0 && mService.okToDisplay()) { in startFreezingScreen()
DAppWindowAnimator.java353 if (mService.okToDisplay()) { in stepAnimationLocked()
418 + " okToDisplay=" + mService.okToDisplay() in stepAnimationLocked()
DDimLayerController.java292 if (!mDisplayContent.mService.okToDisplay()) { in animateDimLayers()
DWindowState.java1636 if (mService.okToDisplay() in handleWindowMovedIfNeeded()
1805 if (mHasSurface && mService.okToDisplay()) { in removeIfPossible()
2230 if (isDrawnLw() && mService.okToDisplay()) { in prepareWindowToDisplayDuringRelayout()
2382 if (!mService.okToDisplay()) { in showLw()
2412 if (!mService.okToDisplay()) { in hideLw()
DWindowStateAnimator.java371 if (displayContent != null && mService.okToDisplay()) { in stepAnimationLocked()
1784 if (mService.okToDisplay()) { in applyAnimationLocked()
DWindowManagerService.java2310 if (okToDisplay()) { in applyAnimationLocked()
2386 boolean okToDisplay() { in okToDisplay() method in WindowManagerService
2656 if (prepared && okToDisplay()) { in prepareAppTransition()
5730 if (!okToDisplay() && mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_TIMEOUT) { in makeWindowFreezingScreenIfNeededLocked()