Searched refs:LEFT_M (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | EdgeView.java | 39 private static final int LEFT_M = LEFT * 16; field in EdgeView 72 Matrix.setIdentityM(mMatrix, LEFT_M); in onLayout() 76 Matrix.rotateM(mMatrix, LEFT_M, 90, 0, 0, 1); in onLayout() 77 Matrix.scaleM(mMatrix, LEFT_M, 1, -1, 1); in onLayout()
|