Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/view/
DTouchDelegate.java185 case MotionEvent.ACTION_HOVER_MOVE: in onTouchExplorationHoverEvent()
DMotionEvent.java287 public static final int ACTION_HOVER_MOVE = 7; field in MotionEvent
3245 if (action != ACTION_MOVE && action != ACTION_HOVER_MOVE) { in addBatch()
3516 case ACTION_HOVER_MOVE: in actionToString()
DInputEventConsistencyVerifier.java485 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotionEvent()
DViewGroup.java2143 } else if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent()
2179 if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent()
2216 if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent()
2233 } else if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent()
2299 case MotionEvent.ACTION_HOVER_MOVE: in dispatchTooltipHoverEvent()
2473 if ((action == MotionEvent.ACTION_HOVER_MOVE in onInterceptHoverEvent()
2646 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) { in dispatchTouchEvent()
2778 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) { in dispatchTouchEvent()
DView.java14065 || action == MotionEvent.ACTION_HOVER_MOVE in dispatchGenericMotionEvent()
14947 || action == MotionEvent.ACTION_HOVER_MOVE) in dispatchTouchExplorationHoverEvent()
14954 || (action == MotionEvent.ACTION_HOVER_MOVE in dispatchTouchExplorationHoverEvent()
14960 case MotionEvent.ACTION_HOVER_MOVE: in dispatchTouchExplorationHoverEvent()
15045 || action == MotionEvent.ACTION_HOVER_MOVE) in onHoverEvent()
15053 || (action == MotionEvent.ACTION_HOVER_MOVE in onHoverEvent()
15060 if ((action == MotionEvent.ACTION_HOVER_ENTER || action == MotionEvent.ACTION_HOVER_MOVE) in onHoverEvent()
29665 case MotionEvent.ACTION_HOVER_MOVE: in dispatchTooltipHoverEvent()
DViewRootImpl.java5676 event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) { in maybeUpdatePointerIcon()
5760 && action != MotionEvent.ACTION_HOVER_MOVE in maybeUpdateTooltip()
8063 0, now, MotionEvent.ACTION_HOVER_MOVE, x, y, 0); in updatePointerIcon()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java67 case MotionEvent.ACTION_HOVER_MOVE: { in onPointerEvent()
DSystemGesturesPointerEventListener.java170 case MotionEvent.ACTION_HOVER_MOVE: in onPointerEvent()
/frameworks/base/core/java/android/widget/
DDropDownListView.java133 || action == MotionEvent.ACTION_HOVER_MOVE) { in onHoverEvent()
DFastScroller.java1450 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) && mState == STATE_NONE in onInterceptHoverEvent()
DNumberPicker.java1105 case MotionEvent.ACTION_HOVER_MOVE: { in dispatchHoverEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java488 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, policyFlags); in onGestureCancelled()
566 sendMotionEvent(event, MotionEvent.ACTION_HOVER_MOVE, pointerIdBits, in handleMotionEventStateTouchExploring()
1226 sendMotionEvent(mEvents.get(i), MotionEvent.ACTION_HOVER_MOVE, in run()
1392 case MotionEvent.ACTION_HOVER_MOVE: in onMotionEvent()
DAutoclickController.java126 case MotionEvent.ACTION_HOVER_MOVE: { in handleMouseMotion()
DAccessibilityInputFilter.java614 action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_HOVER_MOVE; in shouldProcessMotionEvent()
DMotionEventInjector.java119 && event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) in onMotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java145 case MotionEvent.ACTION_HOVER_MOVE: in dispatchHoverEvent()
DPointerLocationView.java518 case MotionEvent.ACTION_HOVER_MOVE: in logCoords()
DLockPatternView.java908 case MotionEvent.ACTION_HOVER_MOVE: in onHoverEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java329 || (action == MotionEvent.ACTION_HOVER_MOVE); in onRotateSuggestionHover()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/volume/
DCarVolumeDialogImpl.java286 || (action == MotionEvent.ACTION_HOVER_MOVE); in initDialog()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java20 import static android.view.MotionEvent.ACTION_HOVER_MOVE;
157 mHoverMoveEvent = MotionEvent.obtain(0, 0, ACTION_HOVER_MOVE, CLICK_POINT.x, CLICK_POINT.y, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java406 case MotionEvent.ACTION_HOVER_MOVE: {
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1176 case MotionEvent.ACTION_HOVER_MOVE: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java256 || (action == MotionEvent.ACTION_HOVER_MOVE); in initDialog()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32975 field public static final int ACTION_HOVER_MOVE = 7; // 0x7

12