Home
last modified time | relevance | path

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

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