Searched refs:canDisplayAspectRatioUi (Results 1 – 4 of 4) sorted by relevance
139 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()
62 && manager.canDisplayAspectRatioUi(app)) in <lambda>()
184 canDisplay = userAspectRatioManager.canDisplayAspectRatioUi(app), in transform()
191 public boolean canDisplayAspectRatioUi(@NonNull ApplicationInfo app) { in canDisplayAspectRatioUi() method in UserAspectRatioManager