Searched refs:THIRTY (Results 1 – 9 of 9) sorted by relevance
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/dialog/ |
D | SaveTraceDialog.java | 73 LayoutConstants.THIRTY); in showCustomDialog() 74 JTextField jTextField = new JTextField(LayoutConstants.THIRTY); in showCustomDialog() 77 …s(LayoutConstants.TWENTY, LayoutConstants.FIFTY, LayoutConstants.SCROPNUM, LayoutConstants.THIRTY); in showCustomDialog() 80 LayoutConstants.THIRTY); in showCustomDialog() 81 JTextArea msgTextArea = new JTextArea(LayoutConstants.TWENTY, LayoutConstants.THIRTY); in showCustomDialog() 86 LayoutConstants.THIRTY); in showCustomDialog() 93 LayoutConstants.THIRTY); in showCustomDialog() 98 LayoutConstants.THIRTY); in showCustomDialog()
|
D | ExportFileChooserDialog.java | 81 LayoutConstants.THIRTY); in createCenterPanel() 83 jNameTextField = new JTextField(LayoutConstants.THIRTY); in createCenterPanel() 85 LayoutConstants.THIRTY); in createCenterPanel() 90 LayoutConstants.THIRTY); in createCenterPanel() 99 LayoutConstants.THIRTY); in createCenterPanel() 103 LayoutConstants.THIRTY); in createCenterPanel() 106 LayoutConstants.THIRTY); in createCenterPanel()
|
D | HelpDialog.java | 45 private static final int THIRTY = 30; field in HelpDialog 125 copyRightIcon.setBounds(ICON_X, THIRTY, THIRTY, THIRTY); in setFontAndBounds()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/ |
D | CustomProgressBar.java | 37 parentPanel.getWidth() - LayoutConstants.TWENTY, LayoutConstants.THIRTY); in CustomProgressBar()
|
D | CustomJBTextField.java | 56 width = this.getWidth() - LayoutConstants.THIRTY; in paintComponent()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/ |
D | LayoutConstants.java | 457 public static final int THIRTY = 30; field in LayoutConstants
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/ |
D | HomePanel.java | 153 … menuPanel.setPreferredSize(new Dimension(LayoutConstants.WINDOW_WIDTH, LayoutConstants.THIRTY)); in initComponents()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/ |
D | TaskScenePanelChart.java | 1141 nameLable.setPreferredSize(new Dimension(DUMP_LABLE_WIDTH, LayoutConstants.THIRTY)); in addDump() 1163 LayoutConstants.THIRTY); in addDump()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/utils/ |
D | OpenFileDialogUtils.java | 132 tabItem.getWidth() - LayoutConstants.TWENTY, LayoutConstants.THIRTY); in showFileOpenDialog()
|