Searched refs:mStableInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | TestWallpaper.java | 64 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/ |
D | DisplayLayout.java | 81 private final Rect mStableInsets = new Rect(); field in DisplayLayout 98 && Objects.equals(mStableInsets, other.mStableInsets) in equals() 107 mNonDecorInsets, mStableInsets, mHasNavigationBar, mHasStatusBar, in hashCode() 155 mStableInsets.set(dl.mStableInsets); in set() 174 mStableInsets.set(mNonDecorInsets); in recalcInsets() 176 convertNonDecorInsetsToStableInsets(res, mStableInsets, mWidth, mHeight, mHasStatusBar); in recalcInsets() 214 return mStableInsets; in stableInsets() 260 outBounds.inset(mStableInsets); in getStableBounds()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedBackgroundPanelOrganizer.java | 72 private Rect mStableInsets; field in OneHandedBackgroundPanelOrganizer 115 final int yTopPos = (mStableInsets.top - mBkgBounds.height()) + Math.round(yPos); in onAnimationUpdate() 163 mStableInsets = displayLayout.stableInsets(); in onDisplayChanged() 167 Math.round(displayLayout.height() * mTranslationFraction) + mStableInsets.top); in onDisplayChanged() 170 Math.round(displayLayout.width() * mTranslationFraction) + mStableInsets.top); in onDisplayChanged()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 8703 final Rect[] mStableInsets = new Rect[4]; field in ActivityRecord.CompatDisplayInsets 8718 mStableInsets[rotation] = emptyRect; in CompatDisplayInsets() 8751 mStableInsets[rotation] = new Rect(); in CompatDisplayInsets() 8758 mStableInsets[rotation].set(mNonDecorInsets[rotation]); in CompatDisplayInsets() 8759 policy.convertNonDecorInsetsToStableInsets(mStableInsets[rotation], rotation); in CompatDisplayInsets() 8773 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mStableInsets[rotation]); in CompatDisplayInsets()
|
D | Task.java | 2763 compatInsets.mStableInsets[rotation]); in computeConfigResourceOverrides()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 2453 mAttachInfo.mStableInsets.set(mLastWindowInsets.getStableInsets().toRect()); in getWindowInsets() 2970 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets, mResizeMode); in performTraversals() 8247 mAttachInfo.mVisibleInsets, mAttachInfo.mStableInsets); in dispatchResized()
|
D | View.java | 29245 final Rect mStableInsets = new Rect(); field in View.AttachInfo
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54236 Landroid/service/wallpaper/WallpaperService$Engine;->mStableInsets:Landroid/graphics/Rect; 68457 Landroid/view/WindowInsets;->mStableInsets:Landroid/graphics/Rect;
|