Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java7854 int activityHeight = containingAppHeight; in applyAspectRatio() local
7860 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()