Searched refs:hasContentToDisplay (Results 1 – 5 of 5) sorted by relevance
129 + " 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()
442 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowContainer445 if (wc.hasContentToDisplay()) { in hasContentToDisplay()
1048 if (task.hasContentToDisplay()) { in beginImeAdjustAnimation()1429 if (token == null || !token.hasContentToDisplay()) { in setTouchExcludeRegion()
1281 boolean hasContentToDisplay() { in hasContentToDisplay() method in WindowState1290 return super.hasContentToDisplay(); in hasContentToDisplay()
6881 if (appWindowToken == null || !appWindowToken.hasContentToDisplay()) { in setWillReplaceWindow()6905 if (appWindowToken == null || !appWindowToken.hasContentToDisplay()) { in setWillReplaceWindows()