OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xCoeff
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/view/
VelocityTracker.java
265
public final float[]
xCoeff
= new float[MAX_DEGREE + 1];
288
return estimate(time,
xCoeff
);
/frameworks/base/core/jni/
android_view_VelocityTracker.cpp
33
jfieldID
xCoeff
;
198
gEstimatorClassInfo.
xCoeff
));
203
estimator.
xCoeff
);
258
GET_FIELD_ID(gEstimatorClassInfo.
xCoeff
, clazz,
259
"
xCoeff
", "[F");
/frameworks/base/libs/ui/
Input.cpp
794
"estimator (degree=%d,
xCoeff
=%s, yCoeff=%s, confidence=%f)",
797
vectorToString(estimator.
xCoeff
, estimator.degree).string(),
1018
*outVx = estimator.
xCoeff
[1];
[
all
...]
/frameworks/base/include/ui/
Input.h
639
float
xCoeff
[MAX_DEGREE + 1], yCoeff[MAX_DEGREE + 1];
652
xCoeff
[i] = 0;
Completed in 166 milliseconds