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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 84 case MotionEvent.ACTION_HOVER_MOVE:
  /frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java 124 * Synonym for {@link MotionEvent#ACTION_HOVER_MOVE}.
126 public static final int ACTION_HOVER_MOVE = 7;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 108 || action == MotionEvent.ACTION_HOVER_MOVE;
AccessibleKeyboardViewProxy.java 132 case MotionEvent.ACTION_HOVER_MOVE:
189 event.setAction(MotionEvent.ACTION_HOVER_MOVE);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 141 case MotionEvent.ACTION_HOVER_MOVE: {
153 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_MOVE);
  /frameworks/base/core/java/android/view/
MotionEvent.java 260 public static final int ACTION_HOVER_MOVE = 7;
    [all...]
InputEventConsistencyVerifier.java 475 case MotionEvent.ACTION_HOVER_MOVE:
ViewGroup.java     [all...]
View.java     [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 440 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE,
452 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 370 || action == MotionEvent.ACTION_HOVER_MOVE) {
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 476 case MotionEvent.ACTION_HOVER_MOVE:
LockPatternView.java 630 case MotionEvent.ACTION_HOVER_MOVE:
    [all...]
PointerLocationView.java 450 case MotionEvent.ACTION_HOVER_MOVE:
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 155 * {@link MotionEvent#ACTION_HOVER_MOVE}, {@link MotionEvent#ACTION_HOVER_MOVE}.
302 case MotionEvent.ACTION_HOVER_MOVE:
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 193 case MotionEvent.ACTION_HOVER_MOVE:
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
MultiWaveView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 

Completed in 1419 milliseconds

1 2