Searched refs:backgroundColor (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java35 public void setBackgroundColor(String backgroundColor) argument
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilRootLayoutElementImpl.java28 private static final String BACKGROUND_COLOR_ATTRIBUTE_NAME = "backgroundColor";
53 public void setBackgroundColor(String backgroundColor) throws DOMException { argument
54 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor);
H A DSmilRegionElementImpl.java44 private static final String BACKGROUND_COLOR_ATTRIBUTE_NAME = "backgroundColor";
221 public void setBackgroundColor(String backgroundColor) throws DOMException { argument
222 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategoryPageIndicatorView.java41 public void setColors(final int foregroundColor, final int backgroundColor) { argument
43 setBackgroundColor(backgroundColor);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java42 int backgroundColor = a.getColor(
53 setBackgroundColor(backgroundColor);
H A DViewPagerTabStrip.java48 int backgroundColor = res.getColor(R.color.actionbar_background_color);
53 setBackgroundColor(backgroundColor);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DPercentageBarChart.java87 public PercentageBarChart(ArrayList<Entry> entries, int backgroundColor, int minTickWidth, argument
91 mBackgroundColor = backgroundColor;
97 mEmptyPaint.setColor(backgroundColor);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseContentFragment.java65 int backgroundColor) {
67 backgroundColor);
71 int backgroundColor) {
72 return buildArgs(title, breadcrumb, description, 0, iconUri, null, backgroundColor);
63 buildArgs( String title, String breadcrumb, String description, int iconResourceId, int backgroundColor) argument
70 buildArgs(String title, String breadcrumb, String description, Uri iconUri, int backgroundColor) argument
H A DDialogActivity.java209 int backgroundColor = bundle.getInt(EXTRA_DIALOG_IMAGE_BACKGROUND_COLOR);
215 description, imageUri, backgroundColor));
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DConfig.java74 labelSpec.backgroundColor = r.getColor(
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java169 canvas.drawColor(mSpec.backgroundColor, PorterDuff.Mode.SRC);
H A DAlbumSetSlotRenderer.java62 public int backgroundColor; field in class:AlbumSetSlotRenderer.LabelSpec
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionSetupActivity.java244 mBackgroundColor = cs.backgroundColor & 0xffffff;
247 mBackgroundOpacity = getClosestValue(cs.backgroundColor | 0xffffff, mOpacities);
711 private void setBackgroundColor(String backgroundColor) { argument
712 mBackgroundColor = Integer.parseInt(backgroundColor);
H A DCaptionPreviewFragment.java134 mBackgroundColor = cs.backgroundColor;
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java410 final String infoText, final int revealColor, final int backgroundColor) {
456 mContainerView.setBackgroundColor(backgroundColor);
409 getAlertAnimator(final View source, final int titleResId, final String infoText, final int revealColor, final int backgroundColor) argument
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java628 final int backgroundColor = showBg ? Integer.parseInt(folder.bgColor) : 0;
629 if (backgroundColor == Utils.getDefaultFolderBackgroundColor(colorBlock.getContext())) {
637 paintDrawable.getPaint().setColor(backgroundColor);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java2197 * @param backgroundColor the background color to be set to the composing text. Set
2203 final int newCursorPosition, final int backgroundColor, final int coloredTextLength) {
2205 if (backgroundColor == Color.TRANSPARENT) {
2210 new BackgroundColorSpan(backgroundColor);
2202 setComposingTextInternalWithBackgroundColor(final CharSequence newComposingText, final int newCursorPosition, final int backgroundColor, final int coloredTextLength) argument
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java342 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, attrs.backgroundColor);

Completed in 522 milliseconds