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/
DPipBoundsState.java67 private final @NonNull Rect mExpandedMovementBounds = new Rect(); field in PipBoundsState
163 mExpandedMovementBounds.set(bounds); in setExpandedMovementBounds()
187 return mExpandedMovementBounds; in getExpandedMovementBounds()
510 pw.println(innerPrefix + "mExpandedMovementBounds=" + mExpandedMovementBounds); in dump()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
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()