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

1 2 3 4 5 6 7

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ForegroundHelper.java 18 public void setForeground(View view, Drawable drawable);
28 public void setForeground(View view, Drawable drawable) {
29 ForegroundHelperApi23.setForeground(view, drawable);
43 public void setForeground(View view, Drawable drawable) {
65 * Returns true if view.setForeground() is supported.
75 public void setForeground(View view, Drawable drawable) {
76 mImpl.setForeground(view, drawable);
RowContainerView.java 75 public void setForeground(Drawable d) {
86 setForeground(new ColorDrawable(color));
  /frameworks/support/v17/leanback/api23/android/support/v17/leanback/widget/
ForegroundHelperApi23.java 32 public static void setForeground(View view, Drawable drawable) {
33 view.setForeground(drawable);
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
SettingsDialog.java 148 settings.setForeground(new Color(255, 255, 255));
149 description.setForeground(new Color(255, 255, 255));
161 mavenLabel.setForeground(new Color(170, 170, 170));
162 mavenDesc.setForeground(new Color(170, 170, 170));
166 ideaLabel.setForeground(new Color(170, 170, 170));
167 ideaDesc.setForeground(new Color(170, 170, 170));
172 eclipseLabel.setForeground(new Color(170, 170, 170));
173 eclipseDesc.setForeground(new Color(170, 170, 170));
178 offlineLabel.setForeground(new Color(170, 170, 170));
179 offlineDesc.setForeground(new Color(170, 170, 170))
    [all...]
ExternalExtensionsDialog.java 130 separator.setForeground(new Color(85, 85, 85));
249 topPanel.setForeground(new Color(255, 255, 255));
251 table.setForeground(new Color(255, 255, 255));
253 bottomPanel.setForeground(new Color(255, 255, 255));
255 buttonPanel.setForeground(new Color(255, 255, 255));
261 warningNotice.setForeground(new Color(255, 20, 20));
262 warningNotice2.setForeground(new Color(255, 20, 20));
GdxSetupUI.java 320 windowLabel.setForeground(new Color(255, 255, 255));
326 component.setForeground(new Color(255, 255, 255));
336 textArea.setForeground(new Color(255, 255, 255));
476 nameLabel.setForeground(Color.WHITE);
477 packageLabel.setForeground(Color.WHITE);
478 gameClassLabel.setForeground(Color.WHITE);
479 destinationLabel.setForeground(Color.WHITE);
480 sdkLocationLabel.setForeground(Color.WHITE);
483 projectsLabel.setForeground(new Color(255, 20, 20));
484 extensionsLabel.setForeground(new Color(255, 20, 20))
    [all...]
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
Theme.java 42 c.setForeground(MAIN_ALT_FOREGROUND);
49 c.setForeground(MAIN_FOREGROUND);
54 c.setForeground(MAIN_FOREGROUND);
72 c.setForeground(MAIN_FOREGROUND);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 62 setForeground(true);
87 setForeground(false);
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/
SdkVersionTest.java 64 ModelMethod setForeground = view.getMethods("setForeground", 1)[0];
65 assertEquals(1, SdkUtil.getMinApi(setForeground));
  /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);
  /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/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 41 * old {@link #setForeground(boolean)} call.
50 public static void setForeground(Service service, Integer notificationId,
72 // service.setForeground(true); //too old to be supported
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 91 () -> mFrameLayout.setForeground(foreground));
114 mFrameLayout.setForeground(newForeground);
132 mFrameLayout.setForeground(foreground);
271 myFrameLayout.setForeground(drawable);
291 view.setForeground(foreground);
295 assertTrue("Foreground tint applied when setForegroundTintList() called after setForeground()",
299 view.setForeground(null);
300 view.setForeground(foreground);
301 assertTrue("Foreground tint applied when setForegroundTintList() called before setForeground()",
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 404 jarNameLabel.setForeground(list.getSelectionForeground());
405 filterLabel.setForeground(list.getSelectionForeground());
410 jarNameLabel.setForeground(list.getForeground());
411 filterLabel.setForeground(list.getForeground());
418 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);
  /frameworks/support/design/src/android/support/design/internal/
ForegroundLinearLayout.java 66 setForeground(d);
141 public void setForeground(Drawable drawable) {
  /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...]
  /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);
  /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...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 124 setForeground(list.getForeground());

Completed in 1224 milliseconds

1 2 3 4 5 6 7