HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MOVE (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
TransformTestActivity.java 157 case MotionEvent.ACTION_MOVE:
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
DropDownListView.java 109 case MotionEvent.ACTION_MOVE:
  /packages/apps/Camera2/src/com/android/camera/ui/
MainActivityLayout.java 105 if (ev.getActionMasked() == MotionEvent.ACTION_MOVE
BottomBar.java 188 } else if (MotionEvent.ACTION_MOVE == event.getActionMasked()) {
208 } else if (MotionEvent.ACTION_MOVE == event.getActionMasked()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 67 if (event.getAction() == MotionEvent.ACTION_MOVE) {
ImageTinyPlanet.java 124 case (MotionEvent.ACTION_MOVE):
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 142 case MotionEvent.ACTION_MOVE:
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageScrollView.java 218 case MotionEvent.ACTION_MOVE:
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 212 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, lerp(x1, x2, alpha),
228 injectMotionEvent(inputSource, MotionEvent.ACTION_MOVE, now, dx, dy, 0.0f);
  /frameworks/base/core/java/com/android/internal/widget/
SwipeDismissLayout.java 201 case MotionEvent.ACTION_MOVE:
249 case MotionEvent.ACTION_MOVE:
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListSwipeHelper.java 116 case MotionEvent.ACTION_MOVE:
182 case MotionEvent.ACTION_MOVE:
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 291 case MotionEvent.ACTION_MOVE:
375 case MotionEvent.ACTION_MOVE: {
379 problem("ACTION_MOVE contained " + pointerCount
557 case MotionEvent.ACTION_MOVE:
    [all...]
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MainActivity.java 108 case MotionEvent.ACTION_MOVE:
109 Log.v(TAG, "ACTION_MOVE " + event.getPointerCount());
169 case MotionEvent.ACTION_MOVE:
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 344 case MotionEvent.ACTION_MOVE:
378 case MotionEvent.ACTION_MOVE:
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 426 case MotionEvent.ACTION_MOVE: {
525 // handles the down event. We'd like to handle future ACTION_MOVE events, so
530 case MotionEvent.ACTION_MOVE: {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 222 case MotionEvent.ACTION_MOVE:
360 case MotionEvent.ACTION_MOVE:
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 143 MotionEvent.ACTION_MOVE, 0, 0, 0);
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 241 case MotionEvent.ACTION_MOVE: {
  /developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 241 case MotionEvent.ACTION_MOVE: {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
BouncingBalls.java 81 event.getAction() != MotionEvent.ACTION_MOVE) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 180 case MotionEvent.ACTION_MOVE:
FingerPaint.java 127 case MotionEvent.ACTION_MOVE:
ShadowCardDrag.java 227 case MotionEvent.ACTION_MOVE:
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 137 if (event.getAction() == MotionEvent.ACTION_MOVE) {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 201 if (event.getAction() == MotionEvent.ACTION_MOVE) {

Completed in 941 milliseconds

1 23 4 5 6 7 8 91011