public class ImmersiveModeConfirmation extends Object
Constructor and Description |
---|
ImmersiveModeConfirmation(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
confirmCurrentPrompt() |
FrameLayout.LayoutParams |
getBubbleLayoutParams() |
WindowManager.LayoutParams |
getClingWindowLayoutParams() |
IBinder |
getWindowToken() |
void |
immersiveModeChangedLw(String pkg,
boolean isImmersiveMode,
boolean userSetupComplete,
boolean navBarEmpty) |
void |
loadSetting(int currentUserId) |
boolean |
onPowerKeyDown(boolean isScreenOn,
long time,
boolean inImmersiveMode,
boolean navBarEmpty) |
public ImmersiveModeConfirmation(Context context)
public void loadSetting(int currentUserId)
public void immersiveModeChangedLw(String pkg, boolean isImmersiveMode, boolean userSetupComplete, boolean navBarEmpty)
public boolean onPowerKeyDown(boolean isScreenOn, long time, boolean inImmersiveMode, boolean navBarEmpty)
public void confirmCurrentPrompt()
public WindowManager.LayoutParams getClingWindowLayoutParams()
public FrameLayout.LayoutParams getBubbleLayoutParams()
public IBinder getWindowToken()