Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java59 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, in WindowInsets() argument
67 mStableInsetsConsumed = stableInsets == null; in WindowInsets()
68 mStableInsets = mStableInsetsConsumed ? EMPTY_RECT : stableInsets; in WindowInsets()
DIWindow.aidl49 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DViewRootImpl.java1256 Rect stableInsets = mDispatchStableInsets; in getWindowInsets() local
1261 !mPendingStableInsets.equals(stableInsets))) { in getWindowInsets()
1263 stableInsets = mPendingStableInsets; in getWindowInsets()
1272 null /* windowDecorInsets */, stableInsets, in getWindowInsets()
5690 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
5710 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets; 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/
DWindowState.java1508 final Rect stableInsets = mLastStableInsets; in reportResized() local
1520 visibleInsets, stableInsets, outsets, reportDraw, newConfig); in reportResized()
1527 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, in reportResized()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java272 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,