Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipAccessibilityInteractionConnection.java73 private final Rect mExpandedMovementBounds = new Rect(); field in PipAccessibilityInteractionConnection
174 mSnapAlgorithm.applySnapFraction(mExpandedBounds, mExpandedMovementBounds, in setToExpandedBounds()
184 mPipBoundsState.getBounds(), mExpandedMovementBounds); in setToNormalBounds()
246 mExpandedMovementBounds.set(expandedMovementBounds); in onMovementBoundsChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java79 private final @NonNull Rect mExpandedMovementBounds = new Rect(); field in PipBoundsState
229 mExpandedMovementBounds.set(bounds); in setExpandedMovementBounds()
261 return mExpandedMovementBounds; in getExpandedMovementBounds()
668 pw.println(innerPrefix + "mExpandedMovementBounds=" + mExpandedMovementBounds); in dump()