Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPictureInPictureParams.java48 private Rational mExpandedAspectRatio; field in PictureInPictureParams.Builder
115 mExpandedAspectRatio = expandedAspectRatio; in setExpandedAspectRatio()
274 mExpandedAspectRatio, mUserActions, mCloseAction, mSourceRectHint, in build()
291 private Rational mExpandedAspectRatio; field in PictureInPictureParams
352 mExpandedAspectRatio = readRationalFromParcel(in); in PictureInPictureParams()
384 mExpandedAspectRatio = expandedAspectRatio; in PictureInPictureParams()
400 this(other.mAspectRatio, other.mExpandedAspectRatio, other.mUserActions, other.mCloseAction, in PictureInPictureParams()
416 mExpandedAspectRatio = otherArgs.mExpandedAspectRatio; in copyOnlySet()
481 if (mExpandedAspectRatio != null) { in getExpandedAspectRatioFloat()
482 return mExpandedAspectRatio.floatValue(); in getExpandedAspectRatioFloat()
[all …]