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

1 2

  /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 328 background = m_drawingCollection->getBackgroundColor();
332 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 180 public String getBackgroundColor() {
181 return mRootLayout.getBackgroundColor();
SmilHelper.java 277 String bgColor = layouts.getBackgroundColor();
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/core/skin/
IAndroidSkin.java 150 public RGB getBackgroundColor(String layoutName);
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
ViewPort.java 338 public ColorRGBA getBackgroundColor(){
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 88 mContentPane.setBackgroundColor(getBackgroundColor());
127 protected float[] getBackgroundColor() {
ManageCachePage.java 99 view.clearBuffer(getBackgroundColor());
SlideshowPage.java 108 canvas.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...]
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/skin/android/
AndroidSkin.java 384 * @see com.motorola.studio.android.emulator.core.skin.IAndroidSkin#getBackgroundColor(java.lang.String)
386 public RGB getBackgroundColor(String layoutName)
  /frameworks/base/core/java/android/view/animation/
Animation.java 756 public int getBackgroundColor() {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 248 public float [] getBackgroundColor() {
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 521 final int backgroundColor = winAnimator.mAnimation.getBackgroundColor();
544 final int backgroundColor = appAnimator.animation.getBackgroundColor();
    [all...]

Completed in 539 milliseconds

1 2