Searched defs:showSystemBars (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java117 public static void showSystemBars(final Dialog dialog, final Context context) { method in class:SystemBarHelper
118 showSystemBars(dialog.getWindow(), context);
126 public static void showSystemBars(final Window window, final Context context) { method in class:SystemBarHelper

Completed in 36 milliseconds