Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DAspectRatioFrameLayout.java175 float aspectDeformation = videoAspectRatio / viewAspectRatio - 1; in onMeasure() local
176 if (Math.abs(aspectDeformation) <= MAX_ASPECT_RATIO_DEFORMATION_FRACTION) { in onMeasure()
190 if (aspectDeformation > 0) { in onMeasure()
197 if (aspectDeformation > 0) { in onMeasure()