Searched refs:isLetterboxBackgroundMultiColored (Results 1 – 7 of 7) sorted by relevance
48 var isLetterboxBackgroundMultiColored: Boolean = false in <lambda>() variable in com.android.systemui.statusbar.phone.LetterboxBackgroundProvider65 isLetterboxBackgroundMultiColored = windowManager.isLetterboxBackgroundMultiColored in <lambda>()77 isLetterboxBackgroundMultiColored: $isLetterboxBackgroundMultiColored in <lambda>()
201 return letterboxBackgroundProvider.isLetterboxBackgroundMultiColored in isOuterLetterboxMultiColored()
135 assertThat(provider.isLetterboxBackgroundMultiColored).isEqualTo(false) in <lambda>()139 whenever(windowManager.isLetterboxBackgroundMultiColored).thenReturn(true) in <lambda>()143 assertThat(provider.isLetterboxBackgroundMultiColored).isFalse() in <lambda>()148 whenever(windowManager.isLetterboxBackgroundMultiColored).thenReturn(true) in <lambda>()153 assertThat(provider.isLetterboxBackgroundMultiColored).isTrue() in <lambda>()
66 whenever(letterboxBackgroundProvider.isLetterboxBackgroundMultiColored).thenReturn(false) in setUp()125 whenever(letterboxBackgroundProvider.isLetterboxBackgroundMultiColored).thenReturn(true) in getLetterboxAppearance_noOverlap_BackgroundMultiColor_returnsAppearanceWithScrim()
1015 boolean isLetterboxBackgroundMultiColored(); in isLetterboxBackgroundMultiColored() method
1534 return mWm.isLetterboxBackgroundMultiColored(); in setupLetterboxConfigurationWithBackgroundType()
9964 public boolean isLetterboxBackgroundMultiColored() { in isLetterboxBackgroundMultiColored() method in WindowManagerService