Searched refs:mExpandedAspectRatio (Results 1 – 1 of 1) sorted by relevance
48 private Rational mExpandedAspectRatio; field in PictureInPictureParams.Builder115 mExpandedAspectRatio = expandedAspectRatio; in setExpandedAspectRatio()274 mExpandedAspectRatio, mUserActions, mCloseAction, mSourceRectHint, in build()291 private Rational mExpandedAspectRatio; field in PictureInPictureParams352 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 …]