HomeSort by relevance Sort by last modified time
    Searched refs:STYLE_NAMES (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
FontManager.java 125 * Font.getStyle() corresponds to indexes in STYLE_NAMES array.
127 public static final String[] STYLE_NAMES = {
141 for (int i = 0; i < STYLE_NAMES.length; i++){
142 style_keys.put(STYLE_NAMES[i], Integer.valueOf(i));
488 * @param styleIndex index of the style name from the STYLE_NAMES array
491 return family + "." + STYLE_NAMES[styleIndex]; //$NON-NLS-1$
AndroidFontManager.java 100 for (int j=0; j < STYLE_NAMES.length; j++){
101 String styleName = STYLE_NAMES[j];

Completed in 11 milliseconds