Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1486 int viewPortHeight = b - t; in onLayout() local
1489 if (viewPortWidth * 3 >= viewPortHeight * 4) { in onLayout()
1490 safeWidth = viewPortHeight * 4 / 3; in onLayout()
1491 safeHeight = viewPortHeight; in onLayout()
1499 int top = (viewPortHeight - safeHeight) / 2; in onLayout()