Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DWindowStateResizeItem.java84 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, in obtain() argument
97 instance.mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in obtain()
/frameworks/base/core/java/android/view/
DIWindow.aidl64 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, in resized() argument
DViewRootImpl.java2221 boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, boolean dragResizing,
2288 mPendingAlwaysConsumeSystemBars = alwaysConsumeSystemBars;
6719 final boolean alwaysConsumeSystemBars = args.argi2 != 0; in handleMessageImpl()
6724 alwaysConsumeSystemBars, displayId, syncSeqId, dragResizing, in handleMessageImpl()
9942 boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, boolean dragResizing, in dispatchResized() argument
9951 args.argi2 = alwaysConsumeSystemBars ? 1 : 0; in dispatchResized()
11380 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, in resized() argument
11400 forceLayout, alwaysConsumeSystemBars, displayId, syncSeqId, dragResizing, in resized()
11413 forceLayout, alwaysConsumeSystemBars, displayId, syncSeqId, dragResizing, in resized()
DWindowInsets.java1675 public Builder setAlwaysConsumeSystemBars(boolean alwaysConsumeSystemBars) { in setAlwaysConsumeSystemBars() argument
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java50 boolean alwaysConsumeSystemBars, int displayId, int seqId, boolean dragResizing, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java55 boolean alwaysConsumeSystemBars, int displayId, int seqId, boolean dragResizing, in resized() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java225 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int seqId, in resized() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java351 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, in resized() argument
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3747 final boolean alwaysConsumeSystemBars = in reportResized()
3762 alwaysConsumeSystemBars, displayId, in reportResized()
3770 mLastReportedInsetsState, forceRelayout, alwaysConsumeSystemBars, displayId, in reportResized()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java474 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId,