/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardMultiUserSelectorView.java | 124 if(event.getActionMasked() != MotionEvent.ACTION_CANCEL && mCallback != null) {
|
KeyguardWidgetFrame.java | 170 case MotionEvent.ACTION_CANCEL: 189 case MotionEvent.ACTION_CANCEL:
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
SimpleModelView.java | 137 case MotionEvent.ACTION_CANCEL: {
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppView.java | 119 case MotionEvent.ACTION_CANCEL: {
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
AbstractIndicatorButton.java | 86 } else if (action == MotionEvent.ACTION_CANCEL) {
|
IndicatorControlWheelContainer.java | 91 event.setAction(MotionEvent.ACTION_CANCEL);
|
IndicatorControlWheel.java | 275 injectMotionEvent(mPressedIndex, event, MotionEvent.ACTION_CANCEL); 534 injectMotionEvent(mPressedIndex, mLastMotionEvent, MotionEvent.ACTION_CANCEL);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HandleView.java | 166 case MotionEvent.ACTION_CANCEL:
|
OverlayView.java | 175 case MotionEvent.ACTION_CANCEL: {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
StatePanelTrack.java | 200 cancelEvent.setAction(MotionEvent.ACTION_CANCEL); 262 || (!mStartedDrag && event.getActionMasked() == MotionEvent.ACTION_CANCEL)) {
|
/frameworks/base/core/java/android/webkit/ |
WebViewInputDispatcher.java | 146 * {@link MotionEvent#ACTION_POINTER_UP}, {@link MotionEvent#ACTION_CANCEL}. 295 case MotionEvent.ACTION_CANCEL: 537 int action = event != null ? event.getAction() : MotionEvent.ACTION_CANCEL; 542 if (action == MotionEvent.ACTION_CANCEL [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 465 MotionEvent.ACTION_CANCEL, 0.0f, 0.0f, 0); 502 event.setAction(MotionEvent.ACTION_CANCEL); 535 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Email/src/com/android/email/service/ |
MailService.java | 68 private static final String ACTION_CANCEL = 113 i.setAction(MailService.ACTION_CANCEL); 207 else if (ACTION_CANCEL.equals(action)) {
|
/frameworks/base/core/java/android/view/ |
InputEventConsistencyVerifier.java | 325 || action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_OUTSIDE; 382 case MotionEvent.ACTION_CANCEL:
|
ScaleGestureDetector.java | 234 * Clear all touch history tracking. Useful in ACTION_CANCEL or ACTION_UP. 251 * ACTION_DOWN to the final ACTION_UP or ACTION_CANCEL.</p> 267 action == MotionEvent.ACTION_CANCEL;
|
/frameworks/base/core/java/android/widget/ |
ZoomButtonsController.java | 543 if (action == MotionEvent.ACTION_UP || action == MotionEvent.ACTION_CANCEL) { 564 case MotionEvent.ACTION_CANCEL:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SwipeHelper.java | 257 case MotionEvent.ACTION_CANCEL: 367 case MotionEvent.ACTION_CANCEL:
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
EventSenderImpl.java | 281 executeTouchEvent(MotionEvent.ACTION_CANCEL); 469 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Camera/src/com/android/camera/ui/ |
Switch.java | 275 case MotionEvent.ACTION_CANCEL: { 291 cancel.setAction(MotionEvent.ACTION_CANCEL); 299 * @param ev Event that triggered the end of drag mode - ACTION_UP or ACTION_CANCEL
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/ |
SwipeHelper.java | 278 case MotionEvent.ACTION_CANCEL: 425 case MotionEvent.ACTION_CANCEL:
|
/packages/apps/Gallery2/src/com/android/camera/ui/ |
Switch.java | 275 case MotionEvent.ACTION_CANCEL: { 291 cancel.setAction(MotionEvent.ACTION_CANCEL); 299 * @param ev Event that triggered the end of drag mode - ACTION_UP or ACTION_CANCEL
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLRootView.java | 163 now, now, MotionEvent.ACTION_CANCEL, 0, 0, 0); 461 if (action == MotionEvent.ACTION_CANCEL
|
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
ListViewRemovalAnimation.java | 90 case MotionEvent.ACTION_CANCEL:
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMapView.java | 203 case MotionEvent.ACTION_CANCEL:
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
MapViewTest.java | 104 dispatchTouchEvent(MotionEvent.ACTION_CANCEL, 11, 11);
|