Searched refs:showSystemBars (Results 1 – 2 of 2) sorted by relevance
117 public static void showSystemBars(final Dialog dialog, final Context context) { in showSystemBars() method in SystemBarHelper118 showSystemBars(dialog.getWindow(), context); in showSystemBars()126 public static void showSystemBars(final Window window, final Context context) { in showSystemBars() method in SystemBarHelper
114 SystemBarHelper.showSystemBars(window, getContext()); in testShowSystemBarsWindow()