Searched defs:hasContentToDisplay (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java603 boolean hasContentToDisplay() { method in class:WindowContainer
606 if (wc.hasContentToDisplay()) {
619 * client has actually displayed any content. Use {@link #hasContentToDisplay()} to determine if
H A DWindowState.java1484 boolean hasContentToDisplay() { method in class:WindowState
1490 return super.hasContentToDisplay();

Completed in 59 milliseconds