Searched refs:mNonDecorInsets (Results 1 – 3 of 3) sorted by relevance
/aosp12/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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 9134 final Rect[] mNonDecorInsets = new Rect[4]; field in ActivityRecord.CompatDisplayInsets 9155 mNonDecorInsets[rotation] = emptyRect; in CompatDisplayInsets() 9188 mNonDecorInsets[rotation] = new Rect(); in CompatDisplayInsets() 9195 policy.getNonDecorInsetsLw(rotation, dw, dh, cutout, mNonDecorInsets[rotation]); in CompatDisplayInsets() 9196 mStableInsets[rotation].set(mNonDecorInsets[rotation]); in CompatDisplayInsets() 9210 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mNonDecorInsets[rotation]); in CompatDisplayInsets() 9287 final Rect insets = mNonDecorInsets[rotation]; in getContainerBounds() 9293 mNonDecorInsets[rotation]); in getContainerBounds()
|
H A D | TaskFragment.java | 1948 compatInsets.mNonDecorInsets[rotation]); in computeConfigResourceOverrides()
|