Searched refs:getFontFeatureSettings (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/hwui/
H A DPaint.h68 std::string getFontFeatureSettings() const { return mFontFeatureSettings; } function in class:android::Paint
H A DMinikinUtils.cpp46 minikinPaint.fontFeatureSettings = paint->getFontFeatureSettings();
/frameworks/support/compat/src/main/java/androidx/core/text/
H A DPrecomputedTextCompat.java297 if (!TextUtils.equals(mPaint.getFontFeatureSettings(),
298 other.getTextPaint().getFontFeatureSettings())) {
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1589 public String getFontFeatureSettings() { method in class:Paint
1600 * @see #getFontFeatureSettings()
/frameworks/base/core/java/android/widget/
H A DTextView.java4054 public String getFontFeatureSettings() { method in class:TextView
4055 return mTextPaint.getFontFeatureSettings();
4198 * @see #getFontFeatureSettings()
4199 * @see Paint#getFontFeatureSettings() Paint.getFontFeatureSettings()
4205 if (fontFeatureSettings != mTextPaint.getFontFeatureSettings()) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 123 milliseconds