Home | History | Annotate | Download | only in accessibility

Lines Matching refs:mEvents

1360         private final List<MotionEvent> mEvents = new ArrayList<MotionEvent>();
1375 mEvents.add(MotionEvent.obtain(event));
1392 final int eventCount = mEvents.size();
1394 mEvents.remove(i).recycle();
1409 if (!mEvents.isEmpty()) {
1411 sendMotionEvent(mEvents.get(0), MotionEvent.ACTION_HOVER_ENTER,
1419 final int eventCount = mEvents.size();
1421 sendMotionEvent(mEvents.get(i), MotionEvent.ACTION_HOVER_MOVE,