Searched refs:viewPortHeight (Results 1 – 1 of 1) sorted by relevance
1486 int viewPortHeight = b - t; in onLayout() local1489 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()