Home
last modified time | relevance | path

Searched refs:Movement (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/input/
DVelocityTracker.h175 struct Movement { struct
190 Movement mMovements[HISTORY_SIZE]; argument
253 struct Movement { struct
264 Movement mMovements[HISTORY_SIZE]; argument
/frameworks/native/libs/input/
DVelocityTracker.cpp382 Movement& movement = mMovements[mIndex]; in addMovement()
568 const Movement& newestMovement = mMovements[mIndex]; in getEstimator()
570 const Movement& movement = mMovements[index]; in getEstimator()
838 Movement& movement = mMovements[mIndex]; in addMovement()
851 const Movement& newestMovement = mMovements[mIndex]; in getEstimator()
862 const Movement& nextOldestMovement = mMovements[nextOldestIndex]; in getEstimator()
885 const Movement& oldestMovement = mMovements[oldestIndex]; in getEstimator()
893 const Movement& movement = mMovements[index]; in getEstimator()
/frameworks/base/docs/html/training/gestures/
Dindex.jd68 <strong><a href="movement.html">Tracking Movement</a></strong>
Ddetector.jd6 next.title=Tracking Movement
119 Log.d(DEBUG_TAG,"Movement occurred outside bounds " +
Dmovement.jd1 page.title=Tracking Movement
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd1613 <p>Home Movement key. Used for scrolling or moving the cursor around to the start of a line or to t…
1616 <p>End Movement key. Used for scrolling or moving the cursor around to the end of a line or to the …