OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVarSettingsFromStyle
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/fonts/
FontTestUtil.java
269
public static String
getVarSettingsFromStyle
(int weight, boolean italic) {
FontTest.java
179
FontTestUtil.
getVarSettingsFromStyle
(weight, italic));
302
FontTestUtil.
getVarSettingsFromStyle
(weight, italic));
448
FontTestUtil.
getVarSettingsFromStyle
(weight, italic));
600
FontTestUtil.
getVarSettingsFromStyle
(weight, italic));
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceCustomFallbackBuilderTest.java
105
final String varSettings = FontTestUtil.
getVarSettingsFromStyle
(weight, italic);
Completed in 197 milliseconds