Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java485 default boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method
778 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
810 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() argument
846 return canAddInternalSystemWindow ? 11 : 10; in getWindowLayerFromTypeLw()
873 return canAddInternalSystemWindow ? 22 : 11; in getWindowLayerFromTypeLw()
886 return canAddInternalSystemWindow ? 26 : 10; in getWindowLayerFromTypeLw()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java824 public boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method in WindowState