Home
last modified time | relevance | path

Searched refs:alwaysConsumeSystemBars (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java130 boolean alwaysConsumeSystemBars, DisplayCutout displayCutout) { in WindowInsets() argument
133 isRound, alwaysConsumeSystemBars, displayCutout, null, null, in WindowInsets() local
153 boolean alwaysConsumeSystemBars, DisplayCutout displayCutout, in WindowInsets() argument
169 mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in WindowInsets()
1389 public Builder setAlwaysConsumeSystemBars(boolean alwaysConsumeSystemBars) { in setAlwaysConsumeSystemBars() argument
1390 mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in setAlwaysConsumeSystemBars()
DIWindow.aidl58 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, in resized() argument
DWindowManagerImpl.java343 final boolean alwaysConsumeSystemBars = WindowManagerGlobal.getWindowManagerService() in getWindowInsetsFromServerForDisplay()
346 isScreenRound, alwaysConsumeSystemBars, SOFT_INPUT_ADJUST_NOTHING, attrs.flags, in getWindowInsetsFromServerForDisplay()
DInsetsState.java219 boolean isScreenRound, boolean alwaysConsumeSystemBars, in calculateInsets() argument
269 alwaysConsumeSystemBars, calculateRelativeCutout(frame), in calculateInsets()
DInsetsController.java835 public WindowInsets calculateInsets(boolean isScreenRound, boolean alwaysConsumeSystemBars, in calculateInsets() argument
844 isScreenRound, alwaysConsumeSystemBars, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
DViewRootImpl.java8909 boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, int resizeMode) { in dispatchResized() argument
8928 args.argi2 = alwaysConsumeSystemBars ? 1 : 0; in dispatchResized()
10306 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, in resized() argument
10311 forceLayout, alwaysConsumeSystemBars, displayId, syncSeqId, resizeMode); in resized()
/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java236 final boolean alwaysConsumeSystemBars = in computeWindowInsets()
243 null /* ignoringVisibilityState*/, isScreenRound, alwaysConsumeSystemBars, in computeWindowInsets()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java47 boolean alwaysConsumeSystemBars, int displayId, int seqId, int resizeMode) in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java54 boolean alwaysConsumeSystemBars, int displayId, int seqId, int resizeMode) { in resized() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java346 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, in resized() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java537 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int seqId, in resized() argument
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3930 final boolean alwaysConsumeSystemBars = in reportResized()
3953 getCompatInsetsState(), forceRelayout, alwaysConsumeSystemBars, displayId, in reportResized()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java431 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId,