Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLiftToActivateListener.java52 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
/frameworks/support/compat/java/android/support/v4/view/
DMotionEventCompat.java96 public static final int ACTION_HOVER_EXIT = 10; field in MotionEventCompat
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java860 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
865 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags); in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
877 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded()
1272 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT, in run()
1366 case MotionEvent.ACTION_HOVER_EXIT: { in onMotionEvent()
DAutoclickController.java157 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTooltipCompatHandler.java132 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
DMenuPopupWindow.java199 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
DAbsActionBarView.java129 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
DToolbar.java1496 if (action == MotionEvent.ACTION_HOVER_EXIT || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
/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.java1075 case MotionEvent.ACTION_HOVER_EXIT: { in dispatchHoverEvent()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java147 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
DExploreByTouchHelper.java150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
DPointerLocationView.java484 case MotionEvent.ACTION_HOVER_EXIT: in logCoords()
DLockPatternView.java869 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
/frameworks/base/core/java/android/view/
DViewGroup.java1987 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2077 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2092 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()
2106 (action != MotionEvent.ACTION_HOVER_EXIT) && !event.isHoverExitPending(); in dispatchHoverEvent()
2115 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2125 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()
2164 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in exitHoverTargets()
2186 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in cancelHoverTarget()
2236 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent()
2246 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent()
[all …]
DInputEventConsistencyVerifier.java484 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
DMotionEvent.java315 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent
3291 case ACTION_HOVER_EXIT: in actionToString()
DViewRootImpl.java4792 || event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon()
4798 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon()
4879 && action != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdateTooltip()
6684 || action == MotionEvent.ACTION_HOVER_EXIT; in isTerminalInputEvent()
DView.java11820 || action == MotionEvent.ACTION_HOVER_EXIT) {
12675 if (action == MotionEvent.ACTION_HOVER_EXIT
12696 case MotionEvent.ACTION_HOVER_EXIT:
26430 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java388 case MotionEvent.ACTION_HOVER_EXIT: { in handleTouchEvent()
/frameworks/support/core-ui/java/android/support/v4/widget/
DExploreByTouchHelper.java191 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1167 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/support/api/
D22.0.0.txt3301 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
D22.1.0.txt3517 field public static final int ACTION_HOVER_EXIT = 10; // 0xa

12