Searched refs:COLOR_BG (Results 1 – 5 of 5) sorted by relevance
53 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()
70 public final static String COLOR_BG = "color_bg"; field in PreferenceConstants
194 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()
2517 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()
102 public final static int COLOR_BG = 0x7fc000; /* 0000 0000 0111 1111 1100 0000 0000 0000 */ field in VDUBuffer