Home
last modified time | relevance | path

Searched refs:layoutInParentFrame (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java889 if (inFullscreenContainer || layoutInParentFrame()) { in computeFrameLw()
949 if (!layoutInParentFrame()) { in computeFrameLw()
3594 if (inNonFullscreenContainer && !layoutInParentFrame()) { in applyGravityAndUpdateFrame()
3624 boolean layoutInParentFrame() { in layoutInParentFrame() method in WindowState