Home
last modified time | relevance | path

Searched refs:canAddInternalSystemWindow (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java208 default boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method
466 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
498 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() argument
499 return getWindowLayerFromTypeLw(type, canAddInternalSystemWindow, in getWindowLayerFromTypeLw()
519 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow, in getWindowLayerFromTypeLw() argument
522 if (roundedCornerOverlay && canAddInternalSystemWindow) { in getWindowLayerFromTypeLw()
555 return canAddInternalSystemWindow ? 12 : 9; in getWindowLayerFromTypeLw()
586 return canAddInternalSystemWindow ? 23 : 10; in getWindowLayerFromTypeLw()
599 return canAddInternalSystemWindow ? 27 : 9; in getWindowLayerFromTypeLw()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1292 public boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method in WindowState
5375 == FLAG_ALT_FOCUSABLE_IM && isTrustedOverlay() && canAddInternalSystemWindow()) { in needsRelativeLayeringToIme()
/aosp14/frameworks/base/services/
H A Dart-profile11991 HSPLcom/android/server/wm/WindowState;->canAddInternalSystemWindow()Z