Home
last modified time | relevance | path

Searched refs:mInputQueueCallback (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java314 InputQueue.Callback mInputQueueCallback; field in ViewRootImpl
621 mInputQueueCallback = in notifyChildRebuilt()
623 if (mInputQueueCallback != null) { in notifyChildRebuilt()
624 mInputQueueCallback.onInputQueueCreated(mInputQueue); in notifyChildRebuilt()
805 mInputQueueCallback = in setView()
809 if (mInputQueueCallback != null) { in setView()
811 mInputQueueCallback.onInputQueueCreated(mInputQueue); in setView()
3494 if (mInputQueueCallback != null && mInputQueue != null) { in dispatchDetachedFromWindow()
3495 mInputQueueCallback.onInputQueueDestroyed(mInputQueue); in dispatchDetachedFromWindow()
3497 mInputQueueCallback = null; in dispatchDetachedFromWindow()