HomeSort by relevance Sort by last modified time
    Searched defs:mAltVelocity (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 131 private final VelocityTracker mAltVelocity;
183 mAltVelocity = VelocityTracker.obtain(altStrategy);
185 mAltVelocity = null;
341 if (mAltVelocity != null) {
545 if (mAltVelocity != null) {
546 mAltVelocity.clear();
578 if (mAltVelocity != null) {
579 mAltVelocity.addMovement(event);
580 mAltVelocity.computeCurrentVelocity(1);
611 if (mAltVelocity != null)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 

Completed in 51 milliseconds