Searched refs:activityHeight (Results 1 – 1 of 1) sorted by relevance
7854 int activityHeight = containingAppHeight; in applyAspectRatio() local7860 activityHeight = (int) ((activityWidth * desiredAspectRatio) + 0.5f); in applyAspectRatio()7864 activityWidth = (int) ((activityHeight * desiredAspectRatio) + 0.5f); in applyAspectRatio()7894 activityWidth = (int) ((activityHeight / desiredAspectRatio) + 0.5f); in applyAspectRatio()7896 activityHeight = (int) ((activityWidth / desiredAspectRatio) + 0.5f); in applyAspectRatio()7900 if (containingAppWidth <= activityWidth && containingAppHeight <= activityHeight) { in applyAspectRatio()7914 int bottom = activityHeight + containingAppBounds.top; in applyAspectRatio()