Home
last modified time | relevance | path

Searched refs:tapCountsView (Results 1 – 1 of 1) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTapLatencyFragment.java48 private TextView tapCountsView; field in TapLatencyFragment
156 tapCountsView = (TextView) view.findViewById(R.id.txt_tap_counts); in onCreateView()
204 tapCountsView.setText(String.format(Locale.US, in updateCountsDisplay()