Home
last modified time | relevance | path

Searched defs:foreColor (Results 1 – 1 of 1) sorted by relevance

/development/apps/Term/src/com/android/term/
DTerm.java576 void set(int x, int y, byte b, int foreColor, int backColor); in set()
585 void scroll(int topMargin, int bottomMargin, int foreColor, int backColor); in scroll()
616 void blockSet(int sx, int sy, int w, int h, int val, int foreColor, int in blockSet()
631 void resize(int columns, int rows, int foreColor, int backColor); in resize()
708 int foreColor, int backColor) { in TranscriptScreen()
712 private void init(int columns, int totalRows, int screenRows, int foreColor, int backColor) { in init()
771 public void set(int x, int y, byte b, int foreColor, int backColor) { in set()
775 private char encode(int b, int foreColor, int backColor) { in encode()
786 public void scroll(int topMargin, int bottomMargin, int foreColor, in scroll()
912 int foreColor, int backColor) { in blockSet()
[all …]