Home
last modified time | relevance | path

Searched defs:view (Results 1 – 17 of 17) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/layout/chartview/
DProfilerScrollbarTest.java45 …ProfilerChartsView view = new ProfilerChartsView(LayoutConstants.NUM_L, true, new TaskScenePanelCh… in init() local
67 …ProfilerChartsView view = new ProfilerChartsView(LayoutConstants.NUM_L, true, new TaskScenePanelCh… in resizeAndRepositionTest() local
84 …ProfilerChartsView view = new ProfilerChartsView(LayoutConstants.NUM_L, true, new TaskScenePanelCh… in initDragPressTimeTest() local
DProfilerChartsViewTest.java42 private ProfilerChartsView view; field in ProfilerChartsViewTest
DItemsViewTest.java35 private ProfilerChartsView view; field in ItemsViewTest
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/charts/
DLineChartTest.java34 private ProfilerChartsView view; field in LineChartTest
DRectChartTest.java35 private ProfilerChartsView view; field in RectChartTest
DProfilerChartTest.java58 private ProfilerChartsView view; field in ProfilerChartTest
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/layout/chartview/memory/
DMemoryAgentHeapInfoPanelTest.java40 private ProfilerChartsView view; field in MemoryAgentHeapInfoPanelTest
DMemoryItemViewTest.java40 private ProfilerChartsView view; field in MemoryItemViewTest
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/layout/chartview/diskio/
DDiskIoViewTest.java37 private ProfilerChartsView view; field in DiskIoViewTest
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/layout/chartview/observer/
DTimelineObserverTest.java57 …ProfilerChartsView view = new ProfilerChartsView(LayoutConstants.NUM_L, true, new TaskScenePanelCh… in init() local
DMemoryChartObserverTest.java72 …ProfilerChartsView view = new ProfilerChartsView(LayoutConstants.NUM_L, true, new TaskScenePanelCh… in init() local
DProfilerChartsViewPublisherTest.java91 …ProfilerChartsView view = new ProfilerChartsView(LayoutConstants.NUM_L, true, taskScenePanelChart); in init() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/charts/tooltip/
DLegendTooltipTest.java41 private ProfilerChartsView view; field in LegendTooltipTest
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/observer/
DProfilerChartsViewPublisher.java71 private final ProfilerChartsView view; field in ProfilerChartsViewPublisher
111 public ProfilerChartsViewPublisher(ProfilerChartsView view, boolean traceFile) { in ProfilerChartsViewPublisher()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/session/service/
DSessionManagerTest.java597 ProfilerChartsView view = new ProfilerChartsView(num, true, new TaskScenePanelChart()); in testDeleteSession02() local
644 ProfilerChartsView view = new ProfilerChartsView(num, true, new TaskScenePanelChart()); in testDeleteSession05() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/event/
DTaskScenePanelChartEvent.java672 private void checkNewTime(ChartStandard standard, int newSizeTime, ProfilerChartsView view) { in checkNewTime()
/developtools/hiperf/src/
Dutilities.cpp24 const char *MemoryHold::HoldStringView(std::string_view view) in HoldStringView()