OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_CANCEL
(Results
51 - 75
of
152
) sorted by null
1
2
3
4
5
6
7
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java
238
case MotionEvent.
ACTION_CANCEL
:
/frameworks/base/policy/src/com/android/internal/policy/impl/
EnableAccessibilityController.java
196
case MotionEvent.
ACTION_CANCEL
: {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
TimeBar.java
239
case MotionEvent.
ACTION_CANCEL
:
TrimTimeBar.java
303
case MotionEvent.
ACTION_CANCEL
:
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
UndoBarView.java
144
case MotionEvent.
ACTION_CANCEL
:
/packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java
230
case MotionEvent.
ACTION_CANCEL
:
PagedViewWidget.java
231
case MotionEvent.
ACTION_CANCEL
:
DragController.java
455
case MotionEvent.
ACTION_CANCEL
:
608
case MotionEvent.
ACTION_CANCEL
:
/packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java
115
event.setAction(MotionEvent.
ACTION_CANCEL
);
ZoomControlWheel.java
105
case MotionEvent.
ACTION_CANCEL
:
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineHorizontalScrollView.java
137
SystemClock.uptimeMillis(), MotionEvent.
ACTION_CANCEL
, 0, 0, 0);
ZoomControl.java
185
case MotionEvent.
ACTION_CANCEL
:
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java
233
case MotionEvent.
ACTION_CANCEL
:
/frameworks/base/core/java/android/widget/
Switch.java
593
case MotionEvent.
ACTION_CANCEL
: {
609
cancel.setAction(MotionEvent.
ACTION_CANCEL
);
617
* @param ev Event that triggered the end of drag mode - ACTION_UP or
ACTION_CANCEL
FastScroller.java
704
MotionEvent cancelFling = MotionEvent.obtain(0, 0, MotionEvent.
ACTION_CANCEL
, 0, 0, 0);
745
case MotionEvent.
ACTION_CANCEL
:
768
} else if (action == MotionEvent.ACTION_UP) { // don't add
ACTION_CANCEL
here
842
} else if (action == MotionEvent.
ACTION_CANCEL
) {
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java
414
case MotionEvent.
ACTION_CANCEL
:
493
case MotionEvent.
ACTION_CANCEL
:
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java
109
case MotionEvent.
ACTION_CANCEL
:
/frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java
653
case MotionEvent.
ACTION_CANCEL
: {
[
all
...]
/frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java
326
case MotionEvent.
ACTION_CANCEL
:
/packages/apps/Camera/src/com/android/camera/
CameraActivity.java
328
cancel.setAction(MotionEvent.
ACTION_CANCEL
);
PreviewGestures.java
285
c.setAction(MotionEvent.
ACTION_CANCEL
);
/packages/apps/Gallery2/src/com/android/camera/
PreviewGestures.java
344
c.setAction(MotionEvent.
ACTION_CANCEL
);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java
119
|| event.getActionMasked() == MotionEvent.
ACTION_CANCEL
) {
/frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java
441
case MotionEvent.
ACTION_CANCEL
:
610
|| action == MotionEvent.
ACTION_CANCEL
620
|| action == MotionEvent.
ACTION_CANCEL
) {
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java
558
case MotionEvent.
ACTION_CANCEL
:
619
case MotionEvent.
ACTION_CANCEL
:
714
if (action == MotionEvent.ACTION_UP || action == MotionEvent.
ACTION_CANCEL
) {
[
all
...]
Completed in 4061 milliseconds
1
2
3
4
5
6
7