Searched refs:mExpandedBounds (Results 1 – 1 of 1) sorted by relevance
91 private Rect mExpandedBounds = new Rect(); field in PipTouchHandler275 mExpandedBounds.set(0, 0, expandedSize.getWidth(), expandedSize.getHeight()); in onMovementBoundsChanged()277 mSnapAlgorithm.getMovementBounds(mExpandedBounds, insetBounds, expandedMovementBounds, in onMovementBoundsChanged()293 mSnapAlgorithm.getMovementBounds(mExpandedBounds, insetBounds, in onMovementBoundsChanged()517 Rect expandedBounds = new Rect(mExpandedBounds); in setMenuState()814 return mExpandedBounds.width() != mNormalBounds.width() || in willResizeMenu()815 mExpandedBounds.height() != mNormalBounds.height(); in willResizeMenu()824 pw.println(innerPrefix + "mExpandedBounds=" + mExpandedBounds); in dump()