Home
last modified time | relevance | path

Searched refs:COLOR_BG (Results 1 – 6 of 6) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DColorsActivity.java53 mPreferences.getInt(PreferenceConstants.COLOR_BG, PreferenceConstants.DEFAULT_BG_COLOR); in onCreate()
242 editor.putInt(PreferenceConstants.COLOR_BG, mBgColor); in colorChanged()
277 editor.putInt(PreferenceConstants.COLOR_BG, mBgColor); in onCreateOptionsMenu()
DPreferenceConstants.java70 public final static String COLOR_BG = "color_bg"; field in PreferenceConstants
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java194 manager.getIntParameter(PreferenceConstants.COLOR_BG, PreferenceConstants.DEFAULT_BG_COLOR); in TerminalBridge()
592 if ((currAttr & VDUBuffer.COLOR_BG) != 0) { in onDraw()
593 bg = color[((currAttr & VDUBuffer.COLOR_BG) >> VDUBuffer.COLOR_BG_SHIFT) - 1]; in onDraw()
871 } else if (PreferenceConstants.COLOR_BG.equals(key)) { in onSharedPreferenceChanged()
873 manager.getIntParameter(PreferenceConstants.COLOR_BG, in onSharedPreferenceChanged()
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java2517 attributes &= ~COLOR_BG; in putChar()
3120 attributes &= ~COLOR_BG; in putChar()
3125 attributes &= ~COLOR_BG; in putChar()
3131 attributes &= ~COLOR_BG; in putChar()
3152 attributes &= ~COLOR_BG; in putChar()
DVDUBuffer.java102 public final static int COLOR_BG = 0x7fc000; /* 0000 0000 0111 1111 1100 0000 0000 0000 */ field in VDUBuffer
/external/syslinux/gpxe/src/include/
Dcurses.h184 #define COLOR_BG COLOUR_BG macro