/frameworks/base/core/java/android/app/servertransaction/ |
D | WindowStateResizeItem.java | 84 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, in obtain() argument 97 instance.mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in obtain()
|
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 64 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, in resized() argument
|
D | ViewRootImpl.java | 2221 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()
|
D | WindowInsets.java | 1675 public Builder setAlwaysConsumeSystemBars(boolean alwaysConsumeSystemBars) { in setAlwaysConsumeSystemBars() argument
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 50 boolean alwaysConsumeSystemBars, int displayId, int seqId, boolean dragResizing, in resized() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 55 boolean alwaysConsumeSystemBars, int displayId, int seqId, boolean dragResizing, in resized() argument
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | TaskSnapshotWindow.java | 225 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int seqId, in resized() argument
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | SystemWindows.java | 351 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId, int syncSeqId, in resized() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 3747 final boolean alwaysConsumeSystemBars = in reportResized() 3762 alwaysConsumeSystemBars, displayId, in reportResized() 3770 mLastReportedInsetsState, forceRelayout, alwaysConsumeSystemBars, displayId, in reportResized()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 474 boolean forceLayout, boolean alwaysConsumeSystemBars, int displayId,
|