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.ImageView |
getBattery() |
android.widget.ProgressBar |
getBatteryProgressBar() |
android.widget.ImageView |
getPhoneConnect() |
android.widget.ImageView |
getWifi() |
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 getBattery()
getBattery in interface IStatusBar.LauncherViewpublic android.widget.ImageView getWifi()
getWifi in interface IStatusBar.LauncherViewpublic android.widget.ImageView getPhoneConnect()
getPhoneConnect in interface IStatusBar.LauncherViewpublic android.widget.ProgressBar getBatteryProgressBar()
public 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.AppViewonResume in class StatusBarApp.AppHolderpublic void onPause()
onPause in interface IStatusBar.AppViewonPause in class StatusBarApp.AppHolder