OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFlingToDeleteThresholdVelocity
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
FlingToDeleteHelper.java
40
private final int
mFlingToDeleteThresholdVelocity
;
47
mFlingToDeleteThresholdVelocity
= launcher.getResources()
116
if (mVelocityTracker.getYVelocity() <
mFlingToDeleteThresholdVelocity
) {
121
mVelocityTracker.getXVelocity() <
mFlingToDeleteThresholdVelocity
) {
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
119
protected int
mFlingToDeleteThresholdVelocity
;
157
mFlingToDeleteThresholdVelocity
=
629
if (mVelocityTracker.getYVelocity() <
mFlingToDeleteThresholdVelocity
) {
Completed in 626 milliseconds