Home
last modified time | relevance | path

Searched refs:outsets (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindow.aidl55 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DViewRootImpl.java1912 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/
DTestIWindow.java41 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java52 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java188 Rect outStableInsets, Rect outsets, Rect outBackdropFrame, in relayout() argument
197 outStableInsets, outsets, outBackdropFrame, cutout, in relayout()
DTaskSnapshotSurface.java470 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
DWindowState.java3237 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/
Dwindowmanagerservice.proto301 optional .android.graphics.RectProto outsets = 32 [deprecated=true]; field
394 optional .android.graphics.RectProto outsets = 15; field
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java322 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
327 reportDraw ? 1 : 0, outsets);