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

1 2 3 4 5 6 7

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ForegroundHelper.java 15 static Drawable getForeground(View view) {
17 return view.getForeground();
NonOverlappingLinearLayoutWithForeground.java 84 return ForegroundHelper.getForeground(this);
RowContainerView.java 93 public Drawable getForeground() {
ShadowOverlayHelper.java 362 Drawable d = ForegroundHelper.getForeground(view);
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
MemHealthParserTest.java 51 Map<String, Map<String, Long>> processes = item.getForeground();
108 Map<String, Map<String, Long>> processes = item.getForeground();
165 Map<String, Map<String, Long>> processes = item.getForeground();
  /tools/loganalysis/src/com/android/loganalysis/item/
MemoryHealthItem.java 61 public Map<String, Map<String, Long>> getForeground() {
78 memoryHealth.put(FOREGROUND, mapToJson(getForeground()));
  /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
GroupBorder.java 36 gg.setColor(c.getForeground());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 124 setForeground(list.getForeground());
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 191 auto getForeground = [&]() {
200 return getForeground();
209 if (!result.intersect(getForeground())) {
217 result.join(getForeground());
  /external/skqp/src/effects/
SkXfermodeImageFilter.cpp 191 auto getForeground = [&]() {
200 return getForeground();
209 if (!result.intersect(getForeground())) {
217 result.join(getForeground());
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
CommReceiver.java 68 final boolean fg = request.getTestServiceRequest().getStartService().getForeground();
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconDrawableTest.java 305 Drawable fgDrawable = iconDrawable.getForeground();
312 fgDrawable = iconDrawableInflated.getForeground();
323 int fgWidth = iconDrawableInflated.getForeground().getIntrinsicWidth();
335 int fgWidth = iconDrawableInflated.getForeground().getIntrinsicHeight();
AdaptiveIconMaskTest.java 127 mRedDrawable, mDrawable.getForeground());
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 223 label.setForeground(list.getForeground());
MemberSpecificationsPanel.java 256 label.setForeground(list.getForeground());
ClassPathPanel.java 410 jarNameLabel.setForeground(list.getForeground());
411 filterLabel.setForeground(list.getForeground());
  /frameworks/base/core/java/android/widget/
DayPickerViewPager.java 93 final Drawable drawable = getForeground();
FrameLayout.java 119 final Drawable foreground = getForeground();
210 final Drawable drawable = getForeground();
  /frameworks/base/core/java/com/android/internal/widget/
DialogViewAnimator.java 96 final Drawable drawable = getForeground();
WatchListDecorLayout.java 199 final Drawable drawable = getForeground();
246 final Drawable foreground = getForeground();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 125 public @NonNull IColor getForeground() {
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 107 assertNull(mFrameLayout.getForeground());
111 assertSame(foreground, mFrameLayout.getForeground());
132 assertSame(newForeground, mFrameLayout.getForeground());
  /frameworks/av/packages/MediaComponents/src/com/android/widget/
BaseLayout.java 109 final Drawable drawable = mInstance.getForeground();
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
ListRowPresenterTest.java 119 static Drawable getForeground(View view) {
121 return view.getForeground();
139 Drawable foreground = getForeground(view);
393 Drawable d = getForeground(view);
    [all...]
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/
BaseLayout.java 122 final Drawable drawable = getForeground();

Completed in 863 milliseconds

1 2 3 4 5 6 7