Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java7396 mIsAspectRatioApplied = applyAspectRatio(resolvedBounds, containingAppBounds, in resolveFixedOrientationConfiguration()
7440 mIsAspectRatioApplied = applyAspectRatio(mTmpBounds, parentAppBounds, parentBounds); in resolveAspectRatioRestriction()
7503 applyAspectRatio(resolvedBounds, containingAppBounds, containingBounds); in resolveSizeCompatModeConfiguration()
7809 private boolean applyAspectRatio(Rect outBounds, Rect containingAppBounds, in applyAspectRatio() method in ActivityRecord
7811 return applyAspectRatio(outBounds, containingAppBounds, containingBounds, in applyAspectRatio()
7822 private boolean applyAspectRatio(Rect outBounds, Rect containingAppBounds, in applyAspectRatio() method in ActivityRecord
/frameworks/base/services/
Dart-profile43891 HPLcom/android/server/wm/ActivityRecord;->applyAspectRatio(Landroid/graphics/Rect;Landroid/graphics…
43892 HPLcom/android/server/wm/ActivityRecord;->applyAspectRatio(Landroid/graphics/Rect;Landroid/graphics…