Searched refs:getSystemUiVisibility (Results 1 – 17 of 17) sorted by relevance
78 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in maybeHideSystemUI()85 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in enableImmersiveMode()97 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in disableImmersiveMode()109 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in setWindow_Immersive()117 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in setWindow_ImmersiveWithStatus()126 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in setWindow_NonImmersive()
71 assertEquals("View visibility should be 0x1456", 0x1456, view.getSystemUiVisibility()); in testAddVisibilityFlagView()82 assertEquals("View visibility should be 0x56", 0x56, view.getSystemUiVisibility()); in testRemoveVisibilityFlagView()123 window.getDecorView().getSystemUiVisibility()); in testHideSystemBarsWindow()144 window.getDecorView().getSystemUiVisibility()); in testShowSystemBarsWindow()201 assertThat(window.getDecorView().getSystemUiVisibility()) in testSetBackButtonVisibleTrue()216 assertThat(window.getDecorView().getSystemUiVisibility()) in testSetBackButtonVisibleFalse()
145 final int vis = view.getSystemUiVisibility(); in addVisibilityFlag()165 final int vis = view.getSystemUiVisibility(); in removeVisibilityFlag()
46 int vis = activity.getWindow().getDecorView().getSystemUiVisibility(); in activityWithGlifV3Theme_shouldUseLightNavBarOnV27OrAbove()
325 assertThat(layout.getSystemUiVisibility() & View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN) in createFromXml_shouldSetLayoutFullscreen_whenLayoutFullscreenIsNotSet()339 assertThat(layout.getSystemUiVisibility() & View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN).isEqualTo(0); in createFromXml_shouldNotSetLayoutFullscreen_whenLayoutFullscreenIsFalse()
286 return getSystemUiVisibility(); in getWindowSystemUiVisibility()
297 int decorSUIV = decorView.getSystemUiVisibility(); in refreshNightMode()
345 int vis = mWindowRootView.getSystemUiVisibility(); in setKeyguardDark()
2123 return isFullscreen && (0 != ((getWindowSystemUiVisibility() | getSystemUiVisibility()) in isFillingScreen()
2671 (decor.getSystemUiVisibility() in generateLayout()
28724 public int getSystemUiVisibility() { in getSystemUiVisibility() method
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17210 HSPLandroid/view/View;->getSystemUiVisibility()I
33465 method public int getSystemUiVisibility();
17274 HSPLandroid/view/View;->getSystemUiVisibility()I
52758 method @Deprecated public int getSystemUiVisibility();
1480 Landroid/app/ActivityManager$TaskSnapshot;->getSystemUiVisibility()I