Home
last modified time | relevance | path

Searched refs:DEFAULT_IMMERSIVE_FLAGS (Results 1 – 2 of 2) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java52 public static final int DEFAULT_IMMERSIVE_FLAGS = field in SystemBarHelper
165 SystemBarHelper.addVisibilityFlag(window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in hideSystemBars()
166 SystemBarHelper.addImmersiveFlagsToDecorView(window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in hideSystemBars()
186 SystemBarHelper.removeVisibilityFlag(window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in showSystemBars()
188 window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in showSystemBars()
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java216 SystemBarHelper.addVisibilityFlag(window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in hideSystemBars()
217 SystemBarHelper.addImmersiveFlagsToDecorView(window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in hideSystemBars()
235 SystemBarHelper.removeVisibilityFlag(window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in showSystemBars()
237 window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in showSystemBars()