Searched refs:firstEvent (Results 1 – 3 of 3) sorted by relevance
181 MotionEvent firstEvent = getFirstMotionEvent(); in getAtan2LastPoint() local183 float offsetX = firstEvent.getX(); in getAtan2LastPoint()184 float offsetY = firstEvent.getY(); in getAtan2LastPoint()209 MotionEvent firstEvent = motionEvents.get(0); in rotateMotionEvents() local210 float offsetX = firstEvent.getX(); in rotateMotionEvents()211 float offsetY = firstEvent.getY(); in rotateMotionEvents()224 "Before: (" + firstEvent.getX() + "," + firstEvent.getY() + "), (" in rotateMotionEvents()
811 BrightnessChangeEvent firstEvent = events.get(0); in testDisplayIdChange() local812 assertEquals(firstDisplayId, firstEvent.uniqueDisplayId); in testDisplayIdChange()813 assertEquals(firstBrightness, firstEvent.brightness, 0.001f); in testDisplayIdChange()
629 final boolean firstEvent = names.add(event.getPackageName()); in queryEarliestAppEvents()634 } else if (firstEvent) { in queryEarliestAppEvents()