Searched defs:movement (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/input/
H A DVelocityTracker.cpp270 // Clear all pointers on down before adding the new movement.
274 // Start a new movement trace for a pointer that just went down.
287 // pointer movement. We also want to preserve the last known velocity of the pointers.
293 // before adding the movement.
382 Movement& movement = mMovements[mIndex]; local
383 movement.eventTime = eventTime;
384 movement.idBits = idBits;
387 movement.positions[i] = positions[i];
561 // Iterate over movement samples in reverse time order and collect samples.
570 const Movement& movement
838 Movement& movement = mMovements[mIndex]; local
893 const Movement& movement = mMovements[index]; local
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java334 // that if a user is holding down a movement key to traverse text, we shouldn't also traverse
335 // the view hierarchy. On the other hand, if the user is using the movement key to traverse views
336 // (i.e. the first movement was to traverse out of this view, or this view was traversed into by
337 // the user holding the movement key down) then we shouldn't prevent the focus from changing.
1406 * However, TextViews that have input or movement methods *are*
1626 * Subclasses override this to specify a default movement method.
1750 * Be warned that if you want a TextView with a key listener or movement
1752 * key listener or movement method to be focusable, you must call
1800 * @return the movement method being used for this TextView.
1808 * Sets the movement metho
1818 setMovementMethod(MovementMethod movement) argument
[all...]

Completed in 85 milliseconds