Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DDirectionClassifier.java34 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/
DSpline.java306 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/
Dproximity_info_state_utils.h122 const int time, const bool lastPoint, const float nearest, const float sumAngle,
Dproximity_info_state_utils.cpp355 const int x, const int y, const int time, const bool lastPoint, const float nearest, in getPointScore() argument