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

  /external/replicaisland/src/com/replica/replicaisland/
OrbitalMagnetComponent.java 84 final Vector2 targetVelocity = target.getVelocity();
89 targetVelocity.subtract(mVelocity);
91 mDelta.add(targetVelocity);
117 final float speed = targetVelocity.length();
118 targetVelocity.add(mVelocity);
119 if (targetVelocity.length2() > (speed * speed)) {
120 targetVelocity.normalize();
121 targetVelocity.multiply(speed);
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 549 final float targetVelocity = relativeVelocity * dstSize;
555 return constrain(value * targetVelocity, minimumVelocity, maximumVelocity);
557 return -constrain(-value * targetVelocity, minimumVelocity, maximumVelocity);
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
AutoScrollHelper.java 550 final float targetVelocity = relativeVelocity * dstSize;
556 return constrain(value * targetVelocity, minimumVelocity, maximumVelocity);
558 return -constrain(-value * targetVelocity, minimumVelocity, maximumVelocity);
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 335 milliseconds