HomeSort by relevance Sort by last modified time
    Searched full:dispatchhoverevent (Results 1 - 25 of 39) sorted by null

1 2

  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 58 * <li>Dispatching hover events to the helper in {@link View#dispatchHoverEvent}
106 public boolean dispatchHoverEvent(MotionEvent event) {
108 if (mTouchHelper.dispatchHoverEvent(event)) {
112 return super.dispatchHoverEvent(event);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 237 public boolean dispatchHoverEvent(MotionEvent event) {
244 return super.dispatchHoverEvent(event);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputView.java 58 protected boolean dispatchHoverEvent(final MotionEvent event) {
65 return super.dispatchHoverEvent(event);
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 123 * {@link View#dispatchHoverEvent}:
126 * public boolean dispatchHoverEvent(MotionEvent event) {
127 * if (mHelper.dispatchHoverEvent(this, event) {
130 * return super.dispatchHoverEvent(event);
137 public boolean dispatchHoverEvent(MotionEvent event) {
ActionBarView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ExploreByTouchHelper.java 118 * {@link View#dispatchHoverEvent}:
121 * public boolean dispatchHoverEvent(MotionEvent event) {
122 * if (mHelper.dispatchHoverEvent(this, event) {
125 * return super.dispatchHoverEvent(event);
132 public boolean dispatchHoverEvent(MotionEvent event) {
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItemView.java 235 public boolean dispatchHoverEvent(MotionEvent event) {
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 228 public boolean dispatchHoverEvent(MotionEvent event) {
230 if (mTouchHelper.dispatchHoverEvent(event)) {
233 return super.dispatchHoverEvent(event);
RadialTimePickerView.java     [all...]
NumberPicker.java     [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
MonthView.java 255 public boolean dispatchHoverEvent(MotionEvent event) {
257 if (mTouchHelper.dispatchHoverEvent(event)) {
260 return super.dispatchHoverEvent(event);
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.view.View.html 122 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#dispatchHoverEvent(android.view.MotionEvent)" target="_top"><code>dispatchHoverEvent</code></A>(<code>MotionEvent</code>)</nobr>
methods_index_additions.html 179 <nobr><A HREF="android.view.View.html#android.view.View.dispatchHoverEvent_added(android.view.MotionEvent)" class="hiddenlink" target="rightframe"><b>dispatchHoverEvent</b>
    [all...]
alldiffs_index_additions.html     [all...]
methods_index_all.html 197 <nobr><A HREF="android.view.View.html#android.view.View.dispatchHoverEvent_added(android.view.MotionEvent)" class="hiddenlink" target="rightframe"><b>dispatchHoverEvent</b>
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 402 public boolean dispatchHoverEvent(MotionEvent event) {
409 return super.dispatchHoverEvent(event);
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/plus/
PlusOneDummyView.html     [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
BoxInsetLayout.html     [all...]
CardFrame.html     [all...]
CardScrollView.html     [all...]
CircledImageView.html     [all...]
DelayedConfirmationView.html     [all...]
DismissOverlayView.html     [all...]

Completed in 877 milliseconds

1 2