Searched defs:onHoverEvent (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDrawableStateProxyView.java66 public boolean onHoverEvent(MotionEvent event) { method in class:DrawableStateProxyView
H A DCling.java152 public boolean onHoverEvent(MotionEvent event) { method in class:Cling
H A DDragLayer.java251 public boolean onHoverEvent(MotionEvent ev) { method in class:DragLayer
H A DPagedView.java1978 public boolean onHoverEvent(android.view.MotionEvent event) { method in class:PagedView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityDelegate.java173 public boolean onHoverEvent(final MotionEvent event) { method in class:KeyboardAccessibilityDelegate
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadKeyButton.java142 public boolean onHoverEvent(MotionEvent event) { method in class:DialpadKeyButton
184 return super.onHoverEvent(event);
H A DDialpadView.java264 * Always returns true for onHoverEvent callbacks, to fix problems with accessibility due to the
268 public boolean onHoverEvent(MotionEvent event) { method in class:DialpadView
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadKeyButton.java145 public boolean onHoverEvent(MotionEvent event) { method in class:DialpadKeyButton
191 return super.onHoverEvent(event);
H A DDialpadView.java269 * Always returns true for onHoverEvent callbacks, to fix problems with accessibility due to
273 public boolean onHoverEvent(MotionEvent event) { method in class:DialpadView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboardView.java288 public boolean onHoverEvent(final MotionEvent event) { method in class:MoreKeysKeyboardView
292 return accessibilityDelegate.onHoverEvent(event);
294 return super.onHoverEvent(event);
H A DMainKeyboardView.java754 public boolean onHoverEvent(final MotionEvent event) { method in class:MainKeyboardView
758 return accessibilityDelegate.onHoverEvent(event);
760 return super.onHoverEvent(event);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPageKeyboardView.java104 public boolean onHoverEvent(final MotionEvent event) { method in class:EmojiPageKeyboardView
109 return accessibilityDelegate.onHoverEvent(event);
111 return super.onHoverEvent(event);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java524 public boolean onHoverEvent(MotionEvent event) { method in class:SimpleWeekView
531 return super.onHoverEvent(event);
H A DMonthWeekEventsView.java1055 public boolean onHoverEvent(MotionEvent event) { method in class:MonthWeekEventsView
1062 return super.onHoverEvent(event);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java351 public boolean onHoverEvent(MotionEvent ev) { method in class:DragLayer
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java1186 public boolean onHoverEvent(MotionEvent event) { method in class:KeyboardView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java2147 public boolean onHoverEvent(android.view.MotionEvent event) { method in class:PagedView
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java1658 public boolean onHoverEvent(MotionEvent event) { method in class:DayView
1679 return super.onHoverEvent(event);

Completed in 307 milliseconds