Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java48 private Rational mExpandedAspectRatio; field in PictureInPictureParams.Builder
115 mExpandedAspectRatio = expandedAspectRatio; in setExpandedAspectRatio()
291 private Rational mExpandedAspectRatio; field in PictureInPictureParams
352 mExpandedAspectRatio = readRationalFromParcel(in); in PictureInPictureParams()
384 mExpandedAspectRatio = expandedAspectRatio; in PictureInPictureParams()
416 mExpandedAspectRatio = otherArgs.mExpandedAspectRatio; in copyOnlySet()
481 if (mExpandedAspectRatio != null) { in getExpandedAspectRatioFloat()
482 return mExpandedAspectRatio.floatValue(); in getExpandedAspectRatioFloat()
495 return mExpandedAspectRatio; in getExpandedAspectRatio()
503 return mExpandedAspectRatio != null; in hasSetExpandedAspectRatio()
[all …]