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.java657 Rect visibleInsets, Rect stableInsets, boolean reportDraw,
656 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, boolean reportDraw, Configuration newConfig) argument
H A DViewRootImpl.java5588 Rect visibleInsets, Rect stableInsets, boolean reportDraw, Configuration newConfig) {
5607 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets;
6487 Rect visibleInsets, Rect stableInsets, boolean reportDraw,
6492 visibleInsets, stableInsets, reportDraw, newConfig);
5587 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, boolean reportDraw, Configuration newConfig) argument
6486 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, boolean reportDraw, Configuration newConfig) argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java38 Rect visibleInsets, Rect stableInsets, boolean reportDraw, Configuration newConfig) {
37 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, boolean reportDraw, Configuration newConfig) argument

Completed in 70 milliseconds