Searched refs:mNonDecorInsets (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayLayout.java | 79 private final Rect mNonDecorInsets = new Rect(); field in DisplayLayout 113 && Objects.equals(mNonDecorInsets, other.mNonDecorInsets) in equals() 128 mNonDecorInsets, mStableInsets, mHasNavigationBar, mHasStatusBar, in hashCode() 179 mNonDecorInsets.set(dl.mNonDecorInsets); in set() 212 mNonDecorInsets, mHasNavigationBar); in recalcInsets() 213 mStableInsets.set(mNonDecorInsets); in recalcInsets() 245 return mNonDecorInsets; in nonDecorInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyInsetsTests.java | 170 verifyConsistency("nonDecorDisplay", di, info.mNonDecorInsets, in verifyConsistency() 189 di.rotation, di.logicalWidth, di.logicalHeight).mNonDecorInsets; in getNonDecorInsets()
|
D | DisplayPolicyTests.java | 486 di.logicalHeight).mNonDecorInsets.bottom); in testUpdateDisplayConfigurationByDecor()
|
D | SizeCompatTests.java | 3742 decorInfo.mNonDecorInsets.set(130, 0, 60, 0); 4036 decorInfo.mNonDecorInsets.set(0, 130, 0, 60);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 1919 final Rect mNonDecorInsets = new Rect(); 1981 mNonDecorInsets.set(decor.left, decor.top, decor.right, decor.bottom); 1989 mNonDecorFrame.inset(mNonDecorInsets); 2001 mNonDecorInsets.set(other.mNonDecorInsets); 2015 return "{nonDecorInsets=" + mNonDecorInsets.toShortString(tmpSb)
|
D | ActivityRecord.java | 10792 final Rect[] mNonDecorInsets = new Rect[4]; 10814 mNonDecorInsets[rotation] = emptyRect; 10849 mNonDecorInsets[rotation] = new Rect(); 10858 mNonDecorInsets[rotation].set(decorInfo.mOverrideNonDecorInsets); 10861 mNonDecorInsets[rotation].set(decorInfo.mNonDecorInsets); 10875 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mNonDecorInsets[rotation]); 10953 final Rect insets = mNonDecorInsets[rotation]; 10959 mNonDecorInsets[rotation]);
|
D | TaskFragment.java | 2411 compatInsets.mNonDecorInsets[rotation]); in computeConfigResourceOverrides() 2513 intersectWithInsetsIfFits(outNonDecorBounds, mTmpBounds, info.mNonDecorInsets); in calculateInsetFrames()
|