OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMaximumFlingVelocity
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java
212
private int
mMaximumFlingVelocity
;
411
mMaximumFlingVelocity
= ViewConfiguration.getMaximumFlingVelocity();
423
mMaximumFlingVelocity
= configuration.getScaledMaximumFlingVelocity();
515
mVelocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
625
velocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
/frameworks/base/core/java/android/view/
GestureDetector.java
199
private int
mMaximumFlingVelocity
;
397
mMaximumFlingVelocity
= ViewConfiguration.getMaximumFlingVelocity();
404
mMaximumFlingVelocity
= configuration.getScaledMaximumFlingVelocity();
494
mVelocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
604
velocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
ViewConfiguration.java
226
private final int
mMaximumFlingVelocity
;
252
mMaximumFlingVelocity
= MAXIMUM_FLING_VELOCITY;
291
mMaximumFlingVelocity
= (int) (density * MAXIMUM_FLING_VELOCITY + 0.5f);
640
return
mMaximumFlingVelocity
;
/frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java
60
private int
mMaximumFlingVelocity
;
178
mMaximumFlingVelocity
= configuration.getScaledMaximumFlingVelocity();
263
mVelocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
372
velocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
/frameworks/base/core/java/android/widget/
NumberPicker.java
394
private int
mMaximumFlingVelocity
;
697
mMaximumFlingVelocity
= configuration.getScaledMaximumFlingVelocity()
886
velocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
[
all
...]
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/external/robolectric/lib/main/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 464 milliseconds