Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java86 private final Rect mNonDecorInsets = new Rect(); field in DisplayLayout
120 && Objects.equals(mNonDecorInsets, other.mNonDecorInsets) in equals()
135 mNonDecorInsets, mStableInsets, mHasNavigationBar, mHasStatusBar, in hashCode()
186 mNonDecorInsets.set(dl.mNonDecorInsets); in set()
219 mNonDecorInsets, mHasNavigationBar); in recalcInsets()
220 mStableInsets.set(mNonDecorInsets); in recalcInsets()
255 return mNonDecorInsets; in nonDecorInsets()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyInsetsTests.java160 verifyConsistency("nonDecorDisplay", di, info.mNonDecorInsets, in verifyConsistency()
179 di.rotation, di.logicalWidth, di.logicalHeight).mNonDecorInsets; in getNonDecorInsets()
H A DDisplayPolicyTests.java389 di.logicalHeight).mNonDecorInsets.bottom); in testUpdateDisplayConfigurationByDecor()
H A DSizeCompatTests.java3881 decorInfo.mNonDecorInsets.set(130, 0, 60, 0);
4084 decorInfo.mNonDecorInsets.set(0, 130, 0, 60);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java1855 final Rect mNonDecorInsets = new Rect();
1888 mNonDecorInsets.set(decor.left, decor.top, decor.right, decor.bottom);
1894 mNonDecorFrame.inset(mNonDecorInsets);
1902 mNonDecorInsets.set(other.mNonDecorInsets);
1913 return "{nonDecorInsets=" + mNonDecorInsets.toShortString(tmpSb)
H A DActivityRecord.java10421 final Rect[] mNonDecorInsets = new Rect[4];
10443 mNonDecorInsets[rotation] = emptyRect;
10476 mNonDecorInsets[rotation] = new Rect();
10483 mNonDecorInsets[rotation].set(decorInfo.mNonDecorInsets);
10497 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mNonDecorInsets[rotation]);
10575 final Rect insets = mNonDecorInsets[rotation];
10581 mNonDecorInsets[rotation]);
H A DTaskFragment.java2226 compatInsets.mNonDecorInsets[rotation]); in computeConfigResourceOverrides()
2324 intersectWithInsetsIfFits(outNonDecorBounds, mTmpBounds, info.mNonDecorInsets); in calculateInsetFrames()