Searched refs:mTmpRect2 (Results 1 – 4 of 4) sorted by relevance
460 private final Rect mTmpRect2 = new Rect(); field in DisplayContent2875 mTmpRect2.setEmpty(); in updateTouchExcludeRegion()2886 if (!mTmpRect2.isEmpty()) { in updateTouchExcludeRegion()2887 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION); in updateTouchExcludeRegion()2942 mTmpRect2.set(mTmpRect); in processTaskForTouchExcludeRegion()
655 private final Rect mTmpRect2 = new Rect(); field in WindowState1357 layoutDisplayFrame = mTmpRect2; in computeFrame()4476 mTmpRect2.set(displayFrame); in applyGravityAndUpdateFrame()4477 displayFrame = mTmpRect2; in applyGravityAndUpdateFrame()
534 private Rect mTmpRect2 = new Rect(); field in Task3521 mTmpRect2.set(getBounds()); in adjustBoundsForDisplayChangeIfNeeded()3524 setBounds(mTmpRect2); in adjustBoundsForDisplayChangeIfNeeded()3528 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2); in adjustBoundsForDisplayChangeIfNeeded()3529 if (setBounds(mTmpRect2) != BOUNDS_CHANGE_NONE) { in adjustBoundsForDisplayChangeIfNeeded()
658 final Rect mTmpRect2 = new Rect(); field in WindowManagerService