Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsState.java151 public void setDesiredTvExpandedAspectRatio(float expandedAspectRatio, boolean override) { in setDesiredTvExpandedAspectRatio() argument
154 mDesiredTvExpandedAspectRatio = expandedAspectRatio; in setDesiredTvExpandedAspectRatio()
155 if (expandedAspectRatio != 0) { in setDesiredTvExpandedAspectRatio()
156 if (expandedAspectRatio > 1) { in setDesiredTvExpandedAspectRatio()
164 if ((expandedAspectRatio > 1 && mTvFixedPipOrientation == ORIENTATION_HORIZONTAL) in setDesiredTvExpandedAspectRatio()
165 || (expandedAspectRatio <= 1 && mTvFixedPipOrientation == ORIENTATION_VERTICAL) in setDesiredTvExpandedAspectRatio()
166 || expandedAspectRatio == 0) { in setDesiredTvExpandedAspectRatio()
167 mDesiredTvExpandedAspectRatio = expandedAspectRatio; in setDesiredTvExpandedAspectRatio()
/frameworks/base/core/java/android/app/
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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...