|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
---|---|
android.graphics | |
android.view | |
android.view.animation | |
android.widget |
Uses of Matrix in android.graphics |
---|
Methods in android.graphics that return Matrix | |
---|---|
Matrix |
Canvas.getMatrix()
|
Methods in android.graphics with parameters of type Matrix | |
---|---|
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 |
Camera.getMatrix(Matrix matrix)
|
void |
Canvas.getMatrix(Matrix ctm)
|
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)
|
Constructors in android.graphics with parameters of type Matrix | |
---|---|
Matrix(Matrix src)
|
Uses of Matrix in android.view |
---|
Methods in android.view that return Matrix | |
---|---|
Matrix |
View.getMatrix()
|
Matrix |
TextureView.getTransform(Matrix transform)
|
Methods in android.view with parameters of type Matrix | |
---|---|
Matrix |
TextureView.getTransform(Matrix transform)
|
void |
TextureView.setTransform(Matrix transform)
|
void |
MotionEvent.transform(Matrix matrix)
|
Uses of Matrix in android.view.animation |
---|
Fields in android.view.animation declared as Matrix | |
---|---|
protected Matrix |
Transformation.mMatrix
|
Methods in android.view.animation that return Matrix | |
---|---|
Matrix |
Transformation.getMatrix()
|
Uses of Matrix in android.widget |
---|
Methods in android.widget that return Matrix | |
---|---|
Matrix |
ImageView.getImageMatrix()
|
Methods in android.widget with parameters of type Matrix | |
---|---|
void |
ImageView.setImageMatrix(Matrix matrix)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |