Home
last modified time | relevance | path

Searched refs:mRoundedLineBounds (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureTrailDrawingPoints.java147 private final Rect mRoundedLineBounds = new Rect(); field in GestureTrailDrawingPoints
207 roundedLine.getBounds(mRoundedLineBounds); in drawGestureTrailLocked()
212 mRoundedLineBounds.inset(shadowInset, shadowInset); in drawGestureTrailLocked()
215 outBoundsRect.union(mRoundedLineBounds); in drawGestureTrailLocked()