/frameworks/base/packages/SystemUI/res/drawable/ |
stat_sys_wifi_signal_3.xml | 22 android:fillColor="?attr/backgroundColor"
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/ |
Cea708Data.java | 220 public final CaptionColor backgroundColor; 223 public CaptionPenColor(CaptionColor foregroundColor, CaptionColor backgroundColor, 226 this.backgroundColor = backgroundColor;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
BaseContentFragment.java | 57 int backgroundColor) { 59 backgroundColor); 63 int backgroundColor) { 64 return buildArgs(title, breadcrumb, description, 0, iconUri, null, backgroundColor);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
GyroscopeTestActivity.java | 215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { 217 mRenderer.setBackgroundColor(backgroundColor);
|
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/details/ |
DetailViewExampleFragment.java | 172 int backgroundColor = getResources().getColor(R.color.detail_view_related_background, 174 getView().setBackgroundColor(backgroundColor);
|
/external/clang/test/SemaObjC/ |
arc-property-lifetime.m | 134 @property(nonatomic,copy) UIColor *backgroundColor; 148 super.label.backgroundColor = 0;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
ARDVideoCallView.m | 53 _cameraSwitchButton.backgroundColor = [UIColor whiteColor]; 64 _hangupButton.backgroundColor = [UIColor redColor];
|
ARDMainView.m | 177 _startCallButton.backgroundColor = [UIColor blueColor]; 194 self.backgroundColor = [UIColor whiteColor];
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
ExtendedBitmapDrawable.java | 97 // Placeholder is not optional because backgroundColor is part of it. 676 * Set {@link #backgroundColor} to the color used for the background of the placeholder and 739 public int backgroundColor = 0; 813 if (backgroundColor == 0 817 + "either backgroundColor or placeholder must be set."); 824 if (backgroundColor != 0 && Color.alpha(backgroundColor) != 255) { 827 + "backgroundColor must be set to an opaque color.");
|
/frameworks/support/v7/cardview/api21/android/support/v7/widget/ |
RoundRectDrawable.java | 55 public RoundRectDrawable(ColorStateList backgroundColor, float radius) { 58 setBackground(backgroundColor);
|
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/ |
EmbeddedCarUiController.java | 195 public void setSearchBoxColors(int backgroundColor, int searchLogocolor, int textColor, int hintTextColor) { 196 mCarUiEntry.setSearchBoxColors(backgroundColor, searchLogocolor, textColor, hintTextColor);
|
CarUiController.java | 132 public abstract void setSearchBoxColors(int backgroundColor, int googleLogoColor, int textColor,
|
/build/tools/droiddoc/templates-ds/assets/js/grid/ |
960.gridder.js | 204 backgroundColor: c.settings.gColor,
214 backgroundColor: c.settings.gColor,
226 backgroundColor: c.settings.gColor,
235 backgroundColor: c.settings.gColor,
249 backgroundColor: c.settings.pColor,
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 560 if (!parseColor(color, part.backgroundColor)) { 562 part.backgroundColor[0] = 0.0f; 563 part.backgroundColor[1] = 0.0f; 564 part.backgroundColor[2] = 0.0f; 711 part.backgroundColor[0], 712 part.backgroundColor[1], 713 part.backgroundColor[2],
|
BootAnimation.h | 77 float backgroundColor[3];
|
/external/deqp/framework/platform/ios/ |
tcuIOSAppDelegate.m | 45 self.window.backgroundColor = [UIColor whiteColor];
|
/frameworks/support/v7/cardview/src/android/support/v7/widget/ |
CardView.java | 218 ColorStateList backgroundColor; 220 backgroundColor = a.getColorStateList(R.styleable.CardView_cardBackgroundColor); 230 backgroundColor = ColorStateList.valueOf(hsv[2] > 0.5f 255 IMPL.initialize(mCardViewDelegate, context, backgroundColor, radius,
|
/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/support/v17/leanback/src/android/support/v17/leanback/app/ |
HeadersFragment.java | 251 private void updateFadingEdgeToBrandColor(int backgroundColor) { 257 new int[] {Color.TRANSPARENT, backgroundColor});
|
HeadersSupportFragment.java | 253 private void updateFadingEdgeToBrandColor(int backgroundColor) { 259 new int[] {Color.TRANSPARENT, backgroundColor});
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/ |
AppCompatBaseViewTest.java | 353 final @ColorInt int backgroundColor = ResourcesCompat.getColor( 358 backgroundColor, 0); 397 ColorUtils.compositeColors(emeraldDefault, backgroundColor), 404 view, ColorUtils.compositeColors(emeraldDisabled, backgroundColor), 425 final @ColorInt int backgroundColor = ResourcesCompat.getColor( 430 backgroundColor, 0); 469 ColorUtils.compositeColors(emeraldDefault, backgroundColor), 476 view, ColorUtils.compositeColors(emeraldDisabled, backgroundColor), [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/paper-ripple/ |
paper-ripple.html | 218 inner.style.backgroundColor = fgColor; 228 elem.$.bg.style.backgroundColor = fgColor; 466 this.$.bg.style.backgroundColor = null;
|