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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 114 * The variant of the Font Family - compact or elegant.
116 * 0 is unspecified, 1 is compact and 2 is elegant. This needs to be kept in sync with values in
132 NONE, COMPACT, ELEGANT
Paint_Delegate.java 90 // Variant of the font. A paint's variant can only be compact or elegant.
450 return delegate != null && delegate.mFontVariant == FontVariant.ELEGANT;
454 /*package*/ static void setElegantTextHeight(Paint thisPaint, boolean elegant) {
461 delegate.mFontVariant = elegant ? FontVariant.ELEGANT : FontVariant.COMPACT;
    [all...]

Completed in 69 milliseconds