Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java603 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowContainer
606 if (wc.hasContentToDisplay()) { in hasContentToDisplay()
DTaskStack.java1177 if (task.hasContentToDisplay()) { in beginImeAdjustAnimation()
1561 if (token == null || !token.hasContentToDisplay()) { in setTouchExcludeRegion()
DWindowState.java1484 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowState
1490 return super.hasContentToDisplay(); in hasContentToDisplay()
DWindowManagerService.java6796 if (!appWindowToken.hasContentToDisplay()) { in setWillReplaceWindow()
6825 if (!appWindowToken.hasContentToDisplay()) { in setWillReplaceWindows()