HomeSort by relevance Sort by last modified time
    Searched refs:backgroundColor (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 215 void updateWidgets(float sensorValue, int backgroundColor, int icon) {
217 mRenderer.setBackgroundColor(backgroundColor);
  /external/chromium_org/third_party/WebKit/Source/platform/
DragImage.cpp 173 const Color backgroundColor(140, 140, 140);
174 buffer->context()->fillRoundedRect(rect, radii, radii, radii, radii, backgroundColor);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
HeadersFragment.java 213 private void updateFadingEdgeToBrandColor(int backgroundColor) {
219 new int[] {Color.TRANSPARENT, backgroundColor});
HeadersSupportFragment.java 215 private void updateFadingEdgeToBrandColor(int backgroundColor) {
221 new int[] {Color.TRANSPARENT, backgroundColor});
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 205 int backgroundColor = a.getColor(R.styleable.CardView_cardBackgroundColor, 0);
224 IMPL.initialize(this, context, backgroundColor, radius, elevation, maxElevation);
  /frameworks/support/v7/palette/src/android/support/v7/graphics/
ColorUtils.java 126 static int getTextColorForBackground(int backgroundColor, int textColor, float minContrastRatio) {
128 .findMinimumAlpha(textColor, backgroundColor, minContrastRatio);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 44 private static final String BACKGROUND_COLOR_ATTRIBUTE_NAME = "backgroundColor";
221 public void setBackgroundColor(String backgroundColor) throws DOMException {
222 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 655 int backgroundColor = getBackgroundColor();
656 if (backgroundColor != -1) {
662 Color.red(backgroundColor), Color.green(backgroundColor),
663 Color.blue(backgroundColor));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
Spectrum.js 294 this._draggerElement.style.backgroundColor = /** @type {string} */ (WebInspector.Color.fromHSVA([this._hsv[0], 1, 1, 1]).toString(WebInspector.Color.Format.RGB));
295 this._swatchInnerElement.style.backgroundColor = /** @type {string} */ (this.color().toString(WebInspector.Color.Format.RGBA));
463 this._swatchInnerElement.style.backgroundColor = colorString;
MetricsSidebarPane.js 183 element.style.backgroundColor = element._backgroundColor;
185 element.style.backgroundColor = "";
301 boxElement.style.backgroundColor = boxElement._backgroundColor;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
CountersGraph.js 393 this._marker.style.backgroundColor = graphColor;
551 this._swatch.style.backgroundColor = this._color;
553 this._swatch.style.backgroundColor = "";
TimelineUIUtils.js 391 * @param {string} backgroundColor
395 WebInspector.TimelineCategory = function(name, title, overviewStripGroupIndex, borderColor, backgroundColor, fillColorStop0, fillColorStop1)
401 this.backgroundColor = backgroundColor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 375 Color backgroundColor = new Color(display, backgroundRgb);
376 gc.setBackground(backgroundColor);
436 backgroundColor.dispose();
  /external/chromium_org/cc/blink/
web_layer_impl.h 93 virtual blink::WebColor backgroundColor() const;
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.h 39 void paintBackground(const PaintInfo&, const LayoutRect&, const Color& backgroundColor, BackgroundBleedAvoidance = BackgroundBleedNone);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
TileDrawable.java 98 mPaint.setColor(mOpts.backgroundColor);
  /hardware/libhardware/include/hardware/
hwcomposer.h 89 * is backgroundColor.
168 hwc_color_t backgroundColor;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Config.java 74 labelSpec.backgroundColor = r.getColor(
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 151 private void updateConfigDataItem(final int backgroundColor) {
154 backgroundColor);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 151 private void updateConfigDataItem(final int backgroundColor) {
154 backgroundColor);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 151 private void updateConfigDataItem(final int backgroundColor) {
154 backgroundColor);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 279 style.backgroundColor : defStyle.backgroundColor;
  /frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
RoundRectDrawableWithShadow.java 88 RoundRectDrawableWithShadow(Resources resources, int backgroundColor, float radius,
94 mPaint.setColor(backgroundColor);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DialogActivity.java 209 int backgroundColor = bundle.getInt(EXTRA_DIALOG_IMAGE_BACKGROUND_COLOR);
215 description, imageUri, backgroundColor));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 70 private int backgroundColor;
268 backgroundColor = color;
278 return backgroundColor;

Completed in 4548 milliseconds

1 23 4 5 6 7 8