Searched refs:mInputQueue (Results 1 – 1 of 1) sorted by relevance
253 InputQueue mInputQueue; field in ViewRootImpl538 mInputQueueCallback.onInputQueueCreated(mInputQueue); in notifyChildRebuilt()723 mInputQueue = new InputQueue(); in setView()724 mInputQueueCallback.onInputQueueCreated(mInputQueue); in setView()3275 if (mInputQueueCallback != null && mInputQueue != null) { in dispatchDetachedFromWindow()3276 mInputQueueCallback.onInputQueueDestroyed(mInputQueue); in dispatchDetachedFromWindow()3277 mInputQueue.dispose(); in dispatchDetachedFromWindow()3279 mInputQueue = null; in dispatchDetachedFromWindow()4107 if (mInputQueue != null && q.mEvent instanceof KeyEvent) { in onProcess()4108 mInputQueue.sendInputEvent(q.mEvent, q, true, this); in onProcess()[all …]