Searched refs:expandedAspectRatio (Results 1 – 3 of 3) sorted by relevance
151 public void setDesiredTvExpandedAspectRatio(float expandedAspectRatio, boolean override) { in setDesiredTvExpandedAspectRatio() argument154 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()
114 public @NonNull Builder setExpandedAspectRatio(@Nullable Rational expandedAspectRatio) { in setExpandedAspectRatio() argument115 mExpandedAspectRatio = expandedAspectRatio; in setExpandedAspectRatio()379 PictureInPictureParams(Rational aspectRatio, Rational expandedAspectRatio, in PictureInPictureParams() argument384 mExpandedAspectRatio = expandedAspectRatio; in PictureInPictureParams()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...