Home
last modified time | relevance | path

Searched refs:expandedSize (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsAlgorithm.java284 final Size expandedSize; in updateExpandedPipSize() local
293 expandedSize = mTvPipBoundsState.getTvExpandedSize(); in updateExpandedPipSize()
303 expandedSize = new Size(mFixedExpandedWidthInPx, (int) aspectRatioHeight); in updateExpandedPipSize()
307 expandedSize = new Size(mFixedExpandedWidthInPx, maxHeight); in updateExpandedPipSize()
313 expandedSize = mTvPipBoundsState.getTvExpandedSize(); in updateExpandedPipSize()
322 expandedSize = new Size((int) aspectRatioWidth, mFixedExpandedHeightInPx); in updateExpandedPipSize()
326 expandedSize = new Size(maxWidth, mFixedExpandedHeightInPx); in updateExpandedPipSize()
331 mTvPipBoundsState.setTvExpandedSize(expandedSize); in updateExpandedPipSize()
334 TAG, expandedSize.getWidth(), expandedSize.getHeight()); in updateExpandedPipSize()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java408 Size expandedSize = mSizeSpecSource.getDefaultSize(aspectRatio); in onMovementBoundsChanged() local
410 new Rect(0, 0, expandedSize.getWidth(), expandedSize.getHeight())); in onMovementBoundsChanged()