/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CFlatButton.java | 73 gc.setForeground(IColorConstants.buttonDarker); 77 gc.setForeground(borderGradientColor1); 87 gc.setForeground(faceColor); 93 gc.setForeground(borderGradientColor1);
|
CImageLabel.java | 103 gc.setForeground(paintGC.getForeground());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateLabelProvider.java | 94 cell.setForeground(mHighlightForegroundColor); 96 cell.setForeground(mNormalForegroundColor);
|
/external/proguard/src/proguard/gui/ |
ClassPathPanel.java | 398 jarNameLabel.setForeground(list.getSelectionForeground()); 399 filterLabel.setForeground(list.getSelectionForeground()); 404 jarNameLabel.setForeground(list.getForeground()); 405 filterLabel.setForeground(list.getForeground()); 412 jarNameLabel.setForeground(Color.red);
|
ClassSpecificationsPanel.java | 218 label.setForeground(list.getSelectionForeground()); 223 label.setForeground(list.getForeground());
|
MemberSpecificationsPanel.java | 251 label.setForeground(list.getSelectionForeground()); 256 label.setForeground(list.getForeground());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 378 item.setForeground(col, GRAY); 382 item.setForeground(col, RED); 398 item.setForeground(col, this.darkyellow); 406 item.setForeground(col, RED); 409 item.setForeground(col, RED); 412 item.setForeground(col, MAGENTA); 415 item.setForeground(col, DARK_GREEN); 418 item.setForeground(col, BLUE);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
BarGraph.java | 161 gc.setForeground(grey); 165 gc.setForeground(fg); 263 gc.setForeground(blue); 269 gc.setForeground(oldfg);
|
FingerPrintGraph.java | 334 this.gc.setForeground(DARK_GRAY); 336 this.gc.setForeground(RED); 339 this.gc.setForeground(BLACK); 349 this.gc.setForeground(BLACK); 382 this.gc.setForeground(BLUE); 391 this.gc.setForeground(oldfg); 437 this.gc.setForeground(GRAY); 444 this.gc.setForeground(BLACK); 470 this.gc.setForeground(GRAY); 477 this.gc.setForeground(BLACK) [all...] |
LineGraph.java | 132 g.setForeground(thisItem.color); 151 g.setForeground(oldfg);
|
TimeLineGraph.java | 98 g.setForeground(thisItem.color); 110 g.setForeground(thisItem.color); 138 g.setForeground(oldfg);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
EmptyViewsOverlay.java | 75 gc.setForeground(mBorderColor);
|
OutlineOverlay.java | 78 gc.setForeground(mOutlineColor);
|
LintTooltip.java | 65 icon.setForeground(fg);
|
GestureToolTip.java | 102 mLabel.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
|
HoverOverlay.java | 168 gc.setForeground(stroke);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 380 label.setForeground(Color.WHITE); 386 label.setForeground(Color.WHITE); 390 label.setForeground(Color.WHITE); 396 label.setForeground(Color.WHITE); 400 label.setForeground(Color.WHITE); 406 label.setForeground(Color.WHITE); 410 label.setForeground(Color.WHITE); 416 label.setForeground(Color.WHITE); 420 label.setForeground(Color.WHITE); 426 label.setForeground(Color.WHITE) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | [all...] |
PropertyTableTooltipHelper.java | 188 control.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
|
/cts/tests/tests/widget/src/android/widget/cts/ |
FrameLayoutTest.java | 86 mFrameLayout.setForeground(foreground); 113 mFrameLayout.setForeground(newForeground); 133 mFrameLayout.setForeground(foreground); 262 myFrameLayout.setForeground(drawable);
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
RuleListController.java | 124 setForeground(list.getForeground());
|
/frameworks/base/core/java/android/app/ |
Service.java | 613 public final void setForeground(boolean isForeground) { 614 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName()); 628 * level 5, you can use the following model to call the the older setForeground() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 84 controlGroup.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_BLUE)); 134 statusGroup.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_BLUE));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 223 gc.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_WIDGET_NORMAL_SHADOW)); 225 gc.setForeground(origFg);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 185 gc.setForeground(IColorConstants.buttonLightest); 189 gc.setForeground(IColorConstants.buttonDarker); 193 gc.setForeground(oldForeground);
|