Searched refs:mTmpRect3 (Results 1 – 3 of 3) sorted by relevance
51 private final Rect mTmpRect3 = new Rect(); field in WindowManagerProxy70 mTmpRect3.set(mTempDockedInsetRect);78 mTmpRect3.isEmpty() ? null : mTmpRect3,
108 private final Rect mTmpRect3 = new Rect(); field in DockedStackDividerController184 mTmpRect3); in getSmallestWidthDpForBounds()185 mService.subtractInsets(mTmpRect2, mTmpRect3, mTmpRect); in getSmallestWidthDpForBounds()
518 final Rect mTmpRect3 = new Rect(); field in WindowManagerService11044 mTmpRect3.set(display); in subtractInsets()11045 mTmpRect3.inset(insets); in subtractInsets()11046 inOutBounds.intersect(mTmpRect3); in subtractInsets()