Searched refs:mFloatingAllowedArea (Results 1 – 1 of 1) sorted by relevance
86 private final Rect mFloatingAllowedArea = new Rect(); field in PipMotionHelper228 return mFloatingAllowedArea; in getAllowedFloatingBoundsRegion()384 mFloatingAllowedArea.set(mPipBoundsState.getMovementBounds()); in onMovementBoundsChanged()385 mFloatingAllowedArea.right += getBounds().width(); in onMovementBoundsChanged()386 mFloatingAllowedArea.bottom += getBounds().height(); in onMovementBoundsChanged()