HomeSort by relevance Sort by last modified time
    Searched refs:termWidth (Results 1 - 3 of 3) sorted by null

  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 722 int termWidth = (int) widths[0] * cols;
725 Log.d(String.format("Fontsize: font size %f resulted in %d x %d", size, termWidth, termHeight));
728 if (termWidth > width || termHeight > height) {
732 if (termWidth == width || termHeight == height) {
  /build/soong/ui/terminal/
util.go 36 func termWidth(w io.Writer) (int, bool) {
writer.go 160 if max, ok := termWidth(w.stdio.Stdout()); ok {

Completed in 365 milliseconds