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.java307 // that if a user is holding down a movement key to traverse text, we shouldn't also traverse
308 // the view hierarchy. On the other hand, if the user is using the movement key to traverse views
309 // (i.e. the first movement was to traverse out of this view, or this view was traversed into by
310 // the user holding the movement key down) then we shouldn't prevent the focus from changing.
1325 * However, TextViews that have input or movement methods *are*
1503 * Subclasses override this to specify a default movement method.
1636 * Be warned that if you want a TextView with a key listener or movement
1638 * key listener or movement method to be focusable, you must call
1686 * @return the movement method being used for this TextView.
1694 * Sets the movement metho
1704 setMovementMethod(MovementMethod movement) argument
[all...]

Completed in 171 milliseconds