Searched refs:getShown (Results 1 – 8 of 8) sorted by relevance
64 when(windowSurfaceController.getShown()).thenReturn(true); in testWallpaperScreenshot()
239 ws -> ws.mWinAnimator != null && ws.mWinAnimator.getShown() in findAppTokenForSnapshot()
501 boolean getShown() { in getShown() method in WindowSurfaceController
1461 boolean getShown() { in getShown() method in WindowStateAnimator1463 return mSurfaceController.getShown(); in getShown()
755 if (winAnim != null && winAnim.getShown() && winAnim.mLastAlpha > 0f) { in getTopVisibleWallpaper()
2079 if (mainWin != null && mainWin.mWinAnimator.getShown()) { in addStartingWindow()
2052 win, win.mWinAnimator.getShown()); in relayoutWindow()6137 if ((!visibleOnly || w.mWinAnimator.getShown()) in dumpWindows()
17890 HSPLcom/android/server/wm/WindowStateAnimator;->getShown()Z17920 HSPLcom/android/server/wm/WindowSurfaceController;->getShown()Z