OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FONT_MAPPING_KEYS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFontManager.java
112
String property =
FONT_MAPPING_KEYS
[0].replaceAll("LogicalFontName", lName).replaceAll("StyleName", styleName).replaceAll("ComponentIndex", String.valueOf(numComp)); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
117
property =
FONT_MAPPING_KEYS
[1].replaceAll("LogicalFontName", lName).replaceAll("ComponentIndex", String.valueOf(numComp)); //$NON-NLS-1$ //$NON-NLS-2$
FontManager.java
84
public static final String[]
FONT_MAPPING_KEYS
= {
Completed in 12 milliseconds