public abstract class BaseStatusBar<T> extends java.lang.Object implements StatusBarInterface<T>
| Constructor and Description |
|---|
BaseStatusBar(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
android.widget.RelativeLayout |
getRootView() |
int |
getWidth() |
void |
setDefaultLayoutParmas() |
void |
setHeight(int height) |
void |
setLayoutParams(android.widget.RelativeLayout.LayoutParams params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHolder, getLayoutIdpublic void setDefaultLayoutParmas()
public android.widget.RelativeLayout getRootView()
public void setLayoutParams(android.widget.RelativeLayout.LayoutParams params)
setLayoutParams in interface StatusBarInterface<T>public void setHeight(int height)
setHeight in interface StatusBarInterface<T>public int getHeight()
getHeight in interface StatusBarInterface<T>public int getWidth()
getWidth in interface StatusBarInterface<T>