Searched refs:mInputQueueCallback (Results 1 – 2 of 2) sorted by relevance
483 InputQueue.Callback mInputQueueCallback; field in ViewRootImpl987 mInputQueueCallback =989 if (mInputQueueCallback != null) {990 mInputQueueCallback.onInputQueueCreated(mInputQueue);1237 mInputQueueCallback = in setView()1241 if (mInputQueueCallback != null) { in setView()1243 mInputQueueCallback.onInputQueueCreated(mInputQueue); in setView()5106 if (mInputQueueCallback != null && mInputQueue != null) { in dispatchDetachedFromWindow()5107 mInputQueueCallback.onInputQueueDestroyed(mInputQueue); in dispatchDetachedFromWindow()5109 mInputQueueCallback = null; in dispatchDetachedFromWindow()
68083 Landroid/view/ViewRootImpl;->mInputQueueCallback:Landroid/view/InputQueue$Callback;