HomeSort by relevance Sort by last modified time
    Searched defs:SystemBarHelper (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
SystemBarHelperTest.java 39 import com.android.setupwizardlib.util.SystemBarHelper;
70 SystemBarHelper.addVisibilityFlag(view, 0x1400);
81 SystemBarHelper.removeVisibilityFlag(view, 0x1400);
92 SystemBarHelper.addVisibilityFlag(window, 0x1400);
104 SystemBarHelper.removeVisibilityFlag(window, 0x1400);
116 SystemBarHelper.hideSystemBars(window);
134 SystemBarHelper.showSystemBars(window, InstrumentationRegistry.getContext());
161 SystemBarHelper.hideSystemBars(window);
183 SystemBarHelper.hideSystemBars(dialog);
195 SystemBarHelper.setBackButtonVisible(window, true)
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
SystemBarHelper.java 43 public class SystemBarHelper {
45 private static final String TAG = "SystemBarHelper";

Completed in 363 milliseconds