Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java9210 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mNonDecorInsets[rotation]); in CompatDisplayInsets()
9211 updateInsetsForBounds(unfilledContainerBounds, dw, dh, mStableInsets[rotation]); in CompatDisplayInsets()
9231 private static void updateInsetsForBounds(Rect bounds, int displayWidth, int displayHeight, in updateInsetsForBounds() method in ActivityRecord.CompatDisplayInsets