Searched refs:mExpandedBounds (Results 1 – 2 of 2) sorted by relevance
67 private final @NonNull Rect mExpandedBounds = new Rect(); field in PipBoundsState143 mExpandedBounds.set(bounds); in setExpandedBounds()149 return mExpandedBounds; in getExpandedBounds()517 pw.println(innerPrefix + "mExpandedBounds=" + mExpandedBounds); in dump()
69 private final Rect mExpandedBounds = new Rect(); field in PipAccessibilityInteractionConnection172 mSnapAlgorithm.applySnapFraction(mExpandedBounds, mExpandedMovementBounds, in setToExpandedBounds()174 mTaskOrganizer.scheduleFinishResizePip(mExpandedBounds, (Rect bounds) -> { in setToExpandedBounds()242 mExpandedBounds.set(expandedBounds); in onMovementBoundsChanged()