OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yCoeff
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/
VelocityTracker.java
270
public final float[]
yCoeff
= new float[MAX_DEGREE + 1];
297
return estimate(time,
yCoeff
);
/frameworks/base/core/jni/
android_view_VelocityTracker.cpp
34
jfieldID
yCoeff
;
200
gEstimatorClassInfo.
yCoeff
));
205
estimator.
yCoeff
);
260
GET_FIELD_ID(gEstimatorClassInfo.
yCoeff
, clazz,
261
"
yCoeff
", "[F");
/frameworks/base/include/ui/
Input.h
639
float xCoeff[MAX_DEGREE + 1],
yCoeff
[MAX_DEGREE + 1];
653
yCoeff
[i] = 0;
Completed in 5168 milliseconds