Searched refs:windowState (Results 1 – 4 of 4) sorted by relevance
68 WindowState windowState = (WindowState) inputWindowHandle.windowState; in notifyInputChannelBroken() local69 if (windowState != null) { in notifyInputChannelBroken()70 Slog.i(WindowManagerService.TAG, "WINDOW DIED " + windowState); in notifyInputChannelBroken()71 mService.removeWindowLocked(windowState.mSession, windowState); in notifyInputChannelBroken()86 WindowState windowState = (WindowState) inputWindowHandle.windowState; in notifyANR() local87 if (windowState != null) { in notifyANR()89 + windowState.mAttrs.getTitle()); in notifyANR()90 appWindowToken = windowState.mAppToken; in notifyANR()293 WindowState windowState = focus != null ? (WindowState) focus.windowState : null; in interceptKeyBeforeDispatching() local294 return mService.mPolicy.interceptKeyBeforeDispatching(windowState, event, policyFlags); in interceptKeyBeforeDispatching()[all …]
38 public final WindowManagerPolicy.WindowState windowState; field in InputWindowHandle94 WindowManagerPolicy.WindowState windowState) { in InputWindowHandle() argument96 this.windowState = windowState; in InputWindowHandle()
2827 WindowState windowState = mWindowMap.get(windowToken); in getWindowCompatibilityScale() local2828 return (windowState != null) ? windowState.mGlobalScale : 1.0f; in getWindowCompatibilityScale()
904 Bundle windowState = savedInstanceState.getBundle(WINDOW_HIERARCHY_TAG); in onRestoreInstanceState() local905 if (windowState != null) { in onRestoreInstanceState()906 mWindow.restoreHierarchyState(windowState); in onRestoreInstanceState()