Searched refs:newEvent (Results 1 – 3 of 3) sorted by relevance
375 MotionEvent newEvent = mapSecondPointerToFirstPointer(event); in onMotionEvent() local376 if (newEvent == null) { in onMotionEvent()379 boolean handled = mGestureDetector.onTouchEvent(newEvent); in onMotionEvent()380 newEvent.recycle(); in onMotionEvent()
3710 AccessibilityEvent newEvent = AccessibilityEvent.obtain(event); in notifyAccessibilityEvent() local3716 mPendingEvents.put(eventType, newEvent); in notifyAccessibilityEvent()3724 message = mEventDispatchHandler.obtainMessage(eventType, newEvent); in notifyAccessibilityEvent()
1003 KeyEvent newEvent = new KeyEvent(downTime, eventTime, action, code, repeatCount, metaState, in sendKeySync() local1005 InputManager.getInstance().injectInputEvent(newEvent, in sendKeySync()