Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java460 default boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method
764 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
796 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() argument
834 return canAddInternalSystemWindow ? 13 : 10; in getWindowLayerFromTypeLw()
861 return canAddInternalSystemWindow ? 22 : 11; in getWindowLayerFromTypeLw()
874 return canAddInternalSystemWindow ? 26 : 10; in getWindowLayerFromTypeLw()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java876 public boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method in WindowState
/frameworks/base/services/
Dart-profile17668 HSPLcom/android/server/wm/WindowState;->canAddInternalSystemWindow()Z