@Deprecated
public final class SemiFullScreenHelper
extends java.lang.Object
StatusBarHelper instead.| Modifier and Type | Method and Description |
|---|---|
static void |
setSemiFullScreen(android.view.Window window)
Deprecated.
|
@Deprecated public static void setSemiFullScreen(android.view.Window window)
android:fitsSystemWindows="false" to draw under the
status bar. This method is deprecated, use StatusBarHelper.hideStatusBar(Window)
instead.window - the Window for the calling app