Searched refs:applyAspectRatio (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 7396 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/ |
D | art-profile | 43891 HPLcom/android/server/wm/ActivityRecord;->applyAspectRatio(Landroid/graphics/Rect;Landroid/graphics… 43892 HPLcom/android/server/wm/ActivityRecord;->applyAspectRatio(Landroid/graphics/Rect;Landroid/graphics…
|