Searched refs:mExpandedBounds (Results 1 – 2 of 2) sorted by relevance
65 private final @NonNull Rect mExpandedBounds = new Rect(); field in PipBoundsState141 mExpandedBounds.set(bounds); in setExpandedBounds()147 return mExpandedBounds; in getExpandedBounds()507 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()