Searched refs:insetsBetweenFrames (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowFrames.java | 246 InsetUtils.insetsBetweenFrames(mOutsetFrame, mContentFrame, mOutsets); in calculateOutsets() 262 InsetUtils.insetsBetweenFrames(mDisplayFrame, mTmpRect, mStableInsets); in calculateDockedDividerInsets() 293 InsetUtils.insetsBetweenFrames(mTmpRect, mContentFrame, mContentInsets); in calculateInsets() 294 InsetUtils.insetsBetweenFrames(mTmpRect, mVisibleFrame, mVisibleInsets); in calculateInsets() 295 InsetUtils.insetsBetweenFrames(mTmpRect, mStableFrame, mStableInsets); in calculateInsets()
|
D | DisplayPolicy.java | 1310 InsetUtils.insetsBetweenFrames(outFrame, cf, outContentInsets); in getLayoutHintLw() 1311 InsetUtils.insetsBetweenFrames(outFrame, sf, outStableInsets); in getLayoutHintLw()
|
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | InsetUtils.java | 80 public static void insetsBetweenFrames(@NonNull Rect outerFrame, @Nullable Rect innerFrame, in insetsBetweenFrames() method in InsetUtils
|
/frameworks/base/services/ |
D | art-profile | 17990 HSPLcom/android/server/wm/utils/InsetUtils;->insetsBetweenFrames(Landroid/graphics/Rect;Landroid/gr…
|