Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java80 private final Rect mNonDecorInsets = new Rect(); field in DisplayLayout
97 && Objects.equals(mNonDecorInsets, other.mNonDecorInsets) in equals()
107 mNonDecorInsets, mStableInsets, mHasNavigationBar, mHasStatusBar, in hashCode()
154 mNonDecorInsets.set(dl.mNonDecorInsets); in set()
172 computeNonDecorInsets(res, mRotation, mWidth, mHeight, mCutout, mUiMode, mNonDecorInsets, in recalcInsets()
174 mStableInsets.set(mNonDecorInsets); in recalcInsets()
209 return mNonDecorInsets; in nonDecorInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java8697 final Rect[] mNonDecorInsets = new Rect[4]; field in ActivityRecord.CompatDisplayInsets
8717 mNonDecorInsets[rotation] = emptyRect; in CompatDisplayInsets()
8750 mNonDecorInsets[rotation] = new Rect(); in CompatDisplayInsets()
8757 policy.getNonDecorInsetsLw(rotation, dw, dh, cutout, mNonDecorInsets[rotation]); in CompatDisplayInsets()
8758 mStableInsets[rotation].set(mNonDecorInsets[rotation]); in CompatDisplayInsets()
8772 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mNonDecorInsets[rotation]); in CompatDisplayInsets()
8849 final Rect insets = mNonDecorInsets[rotation]; in getContainerBounds()
8854 Task.intersectWithInsetsIfFits(outAppBounds, outBounds, mNonDecorInsets[rotation]); in getContainerBounds()
DTask.java2761 compatInsets.mNonDecorInsets[rotation]); in computeConfigResourceOverrides()