Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DWindowManagerProxy.java50 private final Rect mTmpRect3 = new Rect(); field in WindowManagerProxy
69 mTmpRect3.set(mTempDockedInsetRect);
77 mTmpRect3.isEmpty() ? null : mTmpRect3,
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java115 private final Rect mTmpRect3 = new Rect(); field in DockedStackDividerController
190 mTmpRect2.height(), displayCutout, mTmpRect3); in getSmallestWidthDpForBounds()
191 mService.intersectDisplayInsetBounds(mTmpRect2, mTmpRect3, mTmpRect); in getSmallestWidthDpForBounds()
DTaskStack.java99 private Rect mTmpRect3 = new Rect(); field in TaskStack
396 mTmpRect2, mTmpRect3); in calculatePinnedBoundsForConfigChange()
398 inOutBounds.set(mTmpRect3); in calculatePinnedBoundsForConfigChange()
DTask.java89 private Rect mTmpRect3 = new Rect(); field in Task
DWindowManagerService.java570 final Rect mTmpRect3 = new Rect(); field in WindowManagerService
6656 mTmpRect3.set(display); in intersectDisplayInsetBounds()
6657 mTmpRect3.inset(insets); in intersectDisplayInsetBounds()
6658 inOutBounds.intersect(mTmpRect3); in intersectDisplayInsetBounds()