Home
last modified time | relevance | path

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

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DLiftToActivateListener.java46 case MotionEvent.ACTION_HOVER_ENTER: in onHover()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAbsActionBarView.java122 if (action == MotionEventCompat.ACTION_HOVER_ENTER) { in onHoverEvent()
128 if (action == MotionEventCompat.ACTION_HOVER_ENTER && !handled) { in onHoverEvent()
DToolbar.java1480 if (action == MotionEvent.ACTION_HOVER_ENTER) { in onHoverEvent()
1486 if (action == MotionEvent.ACTION_HOVER_ENTER && !handled) { in onHoverEvent()
/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.java481 case MotionEvent.ACTION_HOVER_ENTER: in logCoords()
DLockPatternView.java849 case MotionEvent.ACTION_HOVER_ENTER: in onHoverEvent()
/frameworks/base/core/java/android/widget/
DDropDownListView.java132 if (action == MotionEvent.ACTION_HOVER_ENTER in onHoverEvent()
DFastScroller.java1434 if ((actionMasked == MotionEvent.ACTION_HOVER_ENTER in onInterceptHoverEvent()
DNumberPicker.java1053 case MotionEvent.ACTION_HOVER_ENTER: { in dispatchHoverEvent()
/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java223 public static final int ACTION_HOVER_ENTER = 9; field in MotionEventCompat
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java872 sendMotionEvent(event, MotionEvent.ACTION_HOVER_ENTER, pointerIdBits, policyFlags); in sendTouchExplorationGestureStartAndHoverEnterIfNeeded()
1189 sendMotionEvent(mEvents.get(0), MotionEvent.ACTION_HOVER_ENTER, in run()
1351 case MotionEvent.ACTION_HOVER_ENTER: in onMotionEvent()
DAutoclickController.java156 case MotionEvent.ACTION_HOVER_ENTER: in handleMouseMotion()
DAccessibilityInputFilter.java635 mHoverSequenceStarted = event.getActionMasked() == MotionEvent.ACTION_HOVER_ENTER; in shouldProcessMotionEvent()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java477 case MotionEvent.ACTION_HOVER_ENTER: in onGenericMotionEvent()
DMotionEvent.java290 public static final int ACTION_HOVER_ENTER = 9; field in MotionEvent
3208 case ACTION_HOVER_ENTER: in actionToString()
DViewGroup.java1854 if (action == MotionEvent.ACTION_HOVER_ENTER) { in dispatchHoverEvent()
1864 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()
1941 if (action == MotionEvent.ACTION_HOVER_ENTER) { in dispatchHoverEvent()
1948 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent()
2077 || action == MotionEvent.ACTION_HOVER_ENTER) && isOnScrollbar(x, y)) { in onInterceptHoverEvent()
DView.java10017 if (action == MotionEvent.ACTION_HOVER_ENTER in dispatchGenericMotionEvent()
10828 if ((action == MotionEvent.ACTION_HOVER_ENTER in onHoverEvent()
10844 if ((action == MotionEvent.ACTION_HOVER_ENTER || action == MotionEvent.ACTION_HOVER_MOVE) in onHoverEvent()
10851 case MotionEvent.ACTION_HOVER_ENTER: in onHoverEvent()
DViewRootImpl.java4448 if (event.getActionMasked() == MotionEvent.ACTION_HOVER_ENTER in maybeUpdatePointerIcon()
/frameworks/support/v4/java/android/support/v4/widget/
DExploreByTouchHelper.java189 case MotionEventCompat.ACTION_HOVER_ENTER: in dispatchHoverEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1179 case MotionEvent.ACTION_HOVER_ENTER: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialog.java208 mHovering = (action == MotionEvent.ACTION_HOVER_ENTER) in initDialog()
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1443 <li>{@link android.view.MotionEvent#ACTION_HOVER_ENTER}</li>
/frameworks/support/v4/api/
D22.1.0.txt1932 field public static final int ACTION_HOVER_ENTER = 9; // 0x9
D22.0.0.txt1858 field public static final int ACTION_HOVER_ENTER = 9; // 0x9

12