Searched refs:viewPortHeight (Results 1 – 1 of 1) sorted by relevance
1440 int viewPortHeight = b - t; in onLayout() local1443 if (viewPortWidth * 3 >= viewPortHeight * 4) { in onLayout()1444 safeWidth = viewPortHeight * 4 / 3; in onLayout()1445 safeHeight = viewPortHeight; in onLayout()1453 int top = (viewPortHeight - safeHeight) / 2; in onLayout()