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.java823 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
822 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.java1406 Rect stableInsets = mDispatchStableInsets;
1411 !mPendingStableInsets.equals(stableInsets))) {
1413 stableInsets = mPendingStableInsets;
1422 null /* windowDecorInsets */, stableInsets,
5996 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
6012 visibleInsets, stableInsets);
6031 args.arg6 = sameProcessCall ? new Rect(stableInsets) : stableInsets;
7038 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
7044 visibleInsets, stableInsets, outset
5995 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
7037 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig, Rect backDropFrame, boolean forceLayout, boolean alwaysConsumeNavBar) argument
7215 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);
157 * @param stableInsets The stable insets for the window.
160 Rect stableInsets) {
165 mStableInsets.set(stableInsets);
307 * @param stableInsets The stable insets for the window.
310 Rect stableInsets) {
357 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets);
366 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
159 setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
309 redrawLocked(Rect newBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
365 drawColorViews(int left, int top, int width, int height, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
[all...]
H A DDecorView.java2025 Rect stableInsets) {
2027 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets);
2033 Rect stableInsets, int resizeMode) {
2049 stableInsets, resizeMode);
2024 onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets) argument
2032 onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java2379 final Rect stableInsets = mLastStableInsets;
2390 stableInsets, outsets, reportDraw, newConfig);
2397 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets,
2454 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
2458 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets,
2453 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument

Completed in 180 milliseconds