public class DisplayListLollipop extends Object
PlatformDisplayList
for Android Lollipop.Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
draw(Canvas canvas) |
void |
end(Canvas canvas) |
boolean |
isValid() |
void |
print(Canvas canvas) |
void |
setBounds(int left,
int top,
int right,
int bottom) |
Canvas |
start(int width,
int height) |
public Canvas start(int width, int height)
public void end(Canvas canvas)
public void clear()
public void print(Canvas canvas)
public void draw(Canvas canvas) throws DisplayListException
DisplayListException
public void setBounds(int left, int top, int right, int bottom)
public boolean isValid()