Searched defs:windowHandle (Results 1 – 5 of 5) sorted by relevance
| /frameworks/native/services/inputflinger/dispatcher/ |
| D | TouchState.cpp | 54 void TouchState::addOrUpdateWindow(const sp<InputWindowHandle>& windowHandle, int32_t targetFlags, in addOrUpdateWindow() 79 void TouchState::addPortalWindow(const sp<InputWindowHandle>& windowHandle) { in addPortalWindow()
|
| D | TouchedWindow.h | 28 sp<android::InputWindowHandle> windowHandle; member
|
| D | InputDispatcher.cpp | 1004 for (const sp<InputWindowHandle>& windowHandle : windowHandles) { in findTouchedWindowAtLocked() local 1612 void InputDispatcher::enqueueDragEventLocked(const sp<InputWindowHandle>& windowHandle, in enqueueDragEventLocked() 2241 for (const sp<InputWindowHandle>& windowHandle : windowHandles) { in findTouchedWindowTargetsLocked() local 2423 void InputDispatcher::addWindowTargetLocked(const sp<InputWindowHandle>& windowHandle, in addWindowTargetLocked() 2484 bool InputDispatcher::checkInjectionPermission(const sp<InputWindowHandle>& windowHandle, in checkInjectionPermission() 2509 static bool canBeObscuredBy(const sp<InputWindowHandle>& windowHandle, in canBeObscuredBy() 2558 const sp<InputWindowHandle>& windowHandle, int32_t x, int32_t y) const { in computeTouchOcclusionInfoLocked() argument 2644 bool InputDispatcher::isWindowObscuredAtPointLocked(const sp<InputWindowHandle>& windowHandle, in isWindowObscuredAtPointLocked() 2680 const sp<InputWindowHandle>& windowHandle) { in getApplicationWindowLabel() 3477 sp<InputWindowHandle> windowHandle = in synthesizeCancelationEventsForConnectionLocked() local [all …]
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | MultiClientInputMethodClientCallbackAdaptor.java | 323 @SoftInputModeFlags int softInputMode, int windowHandle) { in startInputOrWindowGainedFocus() 442 final int windowHandle = args.argi3; in startInputOrWindowGainedFocus() local
|
| /frameworks/base/services/core/java/com/android/server/inputmethod/ |
| D | MultiClientInputMethodManagerService.java | 1709 final int windowHandle = windowInfo != null in startInputOrWindowGainedFocusInternal() local 1740 final int windowHandle = windowInfo != null in startInputOrWindowGainedFocusInternal() local
|