Searched refs:mRoundedLineBounds (Results 1 – 1 of 1) sorted by relevance
147 private final Rect mRoundedLineBounds = new Rect(); field in GestureTrailDrawingPoints207 roundedLine.getBounds(mRoundedLineBounds); in drawGestureTrailLocked()212 mRoundedLineBounds.inset(shadowInset, shadowInset); in drawGestureTrailLocked()215 outBoundsRect.union(mRoundedLineBounds); in drawGestureTrailLocked()