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/
DAppWindowAnimator.java129 + " hasContentToDisplay=" + mAppToken.hasContentToDisplay()); in setAnimation()
151 transformation.setAlpha(mAppToken.hasContentToDisplay() ? 1 : 0); in setAnimation()
171 + " hasContentToDisplay=" + mAppToken.hasContentToDisplay()); in setDummyAnimation()
175 transformation.setAlpha(mAppToken.hasContentToDisplay() ? 1 : 0); in setDummyAnimation()
DWindowContainer.java442 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowContainer
445 if (wc.hasContentToDisplay()) { in hasContentToDisplay()
DTaskStack.java1048 if (task.hasContentToDisplay()) { in beginImeAdjustAnimation()
1429 if (token == null || !token.hasContentToDisplay()) { in setTouchExcludeRegion()
DWindowState.java1281 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowState
1290 return super.hasContentToDisplay(); in hasContentToDisplay()
DWindowManagerService.java6881 if (appWindowToken == null || !appWindowToken.hasContentToDisplay()) { in setWillReplaceWindow()
6905 if (appWindowToken == null || !appWindowToken.hasContentToDisplay()) { in setWillReplaceWindows()