public class BlackFrame extends Object
Constructor and Description |
---|
BlackFrame(SurfaceSession session,
Rect outer,
Rect inner,
int layer,
int layerStack,
boolean forceDefaultOrientation) |
Modifier and Type | Method and Description |
---|---|
void |
clearMatrix() |
void |
hide() |
void |
kill() |
void |
printTo(String prefix,
PrintWriter pw) |
void |
setAlpha(float alpha) |
void |
setMatrix(Matrix matrix) |
public BlackFrame(SurfaceSession session, Rect outer, Rect inner, int layer, int layerStack, boolean forceDefaultOrientation) throws Surface.OutOfResourcesException
Surface.OutOfResourcesException
public void printTo(String prefix, PrintWriter pw)
public void kill()
public void hide()
public void setAlpha(float alpha)
public void setMatrix(Matrix matrix)
public void clearMatrix()