Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDimLayerController.java258 if (!mDisplayContent.mService.okToDisplay()) { in animateDimLayers()
DAppWindowAnimator.java355 if (mService.okToDisplay()) { in stepAnimationLocked()
DWindowState.java1398 && !mAnimatingExit && mService.okToDisplay() in hasMoved()
1728 if (isDrawnLw() && mService.okToDisplay()) { in prepareWindowToDisplayDuringRelayout()
1865 if (!mService.okToDisplay()) { in showLw()
1892 if (!mService.okToDisplay()) { in hideLw()
DWindowStateAnimator.java377 if (displayContent != null && mService.okToDisplay()) { in stepAnimationLocked()
1861 if (mService.okToDisplay()) { in applyAnimationLocked()
DWindowManagerService.java2347 if (win.mHasSurface && okToDisplay()) { in removeWindowLocked()
3164 if (okToDisplay()) { in applyAnimationLocked()
3305 boolean okToDisplay() { in okToDisplay() method
3906 if (prepared && okToDisplay()) { in prepareAppTransition()
4072 if (!okToDisplay()) { in setAppStartingWindow()
4530 if (okToDisplay() && mAppTransition.isTransitionSet()) { in setAppVisibility()
4650 if (configChanges == 0 && okToDisplay()) { in startAppFreezingScreen()
9224 if (!okToDisplay() && mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_TIMEOUT) { in makeWindowFreezingScreenIfNeededLocked()