Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java68 private static final String EXTENSION_OTF = ".otf"; field in FontFamily_Delegate
224 if (path.endsWith(EXTENSION_OTF) && e instanceof FontFormatException) { in loadFont()
354 if (path.endsWith(EXTENSION_OTF)) {