public abstract class ViewManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static long |
lastPurge |
private static long |
PURGE_TIME |
private static long |
TIME_BETWEEN_PURGES |
private static java.util.List<ViewContainer> |
views |
Constructor and Description |
---|
ViewManager() |
Modifier and Type | Method and Description |
---|---|
static void |
addView(View view) |
static View |
getView(int viewId) |
int |
getViewsCount() |
static void |
purgeOldViews() |
static void |
updateView(View view) |
private static java.util.List<ViewContainer> views
private static final long PURGE_TIME
private static final long TIME_BETWEEN_PURGES
private static long lastPurge