Home
last modified time | relevance | path

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

/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java64 private final Rect mStableInsets = new Rect(); field in TestWallpaper.ClockEngine
169 mStableInsets.set(insets.getStableInsetLeft(), insets.getStableInsetTop(), in onApplyWindowInsets()
220 c.drawRect(0 + mStableInsets.left, 0 + mStableInsets.top, in drawFrame()
221 width - mStableInsets.right, height - mStableInsets.bottom, in drawFrame()
228 int x = mStableInsets.left + mPadding; in drawFrame()
229 int y = height - mStableInsets.bottom - mPadding - ascdesc; in drawFrame()
245 c.drawText("Stable Insets: (" + mStableInsets.left + ", " + mStableInsets.top in drawFrame()
246 + ") - (" + mStableInsets.right + ", " + mStableInsets.bottom + ")", in drawFrame()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java80 private final Rect mStableInsets = new Rect(); field in DisplayLayout
114 && Objects.equals(mStableInsets, other.mStableInsets) in equals()
128 mNonDecorInsets, mStableInsets, mHasNavigationBar, mHasStatusBar, in hashCode()
180 mStableInsets.set(dl.mStableInsets); in set()
213 mStableInsets.set(mNonDecorInsets); in recalcInsets()
215 convertNonDecorInsetsToStableInsets(res, mStableInsets, mCutout, mHasStatusBar); in recalcInsets()
250 return mStableInsets; in stableInsets()
321 outBounds.inset(mStableInsets); in getStableBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java10798 final Rect[] mStableInsets = new Rect[4];
10815 mStableInsets[rotation] = emptyRect;
10850 mStableInsets[rotation] = new Rect();
10857 mStableInsets[rotation].set(decorInfo.mOverrideConfigInsets);
10860 mStableInsets[rotation].set(decorInfo.mConfigInsets);
10876 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mStableInsets[rotation]);
DTaskFragment.java2413 compatInsets.mStableInsets[rotation]); in computeConfigResourceOverrides()
/frameworks/base/core/java/android/view/
DViewRootImpl.java2283 mAttachInfo.mVisibleInsets, mAttachInfo.mStableInsets);
3290 mAttachInfo.mStableInsets.set(mLastWindowInsets.getStableInsets().toRect()); in getWindowInsets()
3844 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets); in performTraversals()
DView.java31812 final Rect mStableInsets = new Rect(); field in View.AttachInfo
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50270 Landroid/service/wallpaper/WallpaperService$Engine;->mStableInsets:Landroid/graphics/Rect;
64491 Landroid/view/WindowInsets;->mStableInsets:Landroid/graphics/Rect;