Searched refs:touchEntries (Results 1 – 1 of 1) sorted by relevance
394 final ArrayList<Entry> touchEntries = new ArrayList<>(); in drawLatencyGraph() local398 touchEntries.add(new Entry((float) ft[i], (float) fy[i])); in drawLatencyGraph()408 final ScatterDataSet dataSetTouch = new ScatterDataSet(touchEntries, "Touch Events"); in drawLatencyGraph()