Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindow.aidl49 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DViewRootImpl.java1265 Rect outsets = mAttachInfo.mOutsets; in getWindowInsets() local
1266 if (outsets.left > 0 || outsets.top > 0 || outsets.right > 0 || outsets.bottom > 0) { in getWindowInsets()
1267 contentInsets = new Rect(contentInsets.left + outsets.left, in getWindowInsets()
1268 contentInsets.top + outsets.top, contentInsets.right + outsets.right, in getWindowInsets()
1269 contentInsets.bottom + outsets.bottom); in getWindowInsets()
5690 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
5711 args.arg7 = sameProcessCall ? new Rect(outsets) : outsets; in dispatchResized()
6686 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
6691 visibleInsets, stableInsets, outsets, reportDraw, newConfig); in resized()
DSurfaceView.java659 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java38 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) { in resized() argument
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java193 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Configuration in relayout() argument
201 outStableInsets, outsets, outConfig, outSurface); in relayout()
DWindowState.java1509 final Rect outsets = mLastOutsets; in reportResized() local
1520 visibleInsets, stableInsets, outsets, reportDraw, newConfig); in reportResized()
1528 outsets, reportDraw, newConfig); in reportResized()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java272 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
275 reportDraw ? 1 : 0, outsets);