Home
last modified time | relevance | path

Searched refs:ACTION_HOVER_EXIT (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLiftToActivateListener.java52 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java103 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
/frameworks/base/core/java/android/view/
DTouchDelegate.java195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
DViewGroup.java2082 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2172 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2187 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()
2201 (action != MotionEvent.ACTION_HOVER_EXIT) && !event.isHoverExitPending(); in dispatchHoverEvent()
2210 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2220 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()
2259 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in exitHoverTargets()
2281 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in cancelHoverTarget()
2331 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent()
2341 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent()
[all …]
DInputEventConsistencyVerifier.java488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
DMotionEvent.java329 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent
3521 case ACTION_HOVER_EXIT: in actionToString()
DViewRootImpl.java5498 || event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon()
5504 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon()
5591 && action != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdateTooltip()
7549 || action == MotionEvent.ACTION_HOVER_EXIT; in isTerminalInputEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java880 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
885 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags); in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
897 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded()
1286 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT, in run()
1393 case MotionEvent.ACTION_HOVER_EXIT: { in onMotionEvent()
DAutoclickController.java135 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
/frameworks/base/core/java/android/widget/
DMenuPopupWindow.java166 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
DDropDownListView.java122 if (action == MotionEvent.ACTION_HOVER_EXIT && mResolveHoverRunnable == null) { in onHoverEvent()
DNumberPicker.java1117 case MotionEvent.ACTION_HOVER_EXIT: { in dispatchHoverEvent()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java148 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
DExploreByTouchHelper.java150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
DPointerLocationView.java502 case MotionEvent.ACTION_HOVER_EXIT: in logCoords()
DLockPatternView.java904 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java414 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...