| Package | Description |
|---|---|
| android.graphics | |
| android.view | |
| android.view.animation | |
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Canvas.getMatrix()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Path.addPath(Path src,
Matrix matrix) |
void |
Canvas.concat(Matrix matrix) |
static Bitmap |
Bitmap.createBitmap(Bitmap source,
int x,
int y,
int width,
int height,
Matrix m,
boolean filter) |
void |
Canvas.drawBitmap(Bitmap bitmap,
Matrix matrix,
Paint paint) |
boolean |
Shader.getLocalMatrix(Matrix localM) |
boolean |
PathMeasure.getMatrix(float distance,
Matrix matrix,
int flags) |
void |
Canvas.getMatrix(Matrix ctm)
Deprecated.
|
void |
Camera.getMatrix(Matrix matrix) |
boolean |
Matrix.invert(Matrix inverse) |
boolean |
Matrix.postConcat(Matrix other) |
boolean |
Matrix.preConcat(Matrix other) |
void |
Matrix.set(Matrix src) |
boolean |
Matrix.setConcat(Matrix a,
Matrix b) |
void |
Shader.setLocalMatrix(Matrix localM) |
void |
Canvas.setMatrix(Matrix matrix) |
void |
Path.transform(Matrix matrix) |
void |
Path.transform(Matrix matrix,
Path dst) |
| Constructor and Description |
|---|
Matrix(Matrix src) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
View.getMatrix() |
Matrix |
TextureView.getTransform(Matrix transform) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
TextureView.getTransform(Matrix transform) |
void |
TextureView.setTransform(Matrix transform) |
void |
MotionEvent.transform(Matrix matrix) |
| Modifier and Type | Field and Description |
|---|---|
protected Matrix |
Transformation.mMatrix |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Transformation.getMatrix() |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
ImageView.getImageMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageView.setImageMatrix(Matrix matrix) |
Copyright © 2008-2013. All Rights Reserved.