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/
SlidingKeyInputPreview.java
40
private final
RoundedLine
mRoundedLine = new
RoundedLine
();
GestureTrail.java
188
private final
RoundedLine
mRoundedLine = new
RoundedLine
();
233
final
RoundedLine
roundedLine
= mRoundedLine;
247
final Path path =
roundedLine
.makePath(p1x, p1y, body1, p2x, p2y, body2);
249
roundedLine
.getBounds(mRoundedLineBounds);
RoundedLine.java
23
public final class
RoundedLine
{
Completed in 2075 milliseconds