Searched refs:mTmpRect3 (Results 1 – 5 of 5) sorted by relevance
50 private final Rect mTmpRect3 = new Rect(); field in WindowManagerProxy69 mTmpRect3.set(mTempDockedInsetRect);77 mTmpRect3.isEmpty() ? null : mTmpRect3,
115 private final Rect mTmpRect3 = new Rect(); field in DockedStackDividerController190 mTmpRect2.height(), displayCutout, mTmpRect3); in getSmallestWidthDpForBounds()191 mService.intersectDisplayInsetBounds(mTmpRect2, mTmpRect3, mTmpRect); in getSmallestWidthDpForBounds()
99 private Rect mTmpRect3 = new Rect(); field in TaskStack396 mTmpRect2, mTmpRect3); in calculatePinnedBoundsForConfigChange()398 inOutBounds.set(mTmpRect3); in calculatePinnedBoundsForConfigChange()
89 private Rect mTmpRect3 = new Rect(); field in Task
570 final Rect mTmpRect3 = new Rect(); field in WindowManagerService6656 mTmpRect3.set(display); in intersectDisplayInsetBounds()6657 mTmpRect3.inset(insets); in intersectDisplayInsetBounds()6658 inOutBounds.intersect(mTmpRect3); in intersectDisplayInsetBounds()