public class DisplayListMarshmallow extends Object
PlatformDisplayList
for Android Marshmallow.Modifier and Type | Field and Description |
---|---|
protected RenderNode |
mDisplayList |
protected static boolean |
sInitializationFailed |
protected static boolean |
sInitialized |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
draw(Canvas canvas) |
void |
end(Canvas canvas) |
protected static void |
ensureInitialized() |
boolean |
isValid() |
void |
print(Canvas canvas) |
void |
setBounds(int left,
int top,
int right,
int bottom) |
Canvas |
start(int width,
int height) |
protected static boolean sInitialized
protected static boolean sInitializationFailed
protected final RenderNode mDisplayList
public Canvas start(int width, int height) throws DisplayListException
DisplayListException
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()