Searched refs:isGoneForLayoutLw (Results 1 – 7 of 7) sorted by relevance
118 public boolean isGoneForLayoutLw() { in isGoneForLayoutLw() method in WindowTestUtils.TestWindowState
340 boolean isGoneForLayoutLw(); in isGoneForLayoutLw() method
1122 if (w.getOrientationChanging() && w.isGoneForLayoutLw()) { in prepareSurfaceLocked()1146 if (w.getOrientationChanging() && w.isGoneForLayoutLw()) { in prepareSurfaceLocked()
1383 if (!mHasSurface || getDisplayContent().mLayoutSeq != mLayoutSeq || isGoneForLayoutLw()) { in updateResizingWindowIfNeeded()1864 public boolean isGoneForLayoutLw() { in isGoneForLayoutLw() method in WindowState2012 if (mHasSurface && !isGoneForLayoutLw() && !resizingWindows.contains(this)) { in onResize()2016 if (isGoneForLayoutLw()) { in onResize()3872 !task.inFreeformWindowingMode() && !isGoneForLayoutLw(); in computeDragResizing()4289 return parent != null && parent.isGoneForLayoutLw(); in isParentWindowGoneForLayout()
713 || w.isGoneForLayoutLw();
2383 if (!win.isGoneForLayoutLw()) { in relayoutWindow()
39816 HSPLcom/android/server/wm/WindowState;->isGoneForLayoutLw()Z