HomeSort by relevance Sort by last modified time
    Searched full:backgroundcolor (Results 51 - 75 of 271) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/fw/arc/
types.h 39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/fw/arc/
types.h 39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/fw/arc/
types.h 39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/fw/arc/
types.h 39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/fw/arc/
types.h 39 USHORT BackgroundColor;
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/fw/arc/
types.h 39 USHORT BackgroundColor;
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 321 public final int backgroundColor;
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
362 mHasBackgroundColor = hasColor(backgroundColor);
370 this.backgroundColor = mHasBackgroundColor ? backgroundColor : Color.BLACK;
405 overlay.backgroundColor : backgroundColor;
483 final int backgroundColor = Secure.getInt(
484 cr, Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, defStyle.backgroundColor);
497 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/paper-button/
paper-button-base.html 48 this.$.bg.style.backgroundColor = getComputedStyle(this).color;
53 this.$.bg.style.backgroundColor = '';
  /external/skia/gm/
lcdblendmodes.cpp 87 void drawColumn(SkCanvas* canvas, SkColor backgroundColor, SkColor textColor, bool useGrad) {
124 backgroundPaint.setColor(backgroundColor);
  /frameworks/base/packages/SystemUI/res/values/
attrs.xml 80 Contract: Pixel with fillColor blended over backgroundColor blended over translucent should
83 <attr name="backgroundColor" format="integer" />
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java 48 int backgroundColor = res.getColor(R.color.actionbar_background_color);
53 setBackgroundColor(backgroundColor);
  /packages/apps/DeskClock/src/com/android/deskclock/
BaseActivity.java 59 final int backgroundColor = savedInstanceState == null ? currentColor
61 setBackgroundColor(backgroundColor, false /* animate */);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
SimSelectorAvatarRequest.java 74 final int backgroundColor = selected ? subColor : Color.WHITE;
77 final Bitmap bitmap = getBitmapPool().createOrReuseBitmap(width, height, backgroundColor);
ImageRequest.java 226 final int backgroundColor = mDescriptor.circleBackgroundColor;
229 dest, null, backgroundColor == 0 ? false : true /* fillBackground */,
230 backgroundColor, strokeColor);
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
Package.appxmanifest 19 <m3:VisualElements DisplayName="PhoneTutorial" Square150x150Logo="Assets\Logo.png" Square44x44Logo="Assets\SmallLogo.png" Description="PhoneTutorial" ForegroundText="light" BackgroundColor="transparent">
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
Package.appxmanifest 35 BackgroundColor="transparent">
  /frameworks/base/packages/SystemUI/res/drawable/
stat_sys_wifi_signal_0.xml 22 android:fillColor="?attr/backgroundColor"
stat_sys_wifi_signal_1.xml 22 android:fillColor="?attr/backgroundColor"
stat_sys_wifi_signal_1_fully.xml 22 android:fillColor="?attr/backgroundColor"
stat_sys_wifi_signal_3_fully.xml 22 android:fillColor="?attr/backgroundColor"
stat_sys_wifi_signal_2.xml 22 android:fillColor="?attr/backgroundColor"
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
layer_tree_quad_stack_view.html 693 abq.backgroundColor = 'rgba(164,191,48,0.5)';
711 iq.backgroundColor = 'rgba(0, 255, 0, 0.1)';
713 iq.backgroundColor = 'rgba(0, 255, 128, 0.1)';
728 iq.backgroundColor = 'rgba(0, 255, 0, 0.1)';
744 iq.backgroundColor = 'rgba(240, 230, 140, 0.3)';
755 var backgroundColor = borderColor.clone();
756 backgroundColor.a = 0.4 * (borderColor.a || 1.0);
765 iq.backgroundColor = backgroundColor.toString();
811 quad.backgroundColor = 'rgba(0, 0, 0, 0)'
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 88 String property = "backgroundColor";
114 String property = "backgroundColor";
140 String propertyName = "backgroundColor";
167 String propertyName = "backgroundColor";
201 String propertyName = "backgroundColor";
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
dom_helpers.html 45 if (opt_dictionary.backgroundColor)
46 spanEl.style.backgroundColor = opt_dictionary.backgroundColor;
  /frameworks/support/v4/tests/java/android/support/v4/testutils/
TestUtilsMatchers.java 42 public static Matcher backgroundColor(@ColorInt final int backgroundColor) {
67 40, 40, backgroundColor, true);

Completed in 1054 milliseconds

1 23 4 5 6 7 8 91011