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

  /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);
TimelineApplet.java 97 for (JLabel lbl : labels.values()) lbl.setForeground(Theme.MAIN_FOREGROUND);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java 72 setForeground(true);
97 setForeground(false);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ServiceUtils.java 40 * old {@link #setForeground(boolean)} call.
49 public static void setForeground(Service service, Integer notificationId,
71 // service.setForeground(true); //too old to be supported
  /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());
ProGuardGUI.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 111 () -> mFrameLayout.setForeground(foreground));
129 mFrameLayout.setForeground(newForeground);
147 mFrameLayout.setForeground(foreground);
267 myFrameLayout.setForeground(drawable);
289 view.setForeground(foreground);
302 view.setForeground(null);
303 view.setForeground(foreground);
  /external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 124 setForeground(list.getForeground());
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 264 choices.setForeground(Color.BLACK);
276 choices.setForeground(Color.LIGHT_GRAY);
698 setForeground(list.getSelectionForeground());
701 setForeground(list.getForeground());
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
Launcher.java 115 statusLabel.setForeground(Color.BLACK);
126 statusLabel.setForeground(Color.RED);
  /cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
BatterySaverBgServiceTest.java 160 .setForeground(foreground)
BatterySaverAlarmTest.java 152 .setForeground(foreground)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 360 public void setForeground(Drawable drawable) {
361 super.setForeground(drawable);
  /external/setupdesign/main/src/com/google/android/setupdesign/view/
Illustration.java 130 public void setForeground(Drawable d) {
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
VerifyDialog.java 252 ivjFlushButton.setForeground(java.awt.Color.red);

Completed in 3531 milliseconds