Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java202 InputQueue.Callback mTakeInputQueueCallback; field in PhoneWindow
560 mTakeInputQueueCallback = callback; in takeInputQueue()
H A DDecorView.java1895 return mFeatureId < 0 ? mWindow.mTakeInputQueueCallback : null; in willYouTakeTheInputQueue()