Searched refs:SystemBarHelper (Results 1 – 3 of 3) sorted by relevance
/external/setupcompat/main/java/com/google/android/setupcompat/util/ |
D | SystemBarHelper.java | 44 public final class SystemBarHelper { class 140 SystemBarHelper.addVisibilityFlag(window, SystemBarHelper.DIALOG_IMMERSIVE_FLAGS); in hideSystemBars() 141 SystemBarHelper.addImmersiveFlagsToDecorView(window, SystemBarHelper.DIALOG_IMMERSIVE_FLAGS); in hideSystemBars() 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() 187 SystemBarHelper.removeImmersiveFlagsFromDecorView( in showSystemBars() 188 window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in showSystemBars() 217 SystemBarHelper.removeVisibilityFlag(window, STATUS_BAR_DISABLE_BACK); in setBackButtonVisible() 218 SystemBarHelper.removeImmersiveFlagsFromDecorView(window, STATUS_BAR_DISABLE_BACK); in setBackButtonVisible() [all …]
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | SystemNavBarMixin.java | 39 import com.google.android.setupcompat.util.SystemBarHelper; 216 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() 236 SystemBarHelper.removeImmersiveFlagsFromDecorView( in showSystemBars() 237 window, SystemBarHelper.DEFAULT_IMMERSIVE_FLAGS); in showSystemBars()
|
/external/setupcompat/ |
D | exempting_lint_checks.txt | 7 …droid_libs/setupcompat/main/java/com/google/android/setupcompat/util/SystemBarHelper.java: Annotat…
|