OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_FLING_DEGREES
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
FlingToDeleteHelper.java
37
private static final float
MAX_FLING_DEGREES
= 35f;
115
float theta =
MAX_FLING_DEGREES
+ 1;
126
if (theta <= Math.toRadians(
MAX_FLING_DEGREES
)) {
/packages/apps/Launcher2/src/com/android/launcher2/
DragController.java
65
private static final float
MAX_FLING_DEGREES
= 35f;
636
if (theta <= Math.toRadians(
MAX_FLING_DEGREES
)) {
Completed in 538 milliseconds