OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getbackgroundcolor
(Results
1 - 25
of
36
) sorted by null
1
2
/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
() {
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java
34
public String
getBackgroundColor
();
/external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.cc
23
bool ConstrainedWindowGtkDelegate::
GetBackgroundColor
(GdkColor* color) {
55
if (delegate->
GetBackgroundColor
(&background)) {
constrained_window_gtk.h
37
virtual bool
GetBackgroundColor
(GdkColor* color);
constrained_html_delegate_gtk.cc
43
virtual bool
GetBackgroundColor
(GdkColor* color) {
/packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java
35
public String
getBackgroundColor
() {
SmilRegionElementImpl.java
153
public String
getBackgroundColor
() {
/external/chromium/chrome/browser/ui/views/
constrained_html_delegate_gtk.cc
31
virtual bool
GetBackgroundColor
(GdkColor* color) {
/external/webkit/Source/WebCore/platform/graphics/android/layers/
BaseLayerAndroid.h
50
Color
getBackgroundColor
() { return m_color; }
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.h
53
Color
getBackgroundColor
();
SurfaceCollection.cpp
131
Color SurfaceCollection::
getBackgroundColor
()
133
return static_cast<BaseLayerAndroid*>(m_compositedRoot)->
getBackgroundColor
();
SurfaceCollectionManager.cpp
300
background = m_drawingCollection->
getBackgroundColor
();
304
background = m_paintingCollection->
getBackgroundColor
();
Surface.cpp
162
m_background = static_cast<BaseLayerAndroid*>(layer)->
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
284
String bgColor = layouts.
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
());
/frameworks/base/docs/html/sdk/api_diff/12/changes/
android.view.animation.Animation.html
87
<nobr><code>int</code> <A HREF="../../../../reference/android/view/animation/Animation.html#
getBackgroundColor
()" target="_top"><code>
getBackgroundColor
</code></A>()</nobr>
/frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java
225
final int backgroundColor = winAnimator.mAnimation.
getBackgroundColor
();
249
final int backgroundColor = appAnimator.animation.
getBackgroundColor
();
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
ViewPort.java
338
public ColorRGBA
getBackgroundColor
(){
RenderManager.java
[
all
...]
/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/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp
68
stream->write32(baseLayer->
getBackgroundColor
().rgb());
/frameworks/base/docs/html/sdk/api_diff/12/
missingSinces.txt
33
NO DOC BLOCK: android.view.animation.Animation Method
getBackgroundColor
()
Completed in 4679 milliseconds
1
2