Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1149 float[] outR) in remapCoordinateSystem() argument
1151 if (inR == outR) { in remapCoordinateSystem()
1156 final int size = outR.length; in remapCoordinateSystem()
1158 outR[i] = temp[i]; in remapCoordinateSystem()
1163 return remapCoordinateSystemImpl(inR, X, Y, outR); in remapCoordinateSystem()
1167 float[] outR) in remapCoordinateSystemImpl() argument
1180 final int length = outR.length; in remapCoordinateSystemImpl()
1215 if (x==i) outR[offset+i] = sx ? -inR[offset+0] : inR[offset+0]; in remapCoordinateSystemImpl()
1216 if (y==i) outR[offset+i] = sy ? -inR[offset+1] : inR[offset+1]; in remapCoordinateSystemImpl()
1217 if (z==i) outR[offset+i] = sz ? -inR[offset+2] : inR[offset+2]; in remapCoordinateSystemImpl()
[all …]