Home
last modified time | relevance | path

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

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