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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
MotionEventCompatUtils.java 20 public static final int ACTION_HOVER_MOVE = 0x7;
  /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/
FlickGestureDetector.java 35 * <li>Contains any number of {@link MotionEventCompatUtils#ACTION_HOVER_MOVE}
132 case MotionEventCompatUtils.ACTION_HOVER_MOVE:
AccessibilityUtils.java 114 || action == MotionEventCompatUtils.ACTION_HOVER_MOVE;
AccessibleKeyboardViewProxy.java 132 case MotionEventCompatUtils.ACTION_HOVER_MOVE:
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 218 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
280 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
285 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/android/view/
InputEventConsistencyVerifier.java 475 case MotionEvent.ACTION_HOVER_MOVE:
MotionEvent.java 261 public static final int ACTION_HOVER_MOVE = 7;
    [all...]
ViewGroup.java     [all...]
View.java     [all...]
  /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 422 case MotionEvent.ACTION_HOVER_MOVE:
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 183 case MotionEvent.ACTION_HOVER_MOVE:
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 765 case MotionEvent.ACTION_HOVER_MOVE:
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 2718 milliseconds