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

  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 51 public int screenBase; /* the actual screen start */
166 charArray[screenBase + l][c] = ch;
167 charAttributes[screenBase + l][c] = attributes;
183 return charArray[screenBase + l][c];
196 return charAttributes[screenBase + l][c];
222 System.arraycopy(charArray[screenBase + l], c, charArray[screenBase + l], c + 1, width - c - 1);
223 System.arraycopy(charAttributes[screenBase + l], c, charAttributes[screenBase + l], c + 1,
242 System.arraycopy(charArray[screenBase + l], c + 1, charArray[screenBase + l], c, width -
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java 169 int y = (buffer.getCursorRow() + buffer.screenBase - buffer.windowBase) * bridge.charHeight;
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 770 if (buffer.windowBase != buffer.screenBase) {
771 buffer.setWindowBase(buffer.screenBase);

Completed in 106 milliseconds