Searched refs:appWin (Results 1 – 2 of 2) sorted by relevance
150 final WindowState appWin = createWindow(null, TYPE_APPLICATION, mDisplayContent, "appWin"); in testComputeImeTarget() local151 appWin.setHasSurface(true); in testComputeImeTarget()152 assertTrue(appWin.canBeImeTarget()); in testComputeImeTarget()154 assertEquals(appWin, imeTarget); in testComputeImeTarget()157 final WindowState childWin = createWindow(appWin, in testComputeImeTarget()
2871 final WindowState appWin = mScreenshotApplicationState.appWin; in screenshotApplications() local2874 Slog.i(TAG_WM, "Screenshot " + appWin + " was monochrome(" + in screenshotApplications()2876 (appWin != null ? in screenshotApplications()2877 appWin.mWinAnimator.mSurfaceController.getLayer() : "null") + in screenshotApplications()2923 mScreenshotApplicationState.appWin = null; in screenshotApplications()2940 mScreenshotApplicationState.appWin = w; in screenshotApplications()2943 if (mScreenshotApplicationState.appWin == null) { in screenshotApplications()2960 mScreenshotApplicationState.appWin = w; in screenshotApplications()3003 || (mScreenshotApplicationState.appWin != null && wallpaperOnly); in screenshotApplications()3014 final WindowState appWin = mScreenshotApplicationState.appWin; in screenshotApplications() local[all …]