public static class StatusBarLauncher.LauncherHolder extends StatusBarApp.AppHolder implements StatusBarLauncher.LauncherHolderInterface
| 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.ImageView |
getPhoneConnect() |
android.widget.ImageView |
getWifi() |
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 StatusBarLauncher.LauncherHolderInterfacepublic android.widget.ImageView getWifi()
getWifi in interface StatusBarLauncher.LauncherHolderInterfacepublic android.widget.ImageView getPhoneConnect()
getPhoneConnect in interface StatusBarLauncher.LauncherHolderInterfacepublic void setItemSize(int height,
int width)
setItemSize in interface StatusBarLauncher.LauncherHolderInterfacepublic void defaultLayout()
defaultLayout in interface StatusBarApp.AppHolderInterfacedefaultLayout in class StatusBarApp.AppHolderpublic void displayItem(boolean isShow)
displayItem in interface StatusBarApp.AppHolderInterfacedisplayItem in class StatusBarApp.AppHolderpublic void showItem(StatusBarLauncher.LauncherHolder.Item item, boolean isShow)
showItem in interface StatusBarLauncher.LauncherHolderInterface