Searched refs:fontSizeCompare (Results 1 – 1 of 1) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalBridge.java | 684 while ((direction = fontSizeCompare(size, cols, rows, width, height)) < 0) { in resizeComputed() 696 while ((direction = fontSizeCompare(size, cols, rows, width, height)) != 0 && step >= limit) { in resizeComputed() 715 private int fontSizeCompare(float size, int cols, int rows, int width, int height) { in fontSizeCompare() method in TerminalBridge
|