Home
last modified time | relevance | path

Searched defs:containerPanel (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/hilog/
DHiLogPanelTest.java49 JBPanel containerPanel = new JBPanel(new GridLayout()); in init() local
69 JBPanel containerPanel = new JBPanel(new GridLayout()); in hiLogPanelTest() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/
DWelcomePanel.java117 JBPanel containerPanel = (JBPanel) parentComponent; in mouseClicked() local
DTaskPanel.java116 public TaskPanel(JBPanel containerPanel, WelcomePanel welcomePanel) { in TaskPanel()
165 private void initTab(JBPanel containerPanel) { in initTab()
DHomePanel.java82 private JBPanel containerPanel; field in HomePanel
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/hilog/
DHiLogPanel.java249 public HiLogPanel(JBPanel containerPanel, WelcomePanel welcomePanel) { in HiLogPanel()
266 private void setAttributes(JBPanel containerPanel) { in setAttributes()
337 private void initTab(JBPanel containerPanel) { in initTab()