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

1 2 3

  /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 182 * Synonym for {@link MotionEvent#ACTION_HOVER_MOVE}.
184 public static final int ACTION_HOVER_MOVE = 7;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 120 || action == MotionEvent.ACTION_HOVER_MOVE;
KeyboardAccessibilityDelegate.java 178 case MotionEvent.ACTION_HOVER_MOVE:
208 * Process {@link MotionEvent#ACTION_HOVER_MOVE} event.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 156 && event.getActionMasked() != MotionEvent.ACTION_HOVER_MOVE
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 143 case MotionEvent.ACTION_HOVER_MOVE:
PointerLocationView.java 478 case MotionEvent.ACTION_HOVER_MOVE:
    [all...]
LockPatternView.java 851 case MotionEvent.ACTION_HOVER_MOVE:
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 514 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE,
537 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits,
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ExploreByTouchHelper.java 142 case MotionEventCompat.ACTION_HOVER_MOVE:
  /frameworks/base/core/java/android/view/
MotionEvent.java 261 public static final int ACTION_HOVER_MOVE = 7;
    [all...]
InputEventConsistencyVerifier.java 481 case MotionEvent.ACTION_HOVER_MOVE:
    [all...]
ViewGroup.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 438 hoverAction = MotionEvent.ACTION_HOVER_MOVE;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 403 || action == MotionEvent.ACTION_HOVER_MOVE) {
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 195 case MotionEvent.ACTION_HOVER_MOVE:
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 262 case MotionEvent.ACTION_HOVER_MOVE:
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java     [all...]
NumberPicker.java     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.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/location-aware/libs/
android-support-v4.jar 

Completed in 819 milliseconds

1 2 3