Home
last modified time | relevance | path

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

/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/
DSampleDialog.java99 …tPreferredSize(new Dimension(LayoutConstants.DEVICES_WIDTH, LayoutConstants.MONITOR_PANEL_HEIGHT)); in createCenterPanel()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/
DLayoutConstants.java227 public static final int MONITOR_PANEL_HEIGHT = 50; field in LayoutConstants