HomeSort by relevance Sort by last modified time
    Searched defs:addMovement (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
VelocityTrackerInterface.java 26 public void addMovement(MotionEvent event);
PlatformVelocityTracker.java 48 public void addMovement(MotionEvent event) {
49 mTracker.addMovement(event);
NoisyVelocityTracker.java 59 public void addMovement(MotionEvent event) {
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 160 addMovement();
168 addMovement();
176 private void addMovement() {
179 mVelocityTracker.addMovement(ev);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVelocityTracker.java 47 public void addMovement(MotionEvent event) {
  /frameworks/base/core/java/android/view/
VelocityTracker.java 27 * {@link #addMovement(MotionEvent)}. When you want to determine the velocity call
122 public void addMovement(MotionEvent event) {
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 51 void addMovement(const MotionEvent* event);
77 void VelocityTrackerState::addMovement(const MotionEvent* event) {
78 mVelocityTracker.addMovement(event);
170 state->addMovement(event);
  /frameworks/native/libs/input/
VelocityTracker.cpp 228 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) {
250 mStrategy->addMovement(eventTime, idBits, positions);
253 ALOGD("VelocityTracker: addMovement eventTime=%" PRId64 ", idBits=0x%08x, activePointerId=%d",
272 void VelocityTracker::addMovement(const MotionEvent* event) {
331 addMovement(eventTime, idBits, positions);
340 addMovement(eventTime, idBits, positions);
381 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
769 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
887 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits,
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 

Completed in 277 milliseconds

1 2