Searched refs:canAddInternalSystemWindow (Results 1 – 3 of 3) 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()
876 public boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method in WindowState
17668 HSPLcom/android/server/wm/WindowState;->canAddInternalSystemWindow()Z