Searched refs:newEvent (Results 1 – 3 of 3) sorted by relevance
322 MotionEvent newEvent = mapSecondPointerToFirstPointer(event); in onMotionEvent() local323 if (newEvent == null) { in onMotionEvent()326 boolean handled = mGestureDetector.onTouchEvent(newEvent); in onMotionEvent()327 newEvent.recycle(); in onMotionEvent()
3133 AccessibilityEvent newEvent = AccessibilityEvent.obtain(event); in notifyAccessibilityEvent() local3139 mPendingEvents.put(eventType, newEvent); in notifyAccessibilityEvent()3147 message = mEventDispatchHandler.obtainMessage(eventType, newEvent); in notifyAccessibilityEvent()
909 KeyEvent newEvent = new KeyEvent(downTime, eventTime, action, code, repeatCount, metaState, in sendKeySync() local911 InputManager.getInstance().injectInputEvent(newEvent, in sendKeySync()