Searched refs:canAddInternalSystemWindow (Results 1 – 2 of 2) sorted by relevance
485 default boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method778 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()810 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() argument846 return canAddInternalSystemWindow ? 11 : 10; in getWindowLayerFromTypeLw()873 return canAddInternalSystemWindow ? 22 : 11; in getWindowLayerFromTypeLw()886 return canAddInternalSystemWindow ? 26 : 10; in getWindowLayerFromTypeLw()
824 public boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method in WindowState