Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java174 Set<String> allFontsList = new HashSet<>(128); in setFontLocation() local
182 allFontsList.add(name); in setFontLocation()
194 SDK_FONTS = Collections.unmodifiableSet(allFontsList); in setFontLocation()