Home
last modified time | relevance | path

Searched defs:supportedAxes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFontFamily.java273 Set<Integer> supportedAxes = in analyzeAndResolveVariableType() local
287 Set<Integer> supportedAxes = in analyzeAndResolveVariableType() local
/frameworks/minikin/libs/minikin/
DFont.cpp260 std::unordered_set<AxisTag> supportedAxes; in calculateSupportedAxes() local
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java552 final Set<Integer> supportedAxes = Set.of(AXIS_HSCROLL, AXIS_VSCROLL, AXIS_SCROLL); in runScroll() local
583 private Pair<Integer, Float> readAxisOptionValues(Set<Integer> supportedAxes) { in readAxisOptionValues()
/frameworks/base/graphics/java/android/graphics/
DFontListParser.java376 final String supportedAxes = parser.getAttributeValue(null, ATTR_SUPPORTED_AXES); in readFont() local