Searched refs:lastPoint (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
D | DirectionClassifier.java | 34 Point lastPoint = stroke.getPoints().get(stroke.getPoints().size() - 1); in getFalseTouchEvaluation() local 35 return DirectionEvaluator.evaluate(lastPoint.x - firstPoint.x, lastPoint.y - firstPoint.y); in getFalseTouchEvaluation()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | Spline.java | 306 ControlPoint lastPoint = points[points.length - 1]; in draw() local 307 path.lineTo(lastPoint.x, lastPoint.y); in draw() 308 path.lineTo(w, lastPoint.y); in draw()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.h | 122 const int time, const bool lastPoint, const float nearest, const float sumAngle,
|
D | proximity_info_state_utils.cpp | 355 const int x, const int y, const int time, const bool lastPoint, const float nearest, in getPointScore() argument
|