Searched refs:touchEventList (Results 1 – 1 of 1) sorted by relevance
58 ArrayList<UsMotionEvent> touchEventList = new ArrayList<>(); field in DragLatencyFragment76 touchEventList.add(eh);79 touchEventList.add(e);166 touchEventList.clear(); in startMeasurement()182 touchEventList.clear(); in restartMeasurement()204 touchEventList.size() in finishAndShowStats()207 if (touchEventList.size() < 100) { in finishAndShowStats()232 for (UsMotionEvent e: touchEventList) { in logRawData()248 long t0_us = touchEventList.get(0).kernelTime; in reshapeAndCalculate()249 long tLast_us = touchEventList.get(touchEventList.size() - 1).kernelTime; in reshapeAndCalculate()[all …]