Searched refs:outsets (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 49 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
|
D | ViewRootImpl.java | 1265 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()
|
D | SurfaceView.java | 659 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 38 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) { in resized() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 193 Rect outVisibleInsets, Rect outStableInsets, Rect outsets, Configuration in relayout() argument 201 outStableInsets, outsets, outConfig, outSurface); in relayout()
|
D | WindowState.java | 1509 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/ |
D | WallpaperService.java | 272 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, 275 reportDraw ? 1 : 0, outsets);
|