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

  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 160 private float[] mRelativeVelocity = new float[] { RELATIVE_UNSPECIFIED, RELATIVE_UNSPECIFIED };
332 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
333 mRelativeVelocity[VERTICAL] = vertical / 1000f;
546 final float relativeVelocity = mRelativeVelocity[direction];
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 161 private float[] mRelativeVelocity = new float[] { RELATIVE_UNSPECIFIED, RELATIVE_UNSPECIFIED };
333 mRelativeVelocity[HORIZONTAL] = horizontal / 1000f;
334 mRelativeVelocity[VERTICAL] = vertical / 1000f;
547 final float relativeVelocity = mRelativeVelocity[direction];
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 34 milliseconds