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

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowButton.java 14 setBackgroundColor(android.R.color.transparent);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 35 public void setBackgroundColor(String backgroundColor)
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridSimple.java 45 getGridView().setBackgroundColor(0xFFC0C0C0);
51 view.setBackgroundColor(0xFF000000);
  /external/chromium_org/ui/message_center/cocoa/
opaque_views.h 21 - (void)setBackgroundColor:(NSColor*)backgroundColor;
  /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteDetailActivity.java 167 setBackgroundColor(view, getItem(position));
175 setBackgroundColor(findViewById(R.id.text_vibrant), palette.getVibrantSwatch());
176 setBackgroundColor(findViewById(R.id.text_muted), palette.getMutedSwatch());
177 setBackgroundColor(findViewById(R.id.text_light_vibrant), palette.getLightVibrantSwatch());
178 setBackgroundColor(findViewById(R.id.text_light_muted), palette.getLightMutedSwatch());
179 setBackgroundColor(findViewById(R.id.text_dark_vibrant), palette.getDarkVibrantSwatch());
180 setBackgroundColor(findViewById(R.id.text_dark_muted), palette.getDarkMutedSwatch());
183 private void setBackgroundColor(View view, Palette.Swatch swatch) {
185 view.setBackgroundColor(swatch.getRgb());
PaletteActivity.java 210 setBackgroundColor(
213 setBackgroundColor(
216 setBackgroundColor(
219 setBackgroundColor(
222 setBackgroundColor(
225 setBackgroundColor(
235 static void setBackgroundColor(View view, Palette.Swatch swatch) {
237 view.setBackgroundColor(swatch.getRgb());
  /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/tests/HwAccelerationTest/src/com/android/test/hwui/
NinePatchesActivity.java 37 layout.setBackgroundColor(0xffffffff);
SimplePatchActivity.java 40 setBackgroundColor(0xff000000);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamVoiceAction.java 38 view.setBackgroundColor(Color.BLACK);
  /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/
info_bubble_view.h 66 - (void)setBackgroundColor:(NSColor*)backgroundColor;
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayerTreeView.h 74 virtual void setBackgroundColor(WebColor) = 0;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListSimple.java 47 view.setBackgroundColor(0xFF191919);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
NavigationBar.java 34 setBackgroundColor(0xFF000000);
  /frameworks/support/v7/cardview/base/android/support/v7/widget/
CardViewImpl.java 50 void setBackgroundColor(CardViewDelegate cardView, int color);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorSquare.java 42 public void setBackgroundColor(int color) {
  /development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java 53 prevImageView.setBackgroundColor(Color.TRANSPARENT);
54 nextImageView.setBackgroundColor(Color.TRANSPARENT);
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 51 tiny.setBackgroundColor(0xFFFF0000);
56 large.setBackgroundColor(0xFF00FF00);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionPreviewFragment.java 224 mPreviewText.setBackgroundColor(color);
231 mPreviewText.setBackgroundColor(color);
248 mPreviewWindow.setBackgroundColor(defStyle.windowColor);
256 mPreviewWindow.setBackgroundColor(color);
263 mPreviewWindow.setBackgroundColor(color);
294 mPreviewWindow.setBackgroundColor(mWindowColor);
297 mPreviewWindow.setBackgroundColor(defStyle.windowColor);
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_full_screen_window.mm 55 [_window setBackgroundColor:[NSColor blackColor]];
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI_mac.mm 45 [outWindow setBackgroundColor:[NSColor blueColor]];
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SpamWarningView.java 52 setBackgroundColor(mHighWarningBackgroundColor);
56 setBackgroundColor(mLowWarningBackgroundColor);
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 71 mLayout.setBackgroundColor(color);
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/
MainActivity.java 100 mShowStartView.setBackgroundColor(defaultColor);
103 mShowStopView.setBackgroundColor(defaultColor);
177 mShowStartView.setBackgroundColor(startJobColor);
190 mShowStopView.setBackgroundColor(stopJobColor);

Completed in 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>