Home
last modified time | relevance | path

Searched defs:horizonMillis (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DVelocityTracker.java63 int degree, int horizonMillis, Estimator outEstimator); in nativeGetEstimator()
239 public boolean getEstimator(int id, int degree, int horizonMillis, Estimator outEstimator) { in getEstimator()
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp188 jint ptr, jint id, jint degree, jint horizonMillis, jobject outEstimatorObj) { in android_view_VelocityTracker_nativeGetEstimator()