Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java34 import com.android.setupwizardlib.util.SystemBarHelper;
55 SystemBarHelper.addVisibilityFlag(view, 0x1400); in testAddVisibilityFlagView()
65 SystemBarHelper.removeVisibilityFlag(view, 0x1400); in testRemoveVisibilityFlagView()
75 SystemBarHelper.addVisibilityFlag(window, 0x1400); in testAddVisibilityFlagWindow()
86 SystemBarHelper.removeVisibilityFlag(window, 0x1400); in testRemoveVisibilityFlagWindow()
97 SystemBarHelper.hideSystemBars(window); in testHideSystemBarsWindow()
114 SystemBarHelper.showSystemBars(window, getContext()); in testShowSystemBarsWindow()
140 SystemBarHelper.hideSystemBars(window); in testHideSystemBarsNoInfiniteLoop()
161 SystemBarHelper.hideSystemBars(dialog); in testHideSystemBarsDialog()
172 SystemBarHelper.setBackButtonVisible(window, true); in testSetBackButtonVisibleTrue()
[all …]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java45 public class SystemBarHelper { class