Searched refs:focusedWindowHandle (Results 1 – 1 of 1) sorted by relevance
1032 const sp<WindowInfoHandle>& focusedWindowHandle = in processNoFocusedWindowAnrLocked() local1034 if (focusedWindowHandle != nullptr) { in processNoFocusedWindowAnrLocked()2272 sp<WindowInfoHandle> focusedWindowHandle = getFocusedWindowHandleLocked(displayId); in findFocusedWindowTargetLocked() local2278 if (focusedWindowHandle == nullptr && focusedApplicationHandle == nullptr) { in findFocusedWindowTargetLocked()2286 if (focusedWindowHandle != nullptr && shouldDropInput(entry, focusedWindowHandle)) { in findFocusedWindowTargetLocked()2295 if (focusedWindowHandle == nullptr && focusedApplicationHandle != nullptr) { in findFocusedWindowTargetLocked()2325 if (const auto err = verifyTargetedInjection(focusedWindowHandle, entry); err) { in findFocusedWindowTargetLocked()2331 if (focusedWindowHandle->getInfo()->inputConfig.test( in findFocusedWindowTargetLocked()2333 ALOGI("Waiting because %s is paused", focusedWindowHandle->getName().c_str()); in findFocusedWindowTargetLocked()2350 if (shouldWaitToSendKeyLocked(currentTime, focusedWindowHandle->getName().c_str())) { in findFocusedWindowTargetLocked()[all …]