Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java667 private void subtractInsets(Rect frame, Rect layoutFrame, Rect insetFrame, Rect displayFrame) { in subtractInsets() method in WindowState
757 subtractInsets(mDisplayFrame, layoutContainingFrame, df, mTmpRect); in computeFrameLw()
759 subtractInsets(mContainingFrame, layoutContainingFrame, pf, mTmpRect); in computeFrameLw()
760 subtractInsets(mInsetFrame, layoutContainingFrame, pf, mTmpRect); in computeFrameLw()
DDockedStackDividerController.java185 mService.subtractInsets(mTmpRect2, mTmpRect3, mTmpRect); in getSmallestWidthDpForBounds()
DWindowManagerService.java11023 subtractInsets(mTmpRect, mTmpRect2, inOutBounds); in subtractStableInsets()
11039 subtractInsets(mTmpRect, mTmpRect2, inOutBounds); in subtractNonDecorInsets()
11043 void subtractInsets(Rect display, Rect insets, Rect inOutBounds) { in subtractInsets() method