Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java722 int termWidth = (int) widths[0] * cols; in fontSizeCompare() local
725 Log.d(String.format("Fontsize: font size %f resulted in %d x %d", size, termWidth, termHeight)); in fontSizeCompare()
728 if (termWidth > width || termHeight > height) { in fontSizeCompare()
732 if (termWidth == width || termHeight == height) { in fontSizeCompare()