Home
last modified time | relevance | path

Searched refs:thisClass (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DAboutDialog.java38 Class thisClass = Class.forName("com.ibm.rbm.gui.AboutDialog"); in initComponents() local
39 logoLabel = new JLabel(new ImageIcon(thisClass.getResource("images/" + in initComponents()
DRBManagerGUI.java1293 Class thisClass = Class.forName("com.ibm.rbm.gui.RBManagerGUI"); in getInstance() local
1295 …Image scaledImage = (new ImageIcon(thisClass.getResource("images/tree_icon_bundle.gif"))).getImage… in getInstance()
1297 languageIcon = new ImageIcon(thisClass.getResource("images/tree_icon_language.gif")); in getInstance()
1298 countryIcon = new ImageIcon(thisClass.getResource("images/tree_icon_country.gif")); in getInstance()
1299 variantIcon = new ImageIcon(thisClass.getResource("images/tree_icon_variant.gif")); in getInstance()
1300 fileIcon = new ImageIcon(thisClass.getResource("images/tree_icon_file.gif")); in getInstance()
1301 groupIcon = new ImageIcon(thisClass.getResource("images/tree_icon_group.gif")); in getInstance()
1302 itemIcon = new ImageIcon(thisClass.getResource("images/tree_icon_item.gif")); in getInstance()
1303 projectIcon = new ImageIcon(thisClass.getResource("images/tree_icon_project.gif")); in getInstance()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java733 Class<? extends Marker> thisClass = this.getClass(); in compareTo() local
735 result = classOrder(thisClass) - classOrder(thatClass); in compareTo()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java733 Class<? extends Marker> thisClass = this.getClass(); in compareTo() local
735 result = classOrder(thisClass) - classOrder(thatClass); in compareTo()