Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DComponentMutateUtils.java30 public static void setMaxAspectRatio(@NonNull ParsedActivity activity, int resizeMode, in setMaxAspectRatio() method in ComponentMutateUtils
32 ((ParsedActivityImpl) activity).setMaxAspectRatio(resizeMode, maxAspectRatio); in setMaxAspectRatio()
DParsedActivityImpl.java208 public ParsedActivityImpl setMaxAspectRatio(int resizeMode, float maxAspectRatio) { in setMaxAspectRatio() method in ParsedActivityImpl
638 public @NonNull ParsedActivityImpl setMaxAspectRatio( float value) { in setMaxAspectRatio() method in ParsedActivityImpl
DParsedActivityUtils.java185 activity.setMaxAspectRatio(resizeMode, in parseActivityOrReceiver()
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DParsingPackage.java136 ParsingPackage setMaxAspectRatio(float maxAspectRatio); in setMaxAspectRatio() method
DParsingPackageUtils.java2218 setMaxAspectRatio(pkg); in parseBaseApplication()
2281 … .setMaxAspectRatio(aFloat(R.styleable.AndroidManifestApplication_maxAspectRatio, sa)) in parseBaseAppBasicFlags()
2754 private static void setMaxAspectRatio(ParsingPackage pkg) {
2787 ComponentMutateUtils.setMaxAspectRatio(activity, activity.getResizeMode(),
DPackageInfoWithoutStateUtils.java540 ai.setMaxAspectRatio(a.getMaxAspectRatio()); in generateActivityInfoUnchecked()
DParsingPackageImpl.java2582 public ParsingPackageImpl setMaxAspectRatio(float value) {
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DObjectPoolTests.java136 activityInfo.setMaxAspectRatio(2.4f); in testRecycleLaunchActivityItem()
DTransactionParcelTests.java183 activityInfo.setMaxAspectRatio(2.4f); in testLaunch()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java1676 public void setMaxAspectRatio(@FloatRange(from = 0f) float maxAspectRatio) { in setMaxAspectRatio() method in ActivityInfo
DPackageParser.java3982 setMaxAspectRatio(owner); in parseBaseApplication()
4475 a.setMaxAspectRatio(sa.getFloat(R.styleable.AndroidManifestActivity_maxAspectRatio, in parseActivity()
4721 private void setMaxAspectRatio(Package owner) { in setMaxAspectRatio() method in PackageParser
4750 activity.setMaxAspectRatio(activityAspectRatio); in setMaxAspectRatio()
4948 info.setMaxAspectRatio(target.info.getMaxAspectRatio());
8144 private void setMaxAspectRatio(float maxAspectRatio) { in setMaxAspectRatio() method in PackageParser.Activity
8156 info.setMaxAspectRatio(maxAspectRatio); in setMaxAspectRatio()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java400 .setMaxAspectRatio(3f) in testApplyStrategyToTranslucentActivities()
457 .setMaxAspectRatio(3f) in testApplyStrategyToMultipleTranslucentActivities()
608 mActivity.info.setMaxAspectRatio(aspectRatio); in testFixedAspectRatioBoundsWithDecorInSquareDisplay()
2691 .setMaxAspectRatio(1.3f)
4444 activity.info.setMaxAspectRatio(maxAspect);
DWindowTestsBase.java1079 ActivityBuilder setMaxAspectRatio(float maxAspectRatio) { in setMaxAspectRatio() method in WindowTestsBase.ActivityBuilder
1191 aInfo.setMaxAspectRatio(mMaxAspectRatio); in buildInner()
DTaskLaunchParamsModifierTests.java1398 mActivity.info.setMaxAspectRatio(1.5f); in testDefaultFreeformSizeRespectsMaxAspectRatio()
1483 mActivity.info.setMaxAspectRatio(1.5f); in testCascadesToSourceSizeForFreeformRespectingMaxAspectRatio()
/frameworks/base/services/
Dart-profile39209 HSPLcom/android/server/pm/pkg/component/ComponentMutateUtils;->setMaxAspectRatio(Lcom/android/serve…
39264 HSPLcom/android/server/pm/pkg/component/ParsedActivityImpl;->setMaxAspectRatio(IF)Lcom/android/serv…
39894 HSPLcom/android/server/pm/pkg/parsing/ParsingPackageImpl;->setMaxAspectRatio(F)Lcom/android/server/…
39895 HSPLcom/android/server/pm/pkg/parsing/ParsingPackageImpl;->setMaxAspectRatio(F)Lcom/android/server/…
40088 HSPLcom/android/server/pm/pkg/parsing/ParsingPackageUtils;->setMaxAspectRatio(Lcom/android/server/p…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12602 Landroid/content/pm/PackageParser$Activity;->setMaxAspectRatio(F)V
12956 Landroid/content/pm/PackageParser;->setMaxAspectRatio(Landroid/content/pm/PackageParser$Package;)V