Searched defs:stableInsets (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowInsets.java59 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, argument
67 mStableInsetsConsumed = stableInsets == null;
68 mStableInsets = mStableInsetsConsumed ? EMPTY_RECT : stableInsets;
482 + " stableInsets=" + mStableInsets +
H A DSurfaceView.java660 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
659 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
H A DViewRootImpl.java1256 Rect stableInsets = mDispatchStableInsets;
1261 !mPendingStableInsets.equals(stableInsets))) {
1263 stableInsets = mPendingStableInsets;
1272 null /* windowDecorInsets */, stableInsets,
5690 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
5710 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets;
6699 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
6704 visibleInsets, stableInsets, outsets, reportDraw, newConfig);
5689 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
6698 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java38 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) {
37 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument

Completed in 96 milliseconds