Searched refs:mNormalBounds (Results 1 – 2 of 2) sorted by relevance
68 private final Rect mNormalBounds = new Rect(); field in PipAccessibilityInteractionConnection118 if (mPipBoundsState.getBounds().width() == mNormalBounds.width() in performAccessibilityAction()119 && mPipBoundsState.getBounds().height() == mNormalBounds.height()) { in performAccessibilityAction()183 mSnapAlgorithm.applySnapFraction(mNormalBounds, mNormalMovementBounds, savedSnapFraction); in setToNormalBounds()184 mTaskOrganizer.scheduleFinishResizePip(mNormalBounds, (Rect bounds) -> { in setToNormalBounds()241 mNormalBounds.set(normalBounds); in onMovementBoundsChanged()
64 private final @NonNull Rect mNormalBounds = new Rect(); field in PipBoundsState130 mNormalBounds.set(bounds); in setNormalBounds()136 return mNormalBounds; in getNormalBounds()506 pw.println(innerPrefix + "mNormalBounds=" + mNormalBounds); in dump()