Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindow.aidl54 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DViewRootImpl.java1888 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/
DTestIWindow.java40 Rect stableInsets, Rect outsets, boolean reportDraw, MergedConfiguration mergedConfig, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java45 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
/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/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.java469 Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java322 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
327 reportDraw ? 1 : 0, outsets);