OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxFlingVelocity
(Results
1 - 3
of
3
) sorted by null
/packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java
70
private final int
mMaxFlingVelocity
;
212
mMaxFlingVelocity
= vc.getScaledMaximumFlingVelocity();
572
velocityY = Math.max(Math.min(velocityY,
mMaxFlingVelocity
), -
mMaxFlingVelocity
);
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java
399
private final int
mMaxFlingVelocity
;
510
mMaxFlingVelocity
= vc.getScaledMaximumFlingVelocity();
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 48 milliseconds