Searched refs:canAddInternalSystemWindow (Results 1 – 2 of 2) sorted by relevance
460 default boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method764 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()796 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() argument834 return canAddInternalSystemWindow ? 13 : 10; in getWindowLayerFromTypeLw()861 return canAddInternalSystemWindow ? 22 : 11; in getWindowLayerFromTypeLw()874 return canAddInternalSystemWindow ? 26 : 10; in getWindowLayerFromTypeLw()
17668 HSPLcom/android/server/wm/WindowState;->canAddInternalSystemWindow()Z