Searched refs:insetsBetweenFrames (Results 1 – 5 of 5) 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 | 1320 InsetUtils.insetsBetweenFrames(outFrame, cf, outContentInsets); in getLayoutHintLw() 1321 InsetUtils.insetsBetweenFrames(outFrame, sf, outStableInsets); in getLayoutHintLw()
|
D | WindowState.java | 1084 InsetUtils.insetsBetweenFrames(layoutContainingFrame, mWindowFrames.mOverscanFrame, in computeFrameLw()
|
/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…
|