Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsState.java67 private final @NonNull Rect mExpandedBounds = new Rect(); field in PipBoundsState
143 mExpandedBounds.set(bounds); in setExpandedBounds()
149 return mExpandedBounds; in getExpandedBounds()
517 pw.println(innerPrefix + "mExpandedBounds=" + mExpandedBounds); in dump()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipAccessibilityInteractionConnection.java69 private final Rect mExpandedBounds = new Rect(); field in PipAccessibilityInteractionConnection
172 mSnapAlgorithm.applySnapFraction(mExpandedBounds, mExpandedMovementBounds, in setToExpandedBounds()
174 mTaskOrganizer.scheduleFinishResizePip(mExpandedBounds, (Rect bounds) -> { in setToExpandedBounds()
242 mExpandedBounds.set(expandedBounds); in onMovementBoundsChanged()