HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MOVE (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/view/
TouchDelegate.java 123 case MotionEvent.ACTION_MOVE:
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsListView.java 66 } else if (act == MotionEvent.ACTION_MOVE) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 77 case (MotionEvent.ACTION_MOVE):
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanelTitle.java 72 case MotionEvent.ACTION_MOVE:
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
RSTestView.java 90 else if (act == ev.ACTION_MOVE) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 85 case MotionEvent.ACTION_MOVE:
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 123 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, tinyDist, 0, 0));
150 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, distFar, 0, 0));
162 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, distTooFar, 0, 0));
173 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, 0, 0, 0));
226 MotionEvent.ACTION_MOVE, 0, tinyDist, 0));
253 MotionEvent.ACTION_MOVE, 0, distFar, 0));
265 MotionEvent.ACTION_MOVE, 0, distTooFar, 0));
276 MotionEvent.ACTION_MOVE, 0, 0, 0));
336 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, - 10000, 0, 0));
343 MotionEvent.obtain(now, now, MotionEvent.ACTION_MOVE, - 10000, 0, 0))
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 208 } else if (MotionEvent.ACTION_MOVE == m.getActionMasked()) {
316 if (mCurrent.getActionMasked() != MotionEvent.ACTION_MOVE) {
325 if (mCurrent.getActionMasked() != MotionEvent.ACTION_MOVE) {
  /cts/tests/tests/widget/src/android/widget/cts/
SeekBarTest.java 80 event = MotionEvent.obtain(downTime, eventTime, MotionEvent.ACTION_MOVE,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Patterns.java 111 case MotionEvent.ACTION_MOVE:
TouchRotateActivity.java 91 case MotionEvent.ACTION_MOVE:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DelegateViewHelper.java 74 if (!mPanelShowing && event.getAction() == MotionEvent.ACTION_MOVE) {
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncView.java 96 case MotionEvent.ACTION_MOVE: {
FBOTestView.java 96 case MotionEvent.ACTION_MOVE: {
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestView.java 90 case MotionEvent.ACTION_MOVE: {
  /frameworks/ex/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 130 case MotionEvent.ACTION_MOVE: {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 130 case MotionEvent.ACTION_MOVE: {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
DoodleView.java 107 case MotionEvent.ACTION_MOVE:
  /packages/apps/Browser/src/com/android/browser/
UrlBarAutoShowManager.java 117 case MotionEvent.ACTION_MOVE:
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 74 case MotionEvent.ACTION_MOVE:
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlBar.java 97 case MotionEvent.ACTION_MOVE:
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SuddenJumpingTouchEventHandler.java 101 case MotionEvent.ACTION_MOVE:
  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/multitouch_event/
multitouch_event_activity.java 89 case MotionEvent.ACTION_MOVE:

Completed in 1382 milliseconds

1 2 3 4 5 6 7