Searched refs:mInputQueue (Results 1 – 2 of 2) sorted by relevance
484 InputQueue mInputQueue; field in ViewRootImpl990 mInputQueueCallback.onInputQueueCreated(mInputQueue);1242 mInputQueue = new InputQueue(); in setView()5106 if (mInputQueueCallback != null && mInputQueue != null) { in dispatchDetachedFromWindow()5107 mInputQueueCallback.onInputQueueDestroyed(mInputQueue); in dispatchDetachedFromWindow()5108 mInputQueue.dispose(); in dispatchDetachedFromWindow()5110 mInputQueue = null; in dispatchDetachedFromWindow()6031 if (mInputQueue != null && q.mEvent instanceof KeyEvent) { in onProcess()6032 mInputQueue.sendInputEvent(q.mEvent, q, true, this); in onProcess()6220 if (mInputQueue != null) { in onProcess()[all …]
68082 Landroid/view/ViewRootImpl;->mInputQueue:Landroid/view/InputQueue;