Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipAccessibilityInteractionConnection.java71 private final Rect mExpandedBounds = new Rect(); field in PipAccessibilityInteractionConnection
174 mSnapAlgorithm.applySnapFraction(mExpandedBounds, mExpandedMovementBounds, in setToExpandedBounds()
176 mTaskOrganizer.scheduleFinishResizePip(mExpandedBounds, (Rect bounds) -> { in setToExpandedBounds()
244 mExpandedBounds.set(expandedBounds); in onMovementBoundsChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java77 private final @NonNull Rect mExpandedBounds = new Rect(); field in PipBoundsState
182 mExpandedBounds.set(bounds); in setExpandedBounds()
188 return mExpandedBounds; in getExpandedBounds()
611 pw.println(innerPrefix + "mExpandedBounds=" + mExpandedBounds); in dump()