Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsState.java69 private final @NonNull Rect mExpandedMovementBounds = new Rect(); field in PipBoundsState
165 mExpandedMovementBounds.set(bounds); in setExpandedMovementBounds()
189 return mExpandedMovementBounds; in getExpandedMovementBounds()
520 pw.println(innerPrefix + "mExpandedMovementBounds=" + mExpandedMovementBounds); in dump()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipAccessibilityInteractionConnection.java71 private final Rect mExpandedMovementBounds = new Rect(); field in PipAccessibilityInteractionConnection
172 mSnapAlgorithm.applySnapFraction(mExpandedBounds, mExpandedMovementBounds, in setToExpandedBounds()
182 mPipBoundsState.getBounds(), mExpandedMovementBounds); in setToNormalBounds()
244 mExpandedMovementBounds.set(expandedMovementBounds); in onMovementBoundsChanged()