Searched refs:COLOR_BG_SHIFT (Results 1 - 3 of 3) sorted by relevance

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A Dvt320.java2519 attributes |= (newcolor + 1) << COLOR_BG_SHIFT;
3034 attributes |= ((ncolor) + 1) << COLOR_BG_SHIFT;
3121 attributes |= ((DCEvars[i] - 40) + 1) << COLOR_BG_SHIFT;
3126 attributes |= (DCEvars[i + 2] + 1) << COLOR_BG_SHIFT;
3153 attributes |= ((DCEvars[i] - 92) + 1) << COLOR_BG_SHIFT;
H A DVDUBuffer.java96 public final static int COLOR_BG_SHIFT = 14; field in class:VDUBuffer
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DTerminalBridge.java593 bg = color[((currAttr & VDUBuffer.COLOR_BG) >> VDUBuffer.COLOR_BG_SHIFT) - 1];

Completed in 114 milliseconds