Home
last modified time | relevance | path

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

/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
DLogColors.java23 public Color debugColor; field in LogColors
DLogFilter.java547 item.setForeground(mColors.debugColor); in addTableItem()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DOldLogCatView.java191 colors.debugColor = new Color(d, 0, 0, 127); in createPartControl()
/sdk/ddms/app/src/com/android/ddms/
DUIThread.java1255 colors.debugColor = new Color(display, 0, 0, 127); in createBottomPanel()