HomeSort by relevance Sort by last modified time
    Searched refs:canAddInternalSystemWindow (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 491 default boolean canAddInternalSystemWindow() {
759 return getWindowLayerFromTypeLw(win.getBaseType(), win.canAddInternalSystemWindow());
774 return getWindowLayerFromTypeLw(type, false /* canAddInternalSystemWindow */);
782 * @param canAddInternalSystemWindow If the owner window associated with the type we are
791 default int getWindowLayerFromTypeLw(int type, boolean canAddInternalSystemWindow) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 733 public boolean canAddInternalSystemWindow() {
    [all...]

Completed in 89 milliseconds