Searched refs:isGoneForLayout (Results 1 – 6 of 6) sorted by relevance
417 if (w.getOrientationChanging() && w.isGoneForLayout()) { in prepareSurfaceLocked()434 if (w.getOrientationChanging() && w.isGoneForLayout()) { in prepareSurfaceLocked()
1434 if ((!mHasSurface || getDisplayContent().mLayoutSeq != mLayoutSeq || isGoneForLayout()) in updateResizingWindowIfNeeded()2046 boolean isGoneForLayout() { in isGoneForLayout() method in WindowState2205 if (mHasSurface && !isGoneForLayout() && !resizingWindows.contains(this)) { in onResize()2209 if (isGoneForLayout()) { in onResize()4319 return parent != null && parent.isGoneForLayout(); in isParentWindowGoneForLayout()5235 if ((mWmService.mWindowPlacerLocked.isLayoutDeferred() || isGoneForLayout()) in updateSurfacePosition()
906 final boolean gone = w.isGoneForLayout();
2476 if (!win.isGoneForLayout()) { in relayoutWindow()
1797 public boolean isGoneForLayout() { in isGoneForLayout() method in WindowTestsBase.TestWindowState
12072 HSPLcom/android/server/wm/WindowState;->isGoneForLayout()Z+]Lcom/android/server/wm/WindowContainer;…