Searched refs:label (Results 1 – 2 of 2) sorted by relevance
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewHierarchyScene.java | 79 LabelWidget label = new LabelWidget(this); in createBox() local 80 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 12.0f)); in createBox() 81 label.setLabel(shortName); in createBox() 82 label.setBorder(BorderFactory.createEmptyBorder(6, 6, 0, 6)); in createBox() 83 label.setAlignment(LabelWidget.Alignment.CENTER); in createBox() 85 box.addChild(label); in createBox() 87 label = new LabelWidget(this); in createBox() 88 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f)); in createBox() 89 label.setLabel(getAddress(nodeName)); in createBox() 90 label.setBorder(BorderFactory.createEmptyBorder(3, 6, 0, 6)); in createBox() [all …]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | ScreenViewer.java | 375 JLabel label; in LoupeStatus() local 377 add(label = new JLabel("#ffffff"), new GridBagConstraints(0, 2, 1, 1, 0.0f, 0.0f, in LoupeStatus() 380 label.setForeground(Color.WHITE); in LoupeStatus() 381 hLabel = label; in LoupeStatus() 383 add(label = new JLabel("R:"), new GridBagConstraints(1, 0, 1, 1, 0.0f, 0.0f, in LoupeStatus() 386 label.setForeground(Color.WHITE); in LoupeStatus() 387 add(label = new JLabel("255"), new GridBagConstraints(2, 0, 1, 1, 0.0f, 0.0f, in LoupeStatus() 390 label.setForeground(Color.WHITE); in LoupeStatus() 391 rLabel = label; in LoupeStatus() 393 add(label = new JLabel("G:"), new GridBagConstraints(1, 1, 1, 1, 0.0f, 0.0f, in LoupeStatus() [all …]
|