Searched refs:focusedWindowToken (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | HandwritingModeController.java | 288 int requestId, int imePid, int imeUid, IBinder focusedWindowToken) { in startHandwritingSession() argument 307 focusedWindowToken, mCurrentDisplayId, downEvent.getRawX(), downEvent.getRawY())) { in startHandwritingSession()
|
D | InputMethodManagerService.java | 2882 final IBinder focusedWindowToken = mImeBindingState != null in updateSystemUiLocked() local 2884 final Boolean windowPerceptible = focusedWindowToken != null in updateSystemUiLocked() 2885 ? mFocusedWindowPerceptible.get(focusedWindowToken) : null; in updateSystemUiLocked()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.h | 670 void doInterceptKeyBeforeDispatchingCommand(const sp<IBinder>& focusedWindowToken,
|
D | InputDispatcher.cpp | 1893 sp<IBinder> focusedWindowToken = in dispatchKeyLocked() local 1896 auto command = [this, focusedWindowToken, entry]() REQUIRES(mLock) { in dispatchKeyLocked() 1897 doInterceptKeyBeforeDispatchingCommand(focusedWindowToken, *entry); in dispatchKeyLocked() 6540 void InputDispatcher::doInterceptKeyBeforeDispatchingCommand(const sp<IBinder>& focusedWindowToken, in doInterceptKeyBeforeDispatchingCommand() argument 6547 delay = mPolicy.interceptKeyBeforeDispatching(focusedWindowToken, event, entry.policyFlags); in doInterceptKeyBeforeDispatchingCommand()
|