HomeSort by relevance Sort by last modified time
    Searched full:scrollback (Results 1 - 17 of 17) sorted by null

  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
PreferenceConstants.java 26 public static final String SCROLLBACK = "scrollback";
  /external/droiddriver/src/io/appium/droiddriver/scroll/
StepBasedScroller.java 78 // if scrollBack is true, scrolls back to starting location if not found, so
82 PhysicalDirection direction, boolean scrollBack) {
83 Logs.call(this, "scrollTo", driver, containerFinder, itemFinder, direction, scrollBack);
110 if (scrollBack) {
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 80 private int scrollback; field in class:TerminalBridge
153 scrollback = 1;
179 String string = manager.getStringParameter(PreferenceConstants.SCROLLBACK, null);
181 scrollback = Integer.parseInt(string);
183 scrollback = PreferenceConstants.DEFAULT_SCROLLBACK;
261 // Don't keep any scrollback if a session is not being opened.
263 buffer.setBufferSize(scrollback);
771 // if we're in scrollback, scroll to bottom of window on input
860 } else if (PreferenceConstants.SCROLLBACK.equals(key)) {
861 String string = manager.getStringParameter(PreferenceConstants.SCROLLBACK, null)
    [all...]
  /external/kernel-headers/original/uapi/linux/
vt.h 49 unsigned short v_scrollsize; /* number of lines of scrollback */
  /external/sl4a/ScriptingLayerForAndroid/res/values/
strings.xml 104 <!-- Name for the scrollback size preference -->
105 <string name="pref_scrollback_title">Scrollback size</string>
106 <!-- Description of the scrollback size preference -->
107 <string name="pref_scrollback_summary">Size of scrollback buffer to keep in memory for each console</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
vt.h 49 unsigned short v_scrollsize; /* number of lines of scrollback */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
vt.h 49 unsigned short v_scrollsize; /* number of lines of scrollback */
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 443 // to the gap left over between scrollback buffer and screenBase
629 * Set the current window base. This allows to view the scrollback buffer.
739 * Set scrollback buffer size.
772 * Retrieve current scrollback buffer size.
790 * Change the size of the screen. This will include adjustment of the scrollback buffer.
  /external/sl4a/ScriptingLayerForAndroid/res/xml/
preferences.xml 51 android:key="scrollback"
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 425 // TODO: resize scrollback
491 // Invalid region above current scrollback
501 // Valid scrollback cell
509 // Extend last scrollback cell into invalid region
  /external/libvterm/src/
screen.c 65 /* buffer for a single screen row used in scrollback storage callbacks */
491 // those lines to scrollback
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 413 // consume as scrollback only if towards right half of screen
    [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c     [all...]
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /external/valgrind/include/vki/
vki-linux.h     [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 

Completed in 4061 milliseconds