public abstract class LoaderView
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected android.graphics.PointF |
center |
protected int |
color |
protected int |
desiredHeight |
protected int |
desiredWidth |
protected int |
height |
protected InvalidateListener |
invalidateListener |
protected int |
width |
| Constructor and Description |
|---|
LoaderView() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
draw(android.graphics.Canvas canvas) |
int |
getDesiredHeight() |
int |
getDesiredWidth() |
abstract void |
initializeObjects() |
boolean |
isDetached() |
void |
onDetach() |
void |
setColor(int color) |
void |
setInvalidateListener(InvalidateListener invalidateListener) |
void |
setSize(int width,
int height) |
abstract void |
setUpAnimation() |
protected int color
protected int width
protected int height
protected int desiredWidth
protected int desiredHeight
protected android.graphics.PointF center
protected InvalidateListener invalidateListener
public void setColor(int color)
public void setSize(int width,
int height)
public void setInvalidateListener(InvalidateListener invalidateListener)
public int getDesiredWidth()
public int getDesiredHeight()
public abstract void initializeObjects()
public abstract void setUpAnimation()
public abstract void draw(android.graphics.Canvas canvas)
public boolean isDetached()
public void onDetach()