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

1 2 3

  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 34 public String getBackgroundColor();
  /cts/tests/tests/text/src/android/text/style/cts/
BackgroundColorSpanTest.java 62 assertEquals(Color.CYAN, backgroundColorSpan.getBackgroundColor());
65 assertEquals(Color.GRAY, backgroundColorSpan.getBackgroundColor());
85 assertEquals(Color.RED, b.getBackgroundColor());
96 assertEquals(Color.MAGENTA, b.getBackgroundColor());
  /frameworks/base/core/java/android/text/style/
BackgroundColorSpan.java 49 public int getBackgroundColor() {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.h 53 Color getBackgroundColor();
SurfaceCollection.cpp 111 Color SurfaceCollection::getBackgroundColor()
113 return static_cast<BaseLayerAndroid*>(m_compositedRoot)->getBackgroundColor();
SurfaceCollectionManager.cpp 324 background = m_drawingCollection->getBackgroundColor();
328 background = m_paintingCollection->getBackgroundColor();
Surface.cpp 162 m_background = static_cast<BaseLayerAndroid*>(layer)->getBackgroundColor();
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h 50 Color getBackgroundColor() { return m_color; }
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 35 public String getBackgroundColor() {
SmilRegionElementImpl.java 153 public String getBackgroundColor() {
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 136 public String getBackgroundColor() {
LayoutModel.java 185 public String getBackgroundColor() {
186 return mRootLayout.getBackgroundColor();
SmilHelper.java 277 String bgColor = layouts.getBackgroundColor();
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
ViewPort.java 338 public ColorRGBA getBackgroundColor(){
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 83 mContentPane.setBackgroundColor(getBackgroundColor());
121 protected float[] getBackgroundColor() {
SlideshowPage.java 108 canvas.clearBuffer(getBackgroundColor());
ManageCachePage.java 99 view.clearBuffer(getBackgroundColor());
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 69 public abstract int getBackgroundColor();
134 public int getBackgroundColor() {
222 public int getBackgroundColor() {
484 c.drawColor(mPalette.getBackgroundColor());
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 149 if (clear) canvas.clearBuffer(view.getBackgroundColor());
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 255 ss.mBackgroundColor = mManager.getBackgroundColor();
861 public int getBackgroundColor() {
862 return mManager.getBackgroundColor();
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java 169 assertThat(shadowOf(view).getBackgroundColor(), equalTo(color));
  /frameworks/base/core/java/android/view/animation/
Animation.java 756 public int getBackgroundColor() {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 249 public float [] getBackgroundColor() {
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 387 final int backgroundColor = winAnimator.mAnimation.getBackgroundColor();
410 final int backgroundColor = appAnimator.animation.getBackgroundColor();
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 273 public int getBackgroundColor() {

Completed in 528 milliseconds

1 2 3