Home
last modified time | relevance | path

Searched refs:m2 (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DM4.java47 float[][] m2 = other.m; in multiply() local
51 result.m[i][j] = m1[i][0]*m2[0][j] + m1[i][1]*m2[1][j] + m1[i][2]*m2[2][j] + m1[i][3]*m2[3][j]; in multiply()
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java140 ColorMatrix m2 = new ColorMatrix(); in onCreate() local
142 m2.setScale(1f, .95f, .82f, 1.0f); in onCreate()
143 m1.setConcat(m2, m1); in onCreate()
/development/tools/checkcolor/
Dbuild.gradle4 maven { url '../../../prebuilts/tools/common/m2/repository' }
/development/apps/Development/src/com/android/development/
DBadBehaviorActivity.java104 public boolean appCrashed(String proc, int pid, String m, String m2, long time, String st) { in appCrashed() argument