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

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java485 default boolean canAddInternalSystemWindow() { method in interface:WindowManagerPolicy.WindowState
778 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow());
793 return getWindowLayerFromTypeLw(type, false /* canAddInternalSystemWindow */);
801 * @param canAddInternalSystemWindow If the owner window associated with the type we are
810 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { argument
846 return canAddInternalSystemWindow ? 11 : 10;
873 return canAddInternalSystemWindow ? 22 : 11;
886 return canAddInternalSystemWindow ? 26 : 10;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java824 public boolean canAddInternalSystemWindow() { method in class:WindowState

Completed in 60 milliseconds