/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 482 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, policyFlags); in onGestureCancelled() 555 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, in handleMotionEventStateTouchExploring() 1199 sendMotionEvent(mEvents.get(i), MotionEvent.ACTION_HOVER_MOVE, in run() 1352 case MotionEvent.ACTION_HOVER_MOVE: in onMotionEvent()
|
D | AutoclickController.java | 148 case MotionEvent.ACTION_HOVER_MOVE: { in handleMouseMotion()
|
D | AccessibilityInputFilter.java | 597 action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_HOVER_MOVE; in shouldProcessMotionEvent()
|
/frameworks/base/core/java/android/widget/ |
D | DropDownListView.java | 133 || action == MotionEvent.ACTION_HOVER_MOVE) { in onHoverEvent()
|
D | FastScroller.java | 1435 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) && mState == STATE_NONE in onInterceptHoverEvent()
|
D | NumberPicker.java | 1060 case MotionEvent.ACTION_HOVER_MOVE: { in dispatchHoverEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 88 case MotionEvent.ACTION_HOVER_MOVE: { in onPointerEvent()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | MotionEventCompat.java | 203 public static final int ACTION_HOVER_MOVE = 7; field in MotionEventCompat
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | SystemGesturesPointerEventListener.java | 133 case MotionEvent.ACTION_HOVER_MOVE: in onPointerEvent()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 261 public static final int ACTION_HOVER_MOVE = 7; field in MotionEvent 2952 if (action != ACTION_MOVE && action != ACTION_HOVER_MOVE) { in addBatch() 3204 case ACTION_HOVER_MOVE: in actionToString()
|
D | InputEventConsistencyVerifier.java | 481 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotionEvent()
|
D | ViewGroup.java | 1860 } else if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 1896 if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 1928 if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 1945 } else if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 2076 if ((action == MotionEvent.ACTION_HOVER_MOVE in onInterceptHoverEvent() 2249 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) { in dispatchTouchEvent() 2381 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) { in dispatchTouchEvent()
|
D | ViewRootImpl.java | 4457 event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) { in maybeUpdatePointerIcon() 6550 0, now, MotionEvent.ACTION_HOVER_MOVE, x, y, 0); in updatePointerIcon()
|
D | View.java | 10018 || action == MotionEvent.ACTION_HOVER_MOVE in dispatchGenericMotionEvent() 10829 || action == MotionEvent.ACTION_HOVER_MOVE) in onHoverEvent() 10844 if ((action == MotionEvent.ACTION_HOVER_ENTER || action == MotionEvent.ACTION_HOVER_MOVE) in onHoverEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ExploreByTouchHelper.java | 145 case MotionEvent.ACTION_HOVER_MOVE: in dispatchHoverEvent()
|
D | PointerLocationView.java | 478 case MotionEvent.ACTION_HOVER_MOVE: in logCoords()
|
D | LockPatternView.java | 852 case MotionEvent.ACTION_HOVER_MOVE: in onHoverEvent()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ExploreByTouchHelper.java | 188 case MotionEventCompat.ACTION_HOVER_MOVE: in dispatchHoverEvent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1182 case MotionEvent.ACTION_HOVER_MOVE: {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialog.java | 209 || (action == MotionEvent.ACTION_HOVER_MOVE); in initDialog()
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 213 <li>{@link android.view.MotionEvent#ACTION_HOVER_MOVE}, reports the current
|
D | android-4.0.jd | 1445 <li>{@link android.view.MotionEvent#ACTION_HOVER_MOVE}</li>
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 1934 field public static final int ACTION_HOVER_MOVE = 7; // 0x7
|
D | 22.0.0.txt | 1860 field public static final int ACTION_HOVER_MOVE = 7; // 0x7
|
D | 22.2.1.txt | 1993 field public static final int ACTION_HOVER_MOVE = 7; // 0x7
|