Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLiftToActivateListener.java46 case MotionEvent.ACTION_HOVER_ENTER: in onHover()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java136 if (action == MotionEvent.ACTION_HOVER_ENTER) { in onHoverEvent()
142 if (action == MotionEvent.ACTION_HOVER_ENTER && !handled) { in onHoverEvent()
DExploreByTouchHelper.java146 case MotionEvent.ACTION_HOVER_ENTER: in dispatchHoverEvent()
DPointerLocationView.java521 case MotionEvent.ACTION_HOVER_ENTER: in logCoords()
DLockPatternView.java905 case MotionEvent.ACTION_HOVER_ENTER: in onHoverEvent()
/frameworks/base/core/java/android/view/
DTouchDelegate.java182 case MotionEvent.ACTION_HOVER_ENTER: in onTouchExplorationHoverEvent()
DInputEventConsistencyVerifier.java481 case MotionEvent.ACTION_HOVER_ENTER: in onGenericMotionEvent()
DMotionEvent.java316 public static final int ACTION_HOVER_ENTER = 9; field in MotionEvent
3520 case ACTION_HOVER_ENTER: in actionToString()
DViewGroup.java2137 if (action == MotionEvent.ACTION_HOVER_ENTER) { in dispatchHoverEvent()
2147 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()
2229 if (action == MotionEvent.ACTION_HOVER_ENTER) { in dispatchHoverEvent()
2236 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()
2296 case MotionEvent.ACTION_HOVER_ENTER: in dispatchTooltipHoverEvent()
2474 || action == MotionEvent.ACTION_HOVER_ENTER) && isOnScrollbar(x, y)) { in onInterceptHoverEvent()
DView.java14064 if (action == MotionEvent.ACTION_HOVER_ENTER in dispatchGenericMotionEvent()
14946 if ((action == MotionEvent.ACTION_HOVER_ENTER in dispatchTouchExplorationHoverEvent()
14968 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchTouchExplorationHoverEvent()
14984 case MotionEvent.ACTION_HOVER_ENTER: in dispatchTouchExplorationHoverEvent()
15044 if ((action == MotionEvent.ACTION_HOVER_ENTER in onHoverEvent()
15060 if ((action == MotionEvent.ACTION_HOVER_ENTER || action == MotionEvent.ACTION_HOVER_MOVE) in onHoverEvent()
15070 case MotionEvent.ACTION_HOVER_ENTER: in onHoverEvent()
DViewRootImpl.java5667 if (event.getActionMasked() == MotionEvent.ACTION_HOVER_ENTER in maybeUpdatePointerIcon()
5759 if (action != MotionEvent.ACTION_HOVER_ENTER in maybeUpdateTooltip()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java66 case MotionEvent.ACTION_HOVER_ENTER: in onPointerEvent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java137 MotionEvent.ACTION_HOVER_ENTER, 0, 0, 0); in testComputeTimeout_withHovering()
/frameworks/base/core/java/android/widget/
DDropDownListView.java132 if (action == MotionEvent.ACTION_HOVER_ENTER in onHoverEvent()
DFastScroller.java1449 if ((actionMasked == MotionEvent.ACTION_HOVER_ENTER in onInterceptHoverEvent()
DNumberPicker.java1098 case MotionEvent.ACTION_HOVER_ENTER: { in dispatchHoverEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java134 case MotionEvent.ACTION_HOVER_ENTER: in handleMouseMotion()
DTouchExplorer.java899 sendMotionEvent(event, MotionEvent.ACTION_HOVER_ENTER, pointerIdBits, policyFlags); in sendTouchExplorationGestureStartAndHoverEnterIfNeeded()
1216 sendMotionEvent(mEvents.get(0), MotionEvent.ACTION_HOVER_ENTER, in run()
1391 case MotionEvent.ACTION_HOVER_ENTER: in onMotionEvent()
DAccessibilityInputFilter.java652 mHoverSequenceStarted = event.getActionMasked() == MotionEvent.ACTION_HOVER_ENTER; in shouldProcessMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationButtonController.java328 mHoveringRotationSuggestion = (action == MotionEvent.ACTION_HOVER_ENTER) in onRotateSuggestionHover()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/volume/
DCarVolumeDialogImpl.java285 mHovering = (action == MotionEvent.ACTION_HOVER_ENTER) in initDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java405 case MotionEvent.ACTION_HOVER_ENTER:
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1173 case MotionEvent.ACTION_HOVER_ENTER: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java255 mHovering = (action == MotionEvent.ACTION_HOVER_ENTER) in initDialog()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32973 field public static final int ACTION_HOVER_ENTER = 9; // 0x9

12