Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java809 if (shouldShowLetterboxUi(w)) { in layoutLetterboxIfNeeded()
1372 boolean shouldShowLetterboxUi(WindowState mainWindow) { in shouldShowLetterboxUi() method in LetterboxUiController
1377 final boolean shouldShowLetterboxUi = in shouldShowLetterboxUi()
1386 mLastShouldShowLetterboxUi = shouldShowLetterboxUi; in shouldShowLetterboxUi()
1388 return shouldShowLetterboxUi; in shouldShowLetterboxUi()
1559 return shouldShowLetterboxUi(mainWindow) in isLetterboxedNotForDisplayCutout()
1614 boolean shouldShowLetterboxUi = shouldShowLetterboxUi(mainWin); in dump()
1615 pw.println(prefix + "shouldShowLetterboxUi=" + shouldShowLetterboxUi); in dump()
1617 if (!shouldShowLetterboxUi) { in dump()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java251 .shouldShowLetterboxUi(any()); in testReachabilityEnabledForTranslucentActivity()
634 assertTrue(mActivity.mLetterboxUiController.shouldShowLetterboxUi( in testIsLetterboxed_activityShowsWallpaper_returnsFalse()
639 assertFalse(mActivity.mLetterboxUiController.shouldShowLetterboxUi( in testIsLetterboxed_activityShowsWallpaper_returnsFalse()
/frameworks/base/services/
Dart-profile3620 HSPLcom/android/server/wm/LetterboxUiController;->shouldShowLetterboxUi(Lcom/android/server/wm/Wind…
Dart-wear-profile27649 HPLcom/android/server/wm/LetterboxUiController;->shouldShowLetterboxUi(Lcom/android/server/wm/Windo…