Searched defs:windowBase (Results 1 - 1 of 1) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUBuffer.java52 public int windowBase; /* where the start displaying */ field in class:VDUBuffer
371 int newWindowBase = windowBase;
473 System.err.println("screenBase=" + screenBase + ", windowBase=" + windowBase);
494 windowBase = newWindowBase;
641 windowBase = line;
652 return windowBase;
762 windowBase = screenBase;
817 windowBase = 0;
820 if (windowBase
[all...]

Completed in 161 milliseconds