Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/applications/appcompat/
DUserAspectRatioManagerTest.java139 assertTrue(mUtils.canDisplayAspectRatioUi(canDisplay)); in testCanDisplayAspectRatioUi()
145 assertFalse(mUtils.canDisplayAspectRatioUi(noLauncherEntry)); in testCanDisplayAspectRatioUi()
157 assertFalse(mUtils.canDisplayAspectRatioUi(canDisplay)); in testCanDisplayAspectRatioUi_hasLauncher_propertyFalse_returnFalse()
169 assertFalse(mUtils.canDisplayAspectRatioUi(noLauncherEntry)); in testCanDisplayAspectRatioUi_noLauncher_propertyTrue_returnFalse()
/packages/apps/Settings/src/com/android/settings/spa/app/appcompat/
DUserAspectRatioAppPreference.kt62 && manager.canDisplayAspectRatioUi(app)) in <lambda>()
DUserAspectRatioAppsPageProvider.kt184 canDisplay = userAspectRatioManager.canDisplayAspectRatioUi(app), in transform()
/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioManager.java191 public boolean canDisplayAspectRatioUi(@NonNull ApplicationInfo app) { in canDisplayAspectRatioUi() method in UserAspectRatioManager