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

/frameworks/base/core/java/android/view/
H A DWindowCallbacks.java45 * @param stableInsets The stable insets for the window.
48 Rect stableInsets);
56 * @param stableInsets The stable insets for the window.
59 Rect stableInsets, int resizeMode);
47 onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
58 onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
H A DWindowInsets.java66 public WindowInsets(Rect systemWindowInsets, Rect windowDecorInsets, Rect stableInsets, argument
74 mStableInsetsConsumed = stableInsets == null;
75 mStableInsets = mStableInsetsConsumed ? EMPTY_RECT : stableInsets;
498 + " stableInsets=" + mStableInsets +
H A DSurfaceView.java809 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
808 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropRect, boolean forceLayout, boolean alwaysConsumeNavBar) argument
H A DViewRootImpl.java1398 Rect stableInsets = mDispatchStableInsets;
1403 !mPendingStableInsets.equals(stableInsets))) {
1405 stableInsets = mPendingStableInsets;
1414 null /* windowDecorInsets */, stableInsets,
5960 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
5976 visibleInsets, stableInsets);
5995 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets;
7001 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
7007 visibleInsets, stableInsets, outset
5959 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
7000 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
7178 startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java40 Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig,
39 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
/frameworks/base/core/java/com/android/internal/policy/
H A DBackdropFrameRenderer.java81 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) {
99 mStableInsets.set(stableInsets);
101 mOldStableInsets.set(stableInsets);
154 * @param stableInsets The stable insets for the window.
157 Rect stableInsets) {
162 mStableInsets.set(stableInsets);
304 * @param stableInsets The stable insets for the window.
307 Rect stableInsets) {
354 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets);
363 boolean fullscreen, Rect systemInsets, Rect stableInsets) {
78 BackdropFrameRenderer(DecorView decorView, ThreadedRenderer renderer, Rect initialBounds, Drawable resizingBackgroundDrawable, Drawable captionBackgroundDrawable, Drawable userCaptionBackgroundDrawable, int statusBarColor, int navigationBarColor, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
156 setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
306 redrawLocked(Rect newBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
362 drawColorViews(int left, int top, int width, int height, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
[all...]
H A DDecorView.java1982 Rect stableInsets) {
1984 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets);
1990 Rect stableInsets, int resizeMode) {
2006 stableInsets, resizeMode);
1981 onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
1989 onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2305 final Rect stableInsets = mLastStableInsets;
2316 stableInsets, outsets, reportDraw, newConfig);
2323 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets,
2379 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
2383 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets,
2378 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument

Completed in 372 milliseconds