Home
last modified time | relevance | path

Searched refs:getStyleValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DFontFamily.java103 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFont()
120 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFontFromBuffer()
146 nAddAxisValue(mBuilderPtr, axis.getOpenTypeTagValue(), axis.getStyleValue()); in addFontFromAssetManager()
DTypeface.java521 builder.append(Float.toString(axis.getStyleValue())); in createAssetUid()
/frameworks/base/core/jni/android/graphics/
DFontUtils.h53 jfloat getStyleValue() const;
DFontUtils.cpp49 jfloat AxisHelper::getStyleValue() const { in getStyleValue() function in android::AxisHelper
DTypeface.cpp61 variations.push_back(minikin::FontVariation(axis.getTag(), axis.getStyleValue())); in Typeface_createFromTypefaceWithVariation()
/frameworks/base/graphics/java/android/graphics/fonts/
DFontVariationAxis.java69 public float getStyleValue() { in getStyleValue() method in FontVariationAxis
/frameworks/base/core/tests/coretests/src/android/provider/
DFontsContractTest.java85 assertEquals(1.0f, actual[0].getStyleValue(), 0); in testGetFontFromProvider_resultOK()
134 assertEquals(1.0f, actual[0].getStyleValue(), 0); in testGetFontFromProvider_resultFontUnavailable()
154 assertEquals(1.0f, actual[0].getStyleValue(), 0); in testGetFontFromProvider_resultMalformedQuery()
/frameworks/base/api/
Dcurrent.txt14374 method public float getStyleValue();
Dsystem-current.txt15154 method public float getStyleValue();