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.java6835 int activityHeight = containingAppHeight; in applyAspectRatio() local
6841 activityHeight = (int) ((activityWidth * maxAspectRatio) + 0.5f); in applyAspectRatio()
6845 activityWidth = (int) ((activityHeight * maxAspectRatio) + 0.5f); in applyAspectRatio()
6875 activityWidth = (int) ((activityHeight / minAspectRatio) + 0.5f); in applyAspectRatio()
6877 activityHeight = (int) ((activityWidth / minAspectRatio) + 0.5f); in applyAspectRatio()
6881 if (containingAppWidth <= activityWidth && containingAppHeight <= activityHeight) { in applyAspectRatio()
6892 activityHeight + containingAppBounds.top); in applyAspectRatio()