Searched refs:EXTENSION_OTF (Results 1 - 1 of 1) sorted by path

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java68 private static final String EXTENSION_OTF = ".otf"; field in class:FontFamily_Delegate
222 if (path.endsWith(EXTENSION_OTF) && e instanceof FontFormatException) {
352 if (path.endsWith(EXTENSION_OTF)) {

Completed in 630 milliseconds