Searched refs:mDisplayRect (Results 1 – 1 of 1) sorted by relevance
2034 private final Rect mDisplayRect = new Rect(); field in RemoteAnimationCoordinateTransfer2053 mDisplayRect.set(0, 0, profile.heightPx, profile.widthPx); in transferRectToTargetCoordinate()2055 mDisplayRect.set(0, 0, profile.widthPx, profile.heightPx); in transferRectToTargetCoordinate()2058 android.util.RotationUtils.rotateBounds(mTmpResult, mDisplayRect, rotationDelta); in transferRectToTargetCoordinate()