Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java484 default boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method
737 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()
769 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() argument
805 return canAddInternalSystemWindow ? 11 : 10; in getWindowLayerFromTypeLw()
832 return canAddInternalSystemWindow ? 22 : 11; in getWindowLayerFromTypeLw()
845 return canAddInternalSystemWindow ? 26 : 10; in getWindowLayerFromTypeLw()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java689 public boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method in WindowState