Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java725 int termHeight = (int) Math.ceil(fm.descent - fm.top) * rows; in fontSizeCompare() local
727 Log.d(String.format("Fontsize: font size %f resulted in %d x %d", size, termWidth, termHeight)); in fontSizeCompare()
730 if (termWidth > width || termHeight > height) { in fontSizeCompare()
734 if (termWidth == width || termHeight == height) { in fontSizeCompare()