Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DBidiRenderer.java345 int bestFontCount = 0; in getScriptFont() local
353 if (count > bestFontCount) { in getScriptFont()
354 bestFontCount = count; in getScriptFont()