Searched refs:isGoneForLayoutLw (Results 1 – 7 of 7) sorted by relevance
190 public boolean isGoneForLayoutLw() { in isGoneForLayoutLw() method in WindowTestUtils.TestWindowState
364 boolean isGoneForLayoutLw(); in isGoneForLayoutLw() method
1075 if (w.getOrientationChanging() && w.isGoneForLayoutLw()) { in prepareSurfaceLocked()1101 if (w.getOrientationChanging() && w.isGoneForLayoutLw()) { in prepareSurfaceLocked()
1258 if (!mHasSurface || getDisplayContent().mLayoutSeq != mLayoutSeq || isGoneForLayoutLw()) { in updateResizingWindowIfNeeded()1658 public boolean isGoneForLayoutLw() { in isGoneForLayoutLw() method in WindowState1778 if (mHasSurface && !isGoneForLayoutLw() && !resizingWindows.contains(this)) { in onResize()1782 if (isGoneForLayoutLw()) { in onResize()3509 !task.inFreeformWindowingMode() && !isGoneForLayoutLw(); in computeDragResizing()3916 return parent != null && parent.isGoneForLayoutLw(); in isParentWindowGoneForLayout()
692 || w.isGoneForLayoutLw();
2265 if (!win.isGoneForLayoutLw()) { in relayoutWindow()
17776 HSPLcom/android/server/wm/WindowState;->isGoneForLayoutLw()Z