Searched refs:mFloatingAllowedArea (Results 1 – 1 of 1) sorted by relevance
82 private final Rect mFloatingAllowedArea = new Rect(); field in PipMotionHelper203 return mFloatingAllowedArea; in getAllowedFloatingBoundsRegion()361 mFloatingAllowedArea.set(mPipBoundsState.getMovementBounds()); in onMovementBoundsChanged()362 mFloatingAllowedArea.right += getBounds().width(); in onMovementBoundsChanged()363 mFloatingAllowedArea.bottom += getBounds().height(); in onMovementBoundsChanged()