Home
last modified time | relevance | path

Searched refs:ACTION_HOVER_MOVE (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java482 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()
DAutoclickController.java148 case MotionEvent.ACTION_HOVER_MOVE: { in handleMouseMotion()
DAccessibilityInputFilter.java597 action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_HOVER_MOVE; in shouldProcessMotionEvent()
/frameworks/base/core/java/android/widget/
DDropDownListView.java133 || action == MotionEvent.ACTION_HOVER_MOVE) { in onHoverEvent()
DFastScroller.java1435 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) && mState == STATE_NONE in onInterceptHoverEvent()
DNumberPicker.java1060 case MotionEvent.ACTION_HOVER_MOVE: { in dispatchHoverEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java88 case MotionEvent.ACTION_HOVER_MOVE: { in onPointerEvent()
/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java203 public static final int ACTION_HOVER_MOVE = 7; field in MotionEventCompat
/frameworks/base/services/core/java/com/android/server/policy/
DSystemGesturesPointerEventListener.java133 case MotionEvent.ACTION_HOVER_MOVE: in onPointerEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java261 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()
DInputEventConsistencyVerifier.java481 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotionEvent()
DViewGroup.java1860 } 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()
DViewRootImpl.java4457 event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) { in maybeUpdatePointerIcon()
6550 0, now, MotionEvent.ACTION_HOVER_MOVE, x, y, 0); in updatePointerIcon()
DView.java10018 || 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/
DExploreByTouchHelper.java145 case MotionEvent.ACTION_HOVER_MOVE: in dispatchHoverEvent()
DPointerLocationView.java478 case MotionEvent.ACTION_HOVER_MOVE: in logCoords()
DLockPatternView.java852 case MotionEvent.ACTION_HOVER_MOVE: in onHoverEvent()
/frameworks/support/v4/java/android/support/v4/widget/
DExploreByTouchHelper.java188 case MotionEventCompat.ACTION_HOVER_MOVE: in dispatchHoverEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1182 case MotionEvent.ACTION_HOVER_MOVE: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialog.java209 || (action == MotionEvent.ACTION_HOVER_MOVE); in initDialog()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd213 <li>{@link android.view.MotionEvent#ACTION_HOVER_MOVE}, reports the current
Dandroid-4.0.jd1445 <li>{@link android.view.MotionEvent#ACTION_HOVER_MOVE}</li>
/frameworks/support/v4/api/
D22.1.0.txt1934 field public static final int ACTION_HOVER_MOVE = 7; // 0x7
D22.0.0.txt1860 field public static final int ACTION_HOVER_MOVE = 7; // 0x7
D22.2.1.txt1993 field public static final int ACTION_HOVER_MOVE = 7; // 0x7

12