Merge "Frameworks/base: Make IDENTITY_MATRIX final"
This commit is contained in:
@@ -35,7 +35,7 @@ public class Matrix {
|
|||||||
public static final int MPERSP_2 = 8; //!< use with getValues/setValues
|
public static final int MPERSP_2 = 8; //!< use with getValues/setValues
|
||||||
|
|
||||||
/** @hide */
|
/** @hide */
|
||||||
public static Matrix IDENTITY_MATRIX = new Matrix() {
|
public final static Matrix IDENTITY_MATRIX = new Matrix() {
|
||||||
void oops() {
|
void oops() {
|
||||||
throw new IllegalStateException("Matrix can not be modified");
|
throw new IllegalStateException("Matrix can not be modified");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user