Searched refs:delta1 (Results 1 – 3 of 3) sorted by relevance
116 private void testPath(Point delta1, Point delta2, int gestureId) { in testPath() argument120 PointF startPlusDelta1 = new PointF(PATH_START.x + delta1.x, PATH_START.y + delta1.y); in testPath()
228 final long[][] delta1 = { in testUpdateProcStateCpuTimes() local241 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()
3196 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1]; in prepareMultiFingerPointerGestures() local3198 float dx1 = delta1.dx * mPointerXZoomScale; in prepareMultiFingerPointerGestures()3199 float dy1 = delta1.dy * mPointerYZoomScale; in prepareMultiFingerPointerGestures()