Searched refs:canAddInternalSystemWindow (Results 1 – 3 of 3) sorted by relevance
208 default boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method466 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow()); in getWindowLayerLw()498 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) { in getWindowLayerFromTypeLw() argument499 return getWindowLayerFromTypeLw(type, canAddInternalSystemWindow, in getWindowLayerFromTypeLw()519 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow, in getWindowLayerFromTypeLw() argument522 if (roundedCornerOverlay && canAddInternalSystemWindow) { in getWindowLayerFromTypeLw()555 return canAddInternalSystemWindow ? 12 : 9; in getWindowLayerFromTypeLw()586 return canAddInternalSystemWindow ? 23 : 10; in getWindowLayerFromTypeLw()599 return canAddInternalSystemWindow ? 27 : 9; in getWindowLayerFromTypeLw()
1292 public boolean canAddInternalSystemWindow() { in canAddInternalSystemWindow() method in WindowState5375 == FLAG_ALT_FOCUSABLE_IM && isTrustedOverlay() && canAddInternalSystemWindow()) { in needsRelativeLayeringToIme()
11991 HSPLcom/android/server/wm/WindowState;->canAddInternalSystemWindow()Z