Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowLayout.java73 final Rect attachedWindowFrame = frames.attachedFrame; in computeFrames() local
89 if (attachedWindowFrame == null) { in computeFrames()
99 outParentFrame.set(!layoutInScreen ? attachedWindowFrame : outDisplayFrame); in computeFrames()
146 final boolean attachedInParent = attachedWindowFrame != null && !layoutInScreen; in computeFrames()