OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_DISMISS_VELOCITY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java
58
private static int
MAX_DISMISS_VELOCITY
;
107
MAX_DISMISS_VELOCITY
= res.getInteger(R.integer.
max_dismiss_velocity
);
398
float maxVelocity =
MAX_DISMISS_VELOCITY
* mDensityScale;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java
55
private static int
MAX_DISMISS_VELOCITY
;
96
MAX_DISMISS_VELOCITY
= res.getInteger(R.integer.
max_dismiss_velocity
);
403
float maxVelocity =
MAX_DISMISS_VELOCITY
* mDensityScale;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
51
private int
MAX_DISMISS_VELOCITY
= 2000; // dp/sec
368
float maxVelocity =
MAX_DISMISS_VELOCITY
* mDensityScale;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
184
private static final int
MAX_DISMISS_VELOCITY
= 2500; // dp/sec
[
all
...]
Completed in 521 milliseconds