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

  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
PreferenceConstants.java 69 public final static String COLOR_FG = "color_fg";
ColorsActivity.java 51 mPreferences.getInt(PreferenceConstants.COLOR_FG, PreferenceConstants.DEFAULT_FG_COLOR);
239 editor.putInt(PreferenceConstants.COLOR_FG, mFgColor);
276 editor.putInt(PreferenceConstants.COLOR_FG, mFgColor);
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 192 manager.getIntParameter(PreferenceConstants.COLOR_FG, PreferenceConstants.DEFAULT_FG_COLOR);
580 if ((currAttr & VDUBuffer.COLOR_FG) != 0) {
581 int fgcolor = ((currAttr & VDUBuffer.COLOR_FG) >> VDUBuffer.COLOR_FG_SHIFT) - 1;
866 } else if (PreferenceConstants.COLOR_FG.equals(key)) {
868 manager.getIntParameter(PreferenceConstants.COLOR_FG,
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java     [all...]
VDUBuffer.java 100 public final static int COLOR_FG = 0x3fe0; /* 0000 0000 0000 0000 0011 1111 1110 0000 */

Completed in 2948 milliseconds