Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java642 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowContainer
645 if (wc.hasContentToDisplay()) { in hasContentToDisplay()
DTaskStack.java1150 if (task.hasContentToDisplay()) { in beginImeAdjustAnimation()
1513 if (token == null || !token.hasContentToDisplay()) { in setTouchExcludeRegion()
DWindowState.java1473 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowState
1479 return super.hasContentToDisplay(); in hasContentToDisplay()
DWindowManagerService.java6470 if (!appWindowToken.hasContentToDisplay()) { in setWillReplaceWindow()
6499 if (!appWindowToken.hasContentToDisplay()) { in setWillReplaceWindows()
/frameworks/base/services/
Dart-profile17259 HSPLcom/android/server/wm/WindowContainer;->hasContentToDisplay()Z
17752 HSPLcom/android/server/wm/WindowState;->hasContentToDisplay()Z