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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java 58 if (mInterceptHover && event.getAction() != MotionEvent.ACTION_HOVER_EXIT) {
Hover.java 89 case MotionEvent.ACTION_HOVER_EXIT:
  /frameworks/support/v4/java/android/support/v4/view/
MotionEventCompat.java 167 public static final int ACTION_HOVER_EXIT = 10;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 123 case MotionEvent.ACTION_HOVER_EXIT:
183 event.setAction(MotionEvent.ACTION_HOVER_EXIT);
220 case MotionEvent.ACTION_HOVER_EXIT:
AccessibilityUtils.java 107 || action == MotionEvent.ACTION_HOVER_EXIT
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 148 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
162 case MotionEvent.ACTION_HOVER_EXIT: {
278 case MotionEvent.ACTION_HOVER_EXIT: {
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 228 mSendHoverExitDelayed = new SendHoverDelayed(MotionEvent.ACTION_HOVER_EXIT, false);
    [all...]
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 478 case MotionEvent.ACTION_HOVER_EXIT:
481 problem("ACTION_HOVER_EXIT without prior ACTION_HOVER_ENTER");
ViewGroup.java     [all...]
MotionEvent.java 302 public static final int ACTION_HOVER_EXIT = 10;
    [all...]
View.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 533 if (event.getAction() != MotionEvent.ACTION_HOVER_EXIT) {
MonthWeekEventsView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 479 case MotionEvent.ACTION_HOVER_EXIT:
LockPatternView.java 633 case MotionEvent.ACTION_HOVER_EXIT:
    [all...]
PointerLocationView.java 456 case MotionEvent.ACTION_HOVER_EXIT:
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 303 case MotionEvent.ACTION_HOVER_EXIT:
    [all...]
  /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 1698 milliseconds