Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DGestureManifoldTest.java116 private void testPath(Point delta1, Point delta2, int gestureId) { in testPath() argument
120 PointF startPlusDelta1 = new PointF(PATH_START.x + delta1.x, PATH_START.y + delta1.y); in testPath()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsImplTest.java228 final long[][] delta1 = { in testUpdateProcStateCpuTimes() local
241 newCpuTimes[j] = cpuTimes[i][j] + delta1[i][j]; in testUpdateProcStateCpuTimes()
254 expectedCpuTimes[j] += delta1[i][j]; in testUpdateProcStateCpuTimes()
282 newCpuTimes[j] = cpuTimes[i][j] + delta1[i][j] + delta2[i][j]; in testUpdateProcStateCpuTimes()
295 expectedCpuTimes[j] += delta1[i][j] + delta2[i][j]; in testUpdateProcStateCpuTimes()
331 newCpuTimes[j] = cpuTimes[i][j] + delta1[i][j] + delta2[i][j] + delta3[i][j]; in testUpdateProcStateCpuTimes()
344 expectedCpuTimes[j] += delta1[i][j] + delta2[i][j] + delta3[i][j] in testUpdateProcStateCpuTimes()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp3196 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1]; in prepareMultiFingerPointerGestures() local
3198 float dx1 = delta1.dx * mPointerXZoomScale; in prepareMultiFingerPointerGestures()
3199 float dy1 = delta1.dy * mPointerYZoomScale; in prepareMultiFingerPointerGestures()