Searched defs:getBackgroundColor (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java34 public String getBackgroundColor(); method in interface:ElementLayout
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilRootLayoutElementImpl.java35 public String getBackgroundColor() { method in class:SmilRootLayoutElementImpl
H A DSmilRegionElementImpl.java153 public String getBackgroundColor() { method in class:SmilRegionElementImpl
/packages/apps/Mms/src/com/android/mms/model/
H A DRegionModel.java136 public String getBackgroundColor() { method in class:RegionModel
H A DLayoutModel.java185 public String getBackgroundColor() { method in class:LayoutModel
186 return mRootLayout.getBackgroundColor();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DActivityState.java83 mContentPane.setBackgroundColor(getBackgroundColor());
121 protected float[] getBackgroundColor() { method in class:ActivityState
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java249 public float [] getBackgroundColor() { method in class:GLView
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
H A DPolarClockWallpaper.java69 public abstract int getBackgroundColor(); method in class:PolarClockWallpaper.ClockPalette
134 public int getBackgroundColor() { method in class:PolarClockWallpaper.FixedClockPalette
222 public int getBackgroundColor() { method in class:PolarClockWallpaper.CyclingClockPalette
484 c.drawColor(mPalette.getBackgroundColor());

Completed in 141 milliseconds