Home
last modified time | relevance | path

Searched defs:profilerView (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/event/
DTaskScenePanelChartEvent.java153 ProfilerChartsView profilerView = null; in deleteChart() local
302 private void stopTask(ProfilerChartsView profilerView, CustomJButton stopButton, in stopTask()
328 private void startTask(ProfilerChartsView profilerView, CustomJButton stopButton, in startTask()
366 …ic void clickRunAndStop(TaskScenePanelChart taskScenePanelChart, ProfilerChartsView profilerView) { in clickRunAndStop()
399 …e void pauseButtonEvent(TaskScenePanelChart taskScenePanelChart, ProfilerChartsView profilerView) { in pauseButtonEvent()
649 public void clickZoomEvery(CustomComboBox jComboBox, ProfilerChartsView profilerView) { in clickZoomEvery()
769 …public void clickConfig(TaskScenePanelChart taskScenePanelChart, ProfilerChartsView profilerView) { in clickConfig()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/
DPerformanceIndexPopupMenu.java62 private final ProfilerChartsView profilerView; field in PerformanceIndexPopupMenu
71 public PerformanceIndexPopupMenu(ProfilerChartsView profilerView, long sessionId) { in PerformanceIndexPopupMenu()
DTaskScenePanelChart.java258 private ProfilerChartsView profilerView; field in TaskScenePanelChart