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