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
30
) sorted by null
1
2
/cts/tests/tests/text/src/android/text/style/cts/
BackgroundColorSpanTest.java
91
notes = "Test {@link BackgroundColorSpan#
getBackgroundColor
()}",
92
method = "
getBackgroundColor
",
98
assertEquals(Color.CYAN, backgroundColorSpan.
getBackgroundColor
());
101
assertEquals(Color.GRAY, backgroundColorSpan.
getBackgroundColor
());
142
assertEquals(Color.RED, b.
getBackgroundColor
());
153
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/
BaseLayerAndroid.h
52
Color
getBackgroundColor
() { return m_color; }
/packages/apps/Mms/src/com/android/mms/model/
RegionModel.java
136
public String
getBackgroundColor
() {
LayoutModel.java
179
public String
getBackgroundColor
() {
180
return mRootLayout.
getBackgroundColor
();
SmilHelper.java
282
String bgColor = layouts.
getBackgroundColor
();
SlideshowModel.java
137
sre.
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>
methods_index_additions.html
170
<nobr><A HREF="android.view.animation.Animation.html#android.view.animation.Animation.getBackgroundColor_added()" class="hiddenlink" target="rightframe"><b>
getBackgroundColor
</b>
methods_index_all.html
220
<nobr><A HREF="android.view.animation.Animation.html#android.view.animation.Animation.getBackgroundColor_added()" class="hiddenlink" target="rightframe"><b>
getBackgroundColor
</b>
[
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
71
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
()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
552
public RGB
getBackgroundColor
() {
PaletteControl.java
424
RGB background = mPreviewIconFactory.
getBackgroundColor
();
[
all
...]
/frameworks/base/core/java/android/view/animation/
Animation.java
717
public int
getBackgroundColor
() {
[
all
...]
/cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java
178
assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).
getBackgroundColor
());
224
assertEquals(Color.GREEN, ((BackgroundColorSpan) spans[1]).
getBackgroundColor
());
[
all
...]
Completed in 598 milliseconds
1
2