Searched refs:mNormalBounds (Results 1 – 1 of 1) sorted by relevance
89 private Rect mNormalBounds = new Rect(); field in PipTouchHandler264 mNormalBounds = normalBounds; in onMovementBoundsChanged()266 mSnapAlgorithm.getMovementBounds(mNormalBounds, insetBounds, normalMovementBounds, in onMovementBoundsChanged()290 mSnapAlgorithm.getMovementBounds(mNormalBounds, insetBounds, normalAdjustedBounds, in onMovementBoundsChanged()497 mMotionHelper.movePip(mMotionHelper.getClosestMinimizedBounds(mNormalBounds, in setMinimizedState()546 Rect normalBounds = new Rect(mNormalBounds); in setMenuState()814 return mExpandedBounds.width() != mNormalBounds.width() || in willResizeMenu()815 mExpandedBounds.height() != mNormalBounds.height(); in willResizeMenu()822 pw.println(innerPrefix + "mNormalBounds=" + mNormalBounds); in dump()