/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
D | PercentageBarChart.java | 87 public PercentageBarChart(ArrayList<Entry> entries, int backgroundColor, int minTickWidth, in PercentageBarChart() argument 91 mBackgroundColor = backgroundColor; in PercentageBarChart() 97 mEmptyPaint.setColor(backgroundColor); in PercentageBarChart()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
D | BaseContentFragment.java | 65 int backgroundColor) { in buildArgs() argument 67 backgroundColor); in buildArgs() 71 int backgroundColor) { in buildArgs() argument 72 return buildArgs(title, breadcrumb, description, 0, iconUri, null, backgroundColor); in buildArgs()
|
D | DialogActivity.java | 209 int backgroundColor = bundle.getInt(EXTRA_DIALOG_IMAGE_BACKGROUND_COLOR); in onCreate() local 215 description, imageUri, backgroundColor)); in onCreate()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | CaptionSetupActivity.java | 244 mBackgroundColor = cs.backgroundColor & 0xffffff; in getCustomCaptionStyle() 247 mBackgroundOpacity = getClosestValue(cs.backgroundColor | 0xffffff, mOpacities); in getCustomCaptionStyle() 711 private void setBackgroundColor(String backgroundColor) { in setBackgroundColor() argument 712 mBackgroundColor = Integer.parseInt(backgroundColor); in setBackgroundColor()
|
D | CaptionPreviewFragment.java | 134 mBackgroundColor = cs.backgroundColor; in loadCaptionSettings()
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
D | SmilRootLayoutElementImpl.java | 53 public void setBackgroundColor(String backgroundColor) throws DOMException { in setBackgroundColor() argument 54 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor); in setBackgroundColor()
|
D | SmilRegionElementImpl.java | 221 public void setBackgroundColor(String backgroundColor) throws DOMException { in setBackgroundColor() argument 222 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor); in setBackgroundColor()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | EmojiCategoryPageIndicatorView.java | 41 public void setColors(final int foregroundColor, final int backgroundColor) { in setColors() argument 43 setBackgroundColor(backgroundColor); in setColors()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListPinnedHeaderView.java | 42 int backgroundColor = a.getColor( in ContactListPinnedHeaderView() local 53 setBackgroundColor(backgroundColor); in ContactListPinnedHeaderView()
|
D | ViewPagerTabStrip.java | 48 int backgroundColor = res.getColor(R.color.actionbar_background_color); in ViewPagerTabStrip() local 53 setBackgroundColor(backgroundColor); in ViewPagerTabStrip()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Folder.java | 627 final int backgroundColor = showBg ? Integer.parseInt(folder.bgColor) : 0; in setFolderBlockColor() local 628 if (backgroundColor == Utils.getDefaultFolderBackgroundColor(colorBlock.getContext())) { in setFolderBlockColor() 636 paintDrawable.getPaint().setColor(backgroundColor); in setFolderBlockColor()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 424 final int backgroundColor) { in getAlertAnimator() argument 472 mContainerView.setBackgroundColor(backgroundColor); in getAlertAnimator()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 2203 final int newCursorPosition, final int backgroundColor, final int coloredTextLength) { in setComposingTextInternalWithBackgroundColor() argument 2205 if (backgroundColor == Color.TRANSPARENT) { in setComposingTextInternalWithBackgroundColor() 2210 new BackgroundColorSpan(backgroundColor); in setComposingTextInternalWithBackgroundColor()
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
D | ElementLayout.java | 35 public void setBackgroundColor(String backgroundColor) in setBackgroundColor() argument
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | Config.java | 74 labelSpec.backgroundColor = r.getColor( in AlbumSetPage()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | AlbumSetSlotRenderer.java | 62 public int backgroundColor; field in AlbumSetSlotRenderer.LabelSpec
|
D | AlbumLabelMaker.java | 169 canvas.drawColor(mSpec.backgroundColor, PorterDuff.Mode.SRC); in run()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | CaptionPropertiesFragment.java | 342 parseColorOpacity(mBackgroundColor, mBackgroundOpacity, attrs.backgroundColor); in updateAllPreferences()
|