HomeSort by relevance Sort by last modified time
    Searched refs:setForeground (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/junit/src/junit/swingui/
ProgressBar.java 15 setForeground(getStatusColor());
44 setForeground(getStatusColor());
StatusLine.java 30 setForeground(Color.black);
36 setForeground(Color.red);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 49 void setForeground(IColor color);
  /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());
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java 544 item.setForeground(mColors.infoColor);
546 item.setForeground(mColors.debugColor);
548 item.setForeground(mColors.errorColor);
550 item.setForeground(mColors.warningColor);
552 item.setForeground(mColors.verboseColor);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 85 setForeground(true);
112 setForeground(false);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 381 label.setForeground(Color.WHITE);
387 label.setForeground(Color.WHITE);
391 label.setForeground(Color.WHITE);
397 label.setForeground(Color.WHITE);
401 label.setForeground(Color.WHITE);
407 label.setForeground(Color.WHITE);
411 label.setForeground(Color.WHITE);
417 label.setForeground(Color.WHITE);
421 label.setForeground(Color.WHITE);
427 label.setForeground(Color.WHITE)
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 158 label.setForeground(Color.WHITE);
166 label.setForeground(Color.WHITE);
186 maxZoomLabel.setForeground(Color.WHITE);
194 label.setForeground(Color.WHITE);
202 label.setForeground(Color.WHITE);
222 maxZoomLabel.setForeground(Color.WHITE);
231 showLock.setForeground(Color.WHITE);
245 showPatches.setForeground(Color.WHITE);
258 showPadding.setForeground(Color.WHITE);
274 label.setForeground(Color.WHITE)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 107 method = "setForeground",
132 mFrameLayout.setForeground(foreground);
154 mFrameLayout.setForeground(newForeground);
179 mFrameLayout.setForeground(foreground);
366 myFrameLayout.setForeground(drawable);
  /frameworks/base/core/java/android/app/
Service.java 573 public final void setForeground(boolean isForeground) {
574 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName());
588 * level 5, you can use the following model to call the the older {@link #setForeground}
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewBase.java 50 setForeground(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.AbsoluteLayout.groovy 54 gc.setForeground(gc.registerColor(0x00FFFF00));
android.widget.FrameLayout.groovy 51 gc.setForeground(gc.registerColor(0x00FFFF00));
android.widget.RelativeLayout.groovy 77 gc.setForeground(gc.registerColor(0x00222222));
436 gc.setForeground(color);
481 gc.setForeground(black);
517 gc.setForeground(gc.registerColor(0x00FFFF00));
android.widget.LinearLayout.groovy 91 gc.setForeground(gc.registerColor(0x00FFFF00));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 208 gc.setForeground(display.getSystemColor(SWT.COLOR_BLACK));
229 gc.setForeground(display.getSystemColor(mColor));
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 596 gcImage.setForeground(mColorGray);
714 gcImage.setForeground(mColorDarkGray);
733 gc.setForeground(mColorGray);
753 gc.setForeground(mColorForeground);
785 gc.setForeground(mColorForeground);
797 gc.setForeground(mColorGray);
820 gc.setForeground(mColorForeground);
830 gc.setForeground(mColorGray);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ImageLoader.java 203 gc.setForeground(color);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 117 label.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PropertySheetPage2.java 124 label.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
GCWrapper.java 129 public void setForeground(IColor color) {
131 getGc().setForeground(((ColorWrapper) color).getColor());
  /external/junit/src/junit/awtui/
TestRunner.java 283 fStatusLine.setForeground(Color.red);
544 fStatusLine.setForeground(Color.black);
554 fStatusLine.setForeground(Color.red);
  /frameworks/base/core/java/android/widget/
FrameLayout.java 98 setForeground(d);
190 public void setForeground(Drawable drawable) {

Completed in 1245 milliseconds

1 2 3