Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java745 if (inFullscreenContainer || layoutInParentFrame()) { in computeFrameLw()
795 if (!layoutInParentFrame()) { in computeFrameLw()
3561 if (inNonFullscreenContainer && !layoutInParentFrame()) { in applyGravityAndUpdateFrame()
3591 boolean layoutInParentFrame() { in layoutInParentFrame() method in WindowState
DWindowStateAnimator.java1023 if (mWin.layoutInParentFrame()) { in computeShownFrameLocked()