/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
PoolableImageCache.java | 352 * @param backgroundColor the background color for the returned bitmap 356 final int backgroundColor) { 362 retBitmap.eraseColor(backgroundColor);
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
CaptionPropertiesFragment.java | 352 final int backgroundColor = attrs.hasBackgroundColor() ? 353 attrs.backgroundColor : CaptionStyle.COLOR_UNSPECIFIED; 354 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, backgroundColor);
|
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/ |
CarUiEntry.java | 322 public void setSearchBoxColors(int backgroundColor, int searchLogoColor, int textColor, 325 mSearchBox.setBackgroundColor(backgroundColor); 326 mSearchBoxContents.setBackgroundColor(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();
|
/cts/tests/tests/animation/src/android/animation/cts/ |
PropertyValuesHolderTest.java | 255 String property = "backgroundColor"; 342 private String name = "backgroundColor";
|
/frameworks/base/core/java/com/android/internal/widget/ |
SubtitleView.java | 279 style.backgroundColor : defStyle.backgroundColor;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
RecentsTaskLoadPlan.java | 177 int backgroundColor = loader.getActivityBackgroundColor(t.taskDescription); 184 activityColor, backgroundColor, isLaunchTarget, isStackTask, isSystemApp,
|
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/ |
RoundRectDrawableWithShadow.java | 93 RoundRectDrawableWithShadow(Resources resources, ColorStateList backgroundColor, float radius, 99 setBackground(backgroundColor);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
DialogActivity.java | 207 int backgroundColor = bundle.getInt(EXTRA_DIALOG_IMAGE_BACKGROUND_COLOR); 213 description, imageUri, backgroundColor));
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
CaptionCustomFragment.java | 281 private void setCaptionsBackgroundColor(String backgroundColor) { 282 final int color = (int) Long.parseLong(backgroundColor, 16) & 0x00ffffff;
|
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/ |
CarDrawerActivity.java | 413 public void setSearchBoxColors(int backgroundColor, int searchLogoColor, int textColor, 415 mUiController.setSearchBoxColors(backgroundColor, searchLogoColor,
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
BouncingBalls.java | 70 ValueAnimator colorAnim = ObjectAnimator.ofInt(this, "backgroundColor", RED, BLUE);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
normalize-keyframes.js | 25 'backgroundColor'
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
base.html | 83 panicOverlay.style.backgroundColor = 'white';
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
single_thread_time_slice_sub_view.html | 118 shadowRoot.querySelector('#state').style.backgroundColor = stateColor;
|
/external/pdfium/xfa/include/fxbarcode/ |
BC_BarCode.h | 71 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
|
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/ |
MainActivity.java | 117 opts.backgroundColor = Color.LTGRAY;
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
TileDrawable.java | 98 mPaint.setColor(mOpts.backgroundColor);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AlbumLabelMaker.java | 169 canvas.drawColor(mSpec.backgroundColor, PorterDuff.Mode.SRC);
|
AlbumSetSlotRenderer.java | 62 public int backgroundColor;
|
/packages/services/Car/car-lib/src/android/car/app/menu/ |
CarUiEntry.java | 154 abstract public void setSearchBoxColors(int backgroundColor, int searchLogoColor,
|
/frameworks/base/media/java/android/media/ |
Cea708CaptionRenderer.java | 507 CaptionColor backgroundColor = new CaptionColor(opacity, red, green, blue); 516 new CaptionPenColor(foregroundColor, backgroundColor, edgeColor))); 519 "CaptionCommand SPC foregroundColor %s backgroundColor %s edgeColor %s", 520 foregroundColor, backgroundColor, edgeColor)); [all...] |
/frameworks/base/packages/SystemUI/res/values/ |
styles.xml | 270 <item name="backgroundColor">@color/light_mode_icon_color_dual_tone_background</item> 275 <item name="backgroundColor">@color/dark_mode_icon_color_dual_tone_background</item>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterDrawable.java | 300 int backgroundColor = getBackgroundColor(darkIntensity); 303 mFramePaint.setColor(backgroundColor);
|
/packages/apps/Music/src/com/android/music/ |
TouchInterceptor.java | 388 //int backGroundColor = context.getResources().getColor(R.color.dragndrop_background); 389 //v.setBackgroundColor(backGroundColor);
|