Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTapLatencyFragment.java58 private boolean shouldShowLatencyChart = false; field in TapLatencyFragment
100 … if (shouldShowLatencyChart) latencyChart.addEntry(ACTION_DOWN_INDEX, physicalToKernelTime);
111 … if (shouldShowLatencyChart) latencyChart.addEntry(ACTION_UP_INDEX, physicalToKernelTime);
144shouldShowLatencyChart = getBooleanPreference(getContext(), R.string.preference_show_tap_histogram… in onCreateView()
276 if (shouldShowLatencyChart) { in finishAndShowStats()
288 if (shouldShowLatencyChart) { in onClick()
309 shouldShowLatencyChart = false; in onRobotAutomationEvent()
DScreenResponseFragment.java77 private boolean shouldShowLatencyChart = false; field in ScreenResponseFragment
111shouldShowLatencyChart = getBooleanPreference(getContext(), R.string.preference_show_blink_histogr… in onCreateView()
164 if (shouldShowLatencyChart) { in startBlinkLatency()
308 … if (shouldShowLatencyChart) latencyChart.addEntry(isBoxWhite ? B2W_INDEX : W2B_INDEX, dt);
372 if (shouldShowLatencyChart) { in finishAndShowStats()
428 shouldShowLatencyChart = false; in onRobotAutomationEvent()