Searched refs:outsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 54 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
|
D | ViewRootImpl.java | 1888 Rect outsets = mAttachInfo.mOutsets; in getWindowInsets() local 1889 if (outsets.left > 0 || outsets.top > 0 || outsets.right > 0 || outsets.bottom > 0) { in getWindowInsets() 1890 contentInsets = new Rect(contentInsets.left + outsets.left, in getWindowInsets() 1891 contentInsets.top + outsets.top, contentInsets.right + outsets.right, in getWindowInsets() 1892 contentInsets.bottom + outsets.bottom); in getWindowInsets() 7231 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument 7269 args.arg7 = sameProcessCall ? new Rect(outsets) : outsets; in dispatchResized() 8356 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument 8363 visibleInsets, stableInsets, outsets, reportDraw, mergedConfiguration, in resized()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 40 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 45 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
|
/frameworks/base/core/proto/android/server/ |
D | windowmanagerservice.proto | 301 optional .android.graphics.RectProto outsets = 32 [deprecated=true]; field 394 optional .android.graphics.RectProto outsets = 15; field
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 188 Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout() argument 197 outStableInsets, outsets, outBackdropFrame, cutout, in relayout()
|
D | TaskSnapshotSurface.java | 469 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 322 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, 327 reportDraw ? 1 : 0, outsets);
|