OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaximumFlingVelocity
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
ViewConfiguration.java
146
private final int
mMaximumFlingVelocity
;
165
mMaximumFlingVelocity
= MAXIMUM_FLING_VELOCITY;
192
mMaximumFlingVelocity
= (int) (density * MAXIMUM_FLING_VELOCITY + 0.5f);
432
return
mMaximumFlingVelocity
;
GestureDetector.java
202
private int
mMaximumFlingVelocity
;
394
mMaximumFlingVelocity
= ViewConfiguration.getMaximumFlingVelocity();
400
mMaximumFlingVelocity
= configuration.getScaledMaximumFlingVelocity();
562
velocityTracker.computeCurrentVelocity(1000,
mMaximumFlingVelocity
);
Completed in 103 milliseconds