Home
last modified time | relevance | path

Searched refs:OPERATION_APPEND (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontCustomizationParser.java171 intOp = FontConfig.Customization.LocaleFallback.OPERATION_APPEND; in readFamily()
DSystemFonts.java19 import static android.text.FontConfig.Customization.LocaleFallback.OPERATION_APPEND;
454 if (localeFallback.getOperation() == OPERATION_APPEND) { in buildSystemFallback()
/frameworks/base/core/java/android/text/
DFontConfig.java884 public static final int OPERATION_APPEND = 1; field in FontConfig.Customization.LocaleFallback
891 OPERATION_APPEND,