/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 55 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
|
D | ViewRootImpl.java | 1912 Rect outsets = mAttachInfo.mOutsets; in getWindowInsets() local 1913 if (outsets.left > 0 || outsets.top > 0 || outsets.right > 0 || outsets.bottom > 0) { in getWindowInsets() 1914 contentInsets = new Rect(contentInsets.left + outsets.left, in getWindowInsets() 1915 contentInsets.top + outsets.top, contentInsets.right + outsets.right, in getWindowInsets() 1916 contentInsets.bottom + outsets.bottom); in getWindowInsets() 7401 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument 7439 args.arg7 = sameProcessCall ? new Rect(outsets) : outsets; in dispatchResized() 8537 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument 8544 visibleInsets, stableInsets, outsets, reportDraw, mergedConfiguration, in resized()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 41 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 52 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
|
/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 | 470 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
|
D | WindowState.java | 3237 final Rect outsets = mWindowFrames.mLastOutsets; in reportResized() local 3250 stableInsets, outsets, reportDraw, mergedConfiguration, in reportResized() 3259 outsets, reportDraw, mergedConfiguration, reportOrientation, displayId, in reportResized() 3370 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument 3376 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets, in dispatchResized()
|
/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/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 322 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, 327 reportDraw ? 1 : 0, outsets);
|