Searched refs:viewAspectRatio (Results 1 – 3 of 3) sorted by relevance
69 final float viewAspectRatio = (float) width / height; in onMeasure() local70 final float aspectRatioDiff = mAspectRatio - viewAspectRatio; in onMeasure()
33 float viewAspectRatio = viewWidth / viewHeight; in scaleVideoAndFillView() local38 if (viewAspectRatio > videoAspectRatio) { in scaleVideoAndFillView()