Searched refs:crossCountsView (Results 1 – 1 of 1) sorted by relevance
49 private TextView crossCountsView; field in DragLatencyFragment104 crossCountsView = (TextView) view.findViewById(R.id.txt_cross_counts); in onCreateView()139 crossCountsView.setText(String.format(Locale.US, "↕ %d", laserEventList.size())); in updateCountsDisplay()