Searched refs:shouldShowLetterboxUi (Results 1 – 4 of 4) sorted by relevance
809 if (shouldShowLetterboxUi(w)) { in layoutLetterboxIfNeeded()1372 boolean shouldShowLetterboxUi(WindowState mainWindow) { in shouldShowLetterboxUi() method in LetterboxUiController1377 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()
251 .shouldShowLetterboxUi(any()); in testReachabilityEnabledForTranslucentActivity()634 assertTrue(mActivity.mLetterboxUiController.shouldShowLetterboxUi( in testIsLetterboxed_activityShowsWallpaper_returnsFalse()639 assertFalse(mActivity.mLetterboxUiController.shouldShowLetterboxUi( in testIsLetterboxed_activityShowsWallpaper_returnsFalse()
3620 HSPLcom/android/server/wm/LetterboxUiController;->shouldShowLetterboxUi(Lcom/android/server/wm/Wind…
27649 HPLcom/android/server/wm/LetterboxUiController;->shouldShowLetterboxUi(Lcom/android/server/wm/Windo…