Home
last modified time | relevance | path

Searched refs:getBackground (Results 1 – 14 of 14) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowButton.java13 if (getBackground() == null) { in applyAttributes()
DShadowPopupWindow.java134 public Drawable getBackground() { in getBackground() method in ShadowPopupWindow
DShadowView.java287 public Drawable getBackground() { in getBackground() method in ShadowView
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DPopupWindowTest.java108 assertThat((BitmapDrawable) popupWindow.getBackground(), is(bitmapDrawable)); in testBackgroundDrawable()
167 assertSame(background, windowManager.getViews().get(0).getBackground()); in backgroundDrawableIsBehindPopupViewContainer()
DViewTest.java146 assertThat(view.getBackground(), nullValue()); in getBackground_shouldReturnNullIfNoBackgroundHasBeenSet()
154 assertThat((ColorDrawable) view.getBackground(), equalTo(new ColorDrawable(intColor))); in shouldSetBackgroundColor()
160 … assertThat(view.getBackground(), equalTo(view.getResources().getDrawable(R.drawable.an_image))); in shouldSetBackgroundResource()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DGroupBorder.java29 gg.setColor(c.getBackground()); in paintBorder()
/external/replicaisland/src/com/replica/replicaisland/
DDiaryActivity.java68 AnimationDrawable anim = (AnimationDrawable) okArrow.getBackground(); in onCreate()
DConversationDialogActivity.java58 mOkAnimation = (AnimationDrawable) mOkArrow.getBackground(); in onCreate()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayBorderPanel.java377 Color light = getBackground().brighter().brighter().brighter(); in paint()
378 Color dark = getBackground().darker().darker().darker(); in paint()
/external/proguard/src/proguard/gui/
DClassSpecificationsPanel.java222 label.setBackground(list.getBackground()); in getListCellRendererComponent()
DMemberSpecificationsPanel.java255 label.setBackground(list.getBackground()); in getListCellRendererComponent()
DClassPathPanel.java409 cellPanel.setBackground(list.getBackground()); in getListCellRendererComponent()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java444 public Color getBackground() in getBackground() method in OverrideGraphics2D
446 return graphics.getBackground(); in getBackground()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java700 setBackground(list.getBackground()); in getListCellRendererComponent()