OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWIPE_DIRECTION_END_TO_START
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/design/src/android/support/design/widget/
SwipeDismissBehavior.java
60
@IntDef({SWIPE_DIRECTION_START_TO_END,
SWIPE_DIRECTION_END_TO_START
, SWIPE_DIRECTION_ANY})
74
public static final int
SWIPE_DIRECTION_END_TO_START
= 1;
128
* {@link #
SWIPE_DIRECTION_END_TO_START
} or {@link #SWIPE_DIRECTION_ANY}
286
} else if (mSwipeDirection ==
SWIPE_DIRECTION_END_TO_START
) {
319
} else if (mSwipeDirection ==
SWIPE_DIRECTION_END_TO_START
) {
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
Completed in 36 milliseconds