OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RoundedLine
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SlidingKeyInputDrawingPreview.java
44
private final
RoundedLine
mRoundedLine = new
RoundedLine
();
GestureTrailDrawingPoints.java
146
private final
RoundedLine
mRoundedLine = new
RoundedLine
();
191
final
RoundedLine
roundedLine
= mRoundedLine;
205
final Path path =
roundedLine
.makePath(p1x, p1y, body1, p2x, p2y, body2);
207
roundedLine
.getBounds(mRoundedLineBounds);
RoundedLine.java
23
public final class
RoundedLine
{
Completed in 80 milliseconds