public interface IDrawingCache<T>
限定符和类型 | 方法和说明 |
---|---|
void |
build(int w,
int h,
int density,
boolean checkSizeEquals,
int bitsPerPixel) |
void |
decreaseReference() |
void |
destroy() |
void |
erase() |
T |
get() |
boolean |
hasReferences() |
int |
height() |
void |
increaseReference() |
int |
size() |
int |
width() |
void build(int w, int h, int density, boolean checkSizeEquals, int bitsPerPixel)
void erase()
T get()
void destroy()
int size()
int width()
int height()
boolean hasReferences()
void increaseReference()
void decreaseReference()