public class KeyguardUserSwitcher extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KeyguardUserSwitcher.Adapter |
static class |
KeyguardUserSwitcher.Container |
Modifier and Type | Field and Description |
---|---|
DataSetObserver |
mDataSetObserver |
Constructor and Description |
---|
KeyguardUserSwitcher(Context context,
ViewStub userSwitcher,
KeyguardStatusBarView statusBarView,
NotificationPanelView panelView,
UserSwitcherController userSwitcherController) |
Modifier and Type | Method and Description |
---|---|
void |
hideIfNotSimple(boolean animate) |
void |
onDensityOrFontScaleChanged() |
void |
setKeyguard(boolean keyguard,
boolean animate) |
void |
show(boolean animate) |
public final DataSetObserver mDataSetObserver
public KeyguardUserSwitcher(Context context, ViewStub userSwitcher, KeyguardStatusBarView statusBarView, NotificationPanelView panelView, UserSwitcherController userSwitcherController)