OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWIPE_ESCAPE_VELOCITY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/list/
SwipeHelper.java
55
private static int
SWIPE_ESCAPE_VELOCITY
= -1;
102
if (
SWIPE_ESCAPE_VELOCITY
== -1) {
104
SWIPE_ESCAPE_VELOCITY
= res.getInteger(R.integer.
swipe_escape_velocity
);
400
float escapeVelocity =
SWIPE_ESCAPE_VELOCITY
* mDensityScale;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java
52
private static int
SWIPE_ESCAPE_VELOCITY
= -1;
91
if (
SWIPE_ESCAPE_VELOCITY
== -1) {
93
SWIPE_ESCAPE_VELOCITY
= res.getInteger(R.integer.
swipe_escape_velocity
);
405
float escapeVelocity =
SWIPE_ESCAPE_VELOCITY
* mDensityScale;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
48
private float
SWIPE_ESCAPE_VELOCITY
= 100f; // dp/sec
370
float escapeVelocity =
SWIPE_ESCAPE_VELOCITY
* mDensityScale;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
183
private static final int
SWIPE_ESCAPE_VELOCITY
= 500; // dp/sec
[
all
...]
Completed in 125 milliseconds