public interface StatusBarInterface<T>
| Modifier and Type | Method and Description |
|---|---|
void |
fillContent() |
int |
getHeight() |
T |
getHolder() |
int |
getLayoutId() |
int |
getWidth() |
void |
onCreateView(android.view.View view) |
void |
setHeight(int height) |
void |
setLayoutParams(android.widget.RelativeLayout.LayoutParams params) |
void |
setValue() |
int getLayoutId()
void setHeight(int height)
int getHeight()
int getWidth()
void setLayoutParams(android.widget.RelativeLayout.LayoutParams params)
void onCreateView(android.view.View view)
void fillContent()
void setValue()
T getHolder()