Searched refs:mNormalBounds (Results 1 – 2 of 2) sorted by relevance
70 private final Rect mNormalBounds = new Rect(); field in PipAccessibilityInteractionConnection120 if (mPipBoundsState.getBounds().width() == mNormalBounds.width() in performAccessibilityAction()121 && mPipBoundsState.getBounds().height() == mNormalBounds.height()) { in performAccessibilityAction()185 mSnapAlgorithm.applySnapFraction(mNormalBounds, mNormalMovementBounds, savedSnapFraction); in setToNormalBounds()186 mTaskOrganizer.scheduleFinishResizePip(mNormalBounds, (Rect bounds) -> { in setToNormalBounds()243 mNormalBounds.set(normalBounds); in onMovementBoundsChanged()
76 private final @NonNull Rect mNormalBounds = new Rect(); field in PipBoundsState196 mNormalBounds.set(bounds); in setNormalBounds()202 return mNormalBounds; in getNormalBounds()664 pw.println(innerPrefix + "mNormalBounds=" + mNormalBounds); in dump()