Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java147 Set<String> allFontsList = new HashSet<String>(128); in setFontLocation() local
155 allFontsList.add(name); in setFontLocation()
167 SDK_FONTS = Collections.unmodifiableSet(allFontsList); in setFontLocation()