OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setbackgroundcolor
(Results
1 - 25
of
319
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/cc/layers/
solid_color_layer.cc
25
void SolidColorLayer::
SetBackgroundColor
(SkColor color) {
27
Layer::
SetBackgroundColor
(color);
solid_color_layer.h
15
//
SetBackgroundColor
() on the base class.
23
virtual void
SetBackgroundColor
(SkColor color) OVERRIDE;
/external/chromium_org/webkit/renderer/compositor_bindings/
web_solid_color_layer_impl.cc
23
void WebSolidColorLayerImpl::
setBackgroundColor
(WebKit::WebColor color) {
24
layer_->
setBackgroundColor
(color);
web_solid_color_layer_impl.h
23
virtual void
setBackgroundColor
(WebKit::WebColor);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowButton.java
14
setBackgroundColor
(android.R.color.transparent);
/frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java
34
// 0 is a fully transparent black. Has to be set using #
setBackgroundColor
57
public void
setBackgroundColor
(int backgroundColor) {
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSimple.java
45
getGridView().
setBackgroundColor
(0xFFC0C0C0);
51
view.
setBackgroundColor
(0xFF000000);
/external/chromium/chrome/browser/ui/views/
database_info_view.cc
138
name_value_field_->
SetBackgroundColor
(text_area_background);
141
description_value_field_->
SetBackgroundColor
(text_area_background);
144
size_value_field_->
SetBackgroundColor
(text_area_background);
147
last_modified_value_field_->
SetBackgroundColor
(text_area_background);
cookie_info_view.cc
258
name_value_field_->
SetBackgroundColor
(text_area_background);
261
content_value_field_->
SetBackgroundColor
(text_area_background);
264
domain_value_field_->
SetBackgroundColor
(text_area_background);
267
path_value_field_->
SetBackgroundColor
(text_area_background);
270
send_for_value_field_->
SetBackgroundColor
(text_area_background);
273
created_value_field_->
SetBackgroundColor
(text_area_background);
277
expires_value_field_->
SetBackgroundColor
(text_area_background);
indexed_db_info_view.cc
125
origin_value_field_->
SetBackgroundColor
(text_area_background);
128
size_value_field_->
SetBackgroundColor
(text_area_background);
131
last_modified_value_field_->
SetBackgroundColor
(text_area_background);
local_storage_info_view.cc
126
origin_value_field_->
SetBackgroundColor
(text_area_background);
129
size_value_field_->
SetBackgroundColor
(text_area_background);
132
last_modified_value_field_->
SetBackgroundColor
(text_area_background);
local_storage_set_item_info_view.cc
121
host_value_field_->
SetBackgroundColor
(text_area_background);
124
key_value_field_->
SetBackgroundColor
(text_area_background);
127
value_value_field_->
SetBackgroundColor
(text_area_background);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java
646
text1.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
647
text2.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
652
text1.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
653
text2.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
658
text1.
setBackgroundColor
(res.getColor(R.color.indicator_background_lock_caps));
659
text2.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
664
text1.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
665
text2.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
670
text1.
setBackgroundColor
(res.getColor(R.color.indicator_textbackground_default));
671
text2.
setBackgroundColor
(res.getColor(R.color.indicator_background_lock_alt))
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.mm
61
- (void)
setBackgroundColor
:(NSColor*)backgroundColor {
128
- (void)
setBackgroundColor
:(NSColor*)backgroundColor {
129
[[self notificationView]
setBackgroundColor
:backgroundColor];
/external/chromium/chrome/browser/ui/cocoa/
fullscreen_window.mm
64
[self
setBackgroundColor
:[NSColor windowFrameColor]];
69
[self
setBackgroundColor
:[NSColor windowBackgroundColor]];
/external/chromium_org/chrome/browser/ui/cocoa/
fullscreen_window.mm
64
[self
setBackgroundColor
:[NSColor windowFrameColor]];
69
[self
setBackgroundColor
:[NSColor windowBackgroundColor]];
/frameworks/base/core/tests/coretests/src/android/view/
BigCache.java
51
tiny.
setBackgroundColor
(0xFFFF0000);
56
large.
setBackgroundColor
(0xFF00FF00);
/external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_mac_unittest.mm
28
[window
setBackgroundColor
:[NSColor whiteColor]];
/external/chromium_org/third_party/WebKit/public/platform/
WebSolidColorLayer.h
40
virtual void
setBackgroundColor
(WebColor) = 0;
/external/chromium_org/ui/app_list/cocoa/
app_list_window_controller.mm
38
[controlledWindow
setBackgroundColor
:[NSColor clearColor]];
/external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java
26
viewPort.
setBackgroundColor
(ColorRGBA.DarkGray);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSimple.java
47
view.
setBackgroundColor
(0xFF191919);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java
37
layout.
setBackgroundColor
(0xffffffff);
SimplePatchActivity.java
40
setBackgroundColor
(0xff000000);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorSquare.java
42
public void
setBackgroundColor
(int color) {
Completed in 1090 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>