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

  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
AccessibilityNodeProviderActivity.java 146 MotionEvent eventNoHistory = event.getHistorySize() > 0
148 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
149 onHoverVirtualView(mLastHoveredChild, eventNoHistory);
150 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER);
151 onHoverVirtualView(child, eventNoHistory);
153 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_MOVE);
154 handled |= onHoverVirtualView(child, eventNoHistory);
155 if (eventNoHistory != event) {
156 eventNoHistory.recycle();
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 169 milliseconds