public static class StatusBarLauncher.LauncherHolder extends StatusBarApp.AppHolder implements IStatusBar.LauncherView
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusBarLauncher.LauncherHolder.Item |
| Constructor and Description |
|---|
LauncherHolder(android.view.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
defaultLayout() |
void |
displayItem(boolean isShow) |
android.widget.ProgressBar |
getBatteryProgressBar() |
android.widget.ImageView |
getPhoneConnect() |
android.widget.ImageView |
getWifi() |
void |
onDestory() |
void |
onPause() |
void |
onResume() |
void |
setItemSize(int height,
int width) |
void |
showItem(StatusBarLauncher.LauncherHolder.Item item,
boolean isShow) |
getTimeClock, getTitle, setTimeClockFormat, setTitleTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTimeClock, getTitle, setTimeClockFormat, setTitleTextpublic android.widget.ImageView getWifi()
getWifi in interface IStatusBar.LauncherViewpublic android.widget.ImageView getPhoneConnect()
getPhoneConnect in interface IStatusBar.LauncherViewpublic android.widget.ProgressBar getBatteryProgressBar()
getBatteryProgressBar in interface IStatusBar.LauncherViewpublic void setItemSize(int height,
int width)
setItemSize in interface IStatusBar.LauncherViewpublic void defaultLayout()
defaultLayout in interface IStatusBar.AppViewdefaultLayout in class StatusBarApp.AppHolderpublic void displayItem(boolean isShow)
displayItem in interface IStatusBar.AppViewdisplayItem in class StatusBarApp.AppHolderpublic void showItem(StatusBarLauncher.LauncherHolder.Item item, boolean isShow)
showItem in interface IStatusBar.LauncherViewpublic void onResume()
onResume in interface IStatusBar.LifeCycleonResume in class StatusBarApp.AppHolderpublic void onPause()
onPause in interface IStatusBar.LifeCycleonPause in class StatusBarApp.AppHolderpublic void onDestory()
onDestory in interface IStatusBar.LifeCycleonDestory in class StatusBarApp.AppHolder