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

1 2 3 4 5 6

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ForegroundHelper.java 9 * Returns true if view.setForeground() is supported.
23 static void setForeground(View view, Drawable drawable) {
25 view.setForeground(drawable);
RowContainerView.java 77 public void setForeground(Drawable d) {
88 setForeground(new ColorDrawable(color));
NonOverlappingLinearLayoutWithForeground.java 52 // in other cases, including M but targetSDK is less than M, we need setForeground in
67 ForegroundHelper.setForeground(this, d);
  /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 72 setForeground(true);
97 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));
  /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 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());
  /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);
  /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...]
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 110 () -> mFrameLayout.setForeground(foreground));
128 mFrameLayout.setForeground(newForeground);
147 mFrameLayout.setForeground(foreground);
271 myFrameLayout.setForeground(drawable);
293 view.setForeground(foreground);
304 view.setForeground(null);
305 view.setForeground(foreground);
  /external/antlr/antlr-3.4/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);
  /packages/apps/TV/src/com/android/tv/menu/
ChannelCardView.java 171 mImageView.setForeground(null);
178 mImageView.setForeground(getContext().getDrawable(R.drawable.card_image_gradient));
AppLinkCardView.java 247 mImageView.setForeground(null);
301 mImageView.setForeground(getContext().getDrawable(R.drawable.card_image_gradient));
401 mImageView.setForeground(getContext().getDrawable(R.drawable.card_image_gradient));
  /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);
  /cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
BatterySaverBgServiceTest.java 159 .setForeground(foreground)
  /frameworks/base/core/java/android/app/
Service.java 661 public final void setForeground(boolean isForeground) {
662 Log.w(TAG, "setForeground: ignoring old API call on " + getClass().getName());
    [all...]

Completed in 2502 milliseconds

1 2 3 4 5 6