Home
last modified time | relevance | path

Searched refs:expandedAspectRatio (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsState.java148 public void setDesiredTvExpandedAspectRatio(float expandedAspectRatio, boolean override) { in setDesiredTvExpandedAspectRatio() argument
151 mDesiredTvExpandedAspectRatio = expandedAspectRatio; in setDesiredTvExpandedAspectRatio()
152 if (expandedAspectRatio != 0) { in setDesiredTvExpandedAspectRatio()
153 if (expandedAspectRatio > 1) { in setDesiredTvExpandedAspectRatio()
161 if ((expandedAspectRatio > 1 && mTvFixedPipOrientation == ORIENTATION_HORIZONTAL) in setDesiredTvExpandedAspectRatio()
162 || (expandedAspectRatio <= 1 && mTvFixedPipOrientation == ORIENTATION_VERTICAL) in setDesiredTvExpandedAspectRatio()
163 || expandedAspectRatio == 0) { in setDesiredTvExpandedAspectRatio()
164 mDesiredTvExpandedAspectRatio = expandedAspectRatio; in setDesiredTvExpandedAspectRatio()
/aosp14/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java114 public @NonNull Builder setExpandedAspectRatio(@Nullable Rational expandedAspectRatio) { in setExpandedAspectRatio() argument
115 mExpandedAspectRatio = expandedAspectRatio; in setExpandedAspectRatio()
379 PictureInPictureParams(Rational aspectRatio, Rational expandedAspectRatio, in PictureInPictureParams() argument
384 mExpandedAspectRatio = expandedAspectRatio; in PictureInPictureParams()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...