Searched refs:okToDisplay (Results 1 – 6 of 6) sorted by relevance
321 boolean okToDisplay() { in okToDisplay() method in WindowToken322 return mDisplayContent != null && mDisplayContent.okToDisplay(); in okToDisplay()
2086 if (!okToDisplay()) { in addStartingWindow()2841 + " okToDisplay=" + okToDisplay() in onAnimationFinished()
4021 boolean okToDisplay() { in okToDisplay() method in DisplayContent4030 return okToDisplay() && in okToAnimate()
2348 if (freezableConfigChanges == 0 && mAppWindowToken.okToDisplay()) { in startFreezingScreenLocked()
5332 if (!w.mToken.okToDisplay() && mWindowsFreezingScreen != WINDOWS_FREEZING_SCREENS_TIMEOUT) { in makeWindowFreezingScreenIfNeededLocked()
15926 HSPLcom/android/server/wm/DisplayContent;->okToDisplay()Z17964 HSPLcom/android/server/wm/WindowToken;->okToDisplay()Z