Home
last modified time | relevance | path

Searched refs:debugColor (Results 1 – 4 of 4) sorted by relevance

/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogColors.java23 public Color debugColor; field in LogColors
DLogFilter.java546 item.setForeground(mColors.debugColor); in addTableItem()
/development/tools/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DLogCatView.java167 colors.debugColor = new Color(d, 0, 0, 127); in createPartControl()
/development/tools/ddms/app/src/com/android/ddms/
DUIThread.java1181 colors.debugColor = new Color(display, 0, 0, 127); in createBottomPanel()