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 D | DisplayLayout.java | 86 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 D | DisplayPolicyInsetsTests.java | 160 verifyConsistency("nonDecorDisplay", di, info.mNonDecorInsets, in verifyConsistency() 179 di.rotation, di.logicalWidth, di.logicalHeight).mNonDecorInsets; in getNonDecorInsets()
|
H A D | DisplayPolicyTests.java | 389 di.logicalHeight).mNonDecorInsets.bottom); in testUpdateDisplayConfigurationByDecor()
|
H A D | SizeCompatTests.java | 3881 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 D | DisplayPolicy.java | 1855 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 D | ActivityRecord.java | 10421 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 D | TaskFragment.java | 2226 compatInsets.mNonDecorInsets[rotation]); in computeConfigResourceOverrides() 2324 intersectWithInsetsIfFits(outNonDecorBounds, mTmpBounds, info.mNonDecorInsets); in calculateInsetFrames()
|