Searched refs:mInputQueueCallback (Results 1 – 2 of 2) sorted by relevance
463 InputQueue.Callback mInputQueueCallback; field in ViewRootImpl955 mInputQueueCallback =957 if (mInputQueueCallback != null) {958 mInputQueueCallback.onInputQueueCreated(mInputQueue);1206 mInputQueueCallback = in setView()1210 if (mInputQueueCallback != null) { in setView()1212 mInputQueueCallback.onInputQueueCreated(mInputQueue); in setView()4997 if (mInputQueueCallback != null && mInputQueue != null) { in dispatchDetachedFromWindow()4998 mInputQueueCallback.onInputQueueDestroyed(mInputQueue); in dispatchDetachedFromWindow()5000 mInputQueueCallback = null; in dispatchDetachedFromWindow()
68083 Landroid/view/ViewRootImpl;->mInputQueueCallback:Landroid/view/InputQueue$Callback;