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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureTrail.java189 private final Rect mRoundedLineBounds = new Rect(); field in class:GestureTrail
249 roundedLine.getBounds(mRoundedLineBounds);
254 mRoundedLineBounds.inset(shadowInset, shadowInset);
257 outBoundsRect.union(mRoundedLineBounds);

Completed in 10 milliseconds