HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_HOVER_ENTER (Results 1 - 22 of 22) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 79 case MotionEvent.ACTION_HOVER_ENTER:
  /frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java 154 public static final int ACTION_HOVER_ENTER = 9;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 130 case MotionEvent.ACTION_HOVER_ENTER:
186 event.setAction(MotionEvent.ACTION_HOVER_ENTER);
214 case MotionEvent.ACTION_HOVER_ENTER:
AccessibilityUtils.java 106 return action == MotionEvent.ACTION_HOVER_ENTER
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 136 case MotionEvent.ACTION_HOVER_ENTER: {
150 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER);
274 case MotionEvent.ACTION_HOVER_ENTER: {
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 227 mSendHoverEnterDelayed = new SendHoverDelayed(MotionEvent.ACTION_HOVER_ENTER, true);
    [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 471 case MotionEvent.ACTION_HOVER_ENTER:
481 problem("ACTION_HOVER_EXIT without prior ACTION_HOVER_ENTER");
MotionEvent.java 289 public static final int ACTION_HOVER_ENTER = 9;
    [all...]
ViewGroup.java 157 // The hover targets are children which have received ACTION_HOVER_ENTER.
    [all...]
View.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 473 case MotionEvent.ACTION_HOVER_ENTER:
LockPatternView.java 627 case MotionEvent.ACTION_HOVER_ENTER:
    [all...]
PointerLocationView.java 453 case MotionEvent.ACTION_HOVER_ENTER:
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 154 * following actions: {@link MotionEvent#ACTION_HOVER_ENTER},
301 case MotionEvent.ACTION_HOVER_ENTER:
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 182 case MotionEvent.ACTION_HOVER_ENTER:
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
MultiWaveView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 399 milliseconds