Searched defs:backColor (Results 1 – 3 of 3) sorted by relevance
| /development/apps/Term/src/com/android/term/ |
| D | Term.java | 576 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() 617 backColor); 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() 787 int backColor) { in scroll() 912 int foreColor, int backColor) { in blockSet() [all …]
|
| /development/simulator/app/ |
| D | DeviceWindow.cpp | 215 wxColour backColor(96, 122, 121); in OnSize() local
|
| D | PhoneWindow.cpp | 843 wxColour backColor = GetBackgroundColour(); in OnPaint() local
|