OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_HOVER_MOVE
(Results
1 - 25
of
71
) sorted by null
1
2
3
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidMouseHandler.java
46
case MotionEvent.
ACTION_HOVER_MOVE
:
70
else if (action == MotionEvent.
ACTION_HOVER_MOVE
)
/development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java
84
case MotionEvent.
ACTION_HOVER_MOVE
:
/frameworks/support/compat/java/android/support/v4/view/
MotionEventCompat.java
115
* Synonym for {@link MotionEvent#
ACTION_HOVER_MOVE
}.
117
public static final int
ACTION_HOVER_MOVE
= 7;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java
120
|| action == MotionEvent.
ACTION_HOVER_MOVE
;
KeyboardAccessibilityDelegate.java
178
case MotionEvent.
ACTION_HOVER_MOVE
:
208
* Process {@link MotionEvent#
ACTION_HOVER_MOVE
} event.
/frameworks/base/core/java/android/widget/
DropDownListView.java
133
|| action == MotionEvent.
ACTION_HOVER_MOVE
) {
FastScroller.java
[
all
...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java
482
sendMotionEvent(event, MotionEvent.
ACTION_HOVER_MOVE
, pointerIdBits, policyFlags);
555
sendMotionEvent(event, MotionEvent.
ACTION_HOVER_MOVE
, pointerIdBits,
[
all
...]
AutoclickController.java
148
case MotionEvent.
ACTION_HOVER_MOVE
: {
AccessibilityInputFilter.java
605
action == MotionEvent.ACTION_DOWN || action == MotionEvent.
ACTION_HOVER_MOVE
;
/frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java
137
case MotionEvent.
ACTION_HOVER_MOVE
:
/frameworks/base/services/core/java/com/android/server/wm/
TaskTapPointerEventListener.java
88
case MotionEvent.
ACTION_HOVER_MOVE
: {
/frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java
145
case MotionEvent.
ACTION_HOVER_MOVE
:
PointerLocationView.java
478
case MotionEvent.
ACTION_HOVER_MOVE
:
[
all
...]
LockPatternView.java
852
case MotionEvent.
ACTION_HOVER_MOVE
:
[
all
...]
/packages/apps/Settings/src/com/android/settings/widget/
ExploreByTouchHelper.java
140
case MotionEvent.
ACTION_HOVER_MOVE
:
/frameworks/base/core/java/android/view/
MotionEvent.java
261
public static final int
ACTION_HOVER_MOVE
= 7;
[
all
...]
InputEventConsistencyVerifier.java
481
case MotionEvent.
ACTION_HOVER_MOVE
:
[
all
...]
ViewGroup.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java
438
hoverAction = MotionEvent.
ACTION_HOVER_MOVE
;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java
403
|| action == MotionEvent.
ACTION_HOVER_MOVE
) {
/frameworks/support/core-ui/java/android/support/v4/widget/
ExploreByTouchHelper.java
188
case MotionEventCompat.
ACTION_HOVER_MOVE
:
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java
195
case MotionEvent.
ACTION_HOVER_MOVE
:
/packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java
252
case MotionEvent.
ACTION_HOVER_MOVE
:
[
all
...]
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java
[
all
...]
Completed in 217 milliseconds
1
2
3