Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DWindowManagerProxy.java51 private final Rect mTmpRect3 = new Rect(); field in WindowManagerProxy
70 mTmpRect3.set(mTempDockedInsetRect);
78 mTmpRect3.isEmpty() ? null : mTmpRect3,
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java108 private final Rect mTmpRect3 = new Rect(); field in DockedStackDividerController
184 mTmpRect3); in getSmallestWidthDpForBounds()
185 mService.subtractInsets(mTmpRect2, mTmpRect3, mTmpRect); in getSmallestWidthDpForBounds()
DWindowManagerService.java518 final Rect mTmpRect3 = new Rect(); field in WindowManagerService
11044 mTmpRect3.set(display); in subtractInsets()
11045 mTmpRect3.inset(insets); in subtractInsets()
11046 inOutBounds.intersect(mTmpRect3); in subtractInsets()