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

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
SystemBarHelper.java 115 public static void showSystemBars(final Dialog dialog, final Context context) {
116 showSystemBars(dialog.getWindow(), context);
124 public static void showSystemBars(final Window window, final Context context) {
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
SystemBarHelperTest.java 134 SystemBarHelper.showSystemBars(window, InstrumentationRegistry.getContext());

Completed in 3213 milliseconds