Searched refs:bgColor (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Mms/src/com/android/mms/model/
H A DRegionModel.java41 int width, int height, String bgColor) {
48 mBackgroundColor = bgColor;
141 * @param bgColor the mBackgroundColor to set
143 public void setBackgroundColor(String bgColor) { argument
144 mBackgroundColor = bgColor;
40 RegionModel(String regionId, String fit, int left, int top, int width, int height, String bgColor) argument
H A DSmilHelper.java277 String bgColor = layouts.getBackgroundColor();
278 if (!TextUtils.isEmpty(bgColor)) {
279 rootLayoutElement.setBackgroundColor(bgColor);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationViewHeader.java220 final int bgColor = f.getBackgroundColor(mDefaultBgColor);
222 addSpan(sb, f.name, bgColor, fgColor);
228 final int bgColor = r.getColor(R.color.conv_header_add_label_background);
230 addSpan(sb, name, bgColor, fgColor);
234 private void addSpan(SpannableStringBuilder sb, String name, int bgColor, argument
240 sb.setSpan(new BackgroundColorSpan(bgColor), start, end,
H A DFolderSpan.java121 if (mWorkPaint.bgColor != 0) {
125 mWorkPaint.setColor(mWorkPaint.bgColor);
H A DConversationItemView.java356 final int bgColor = f.getBackgroundColor(mDefaultBgColor);
378 sFoldersPaint.setColor(bgColor);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java163 public String bgColor; field in class:Folder
306 public Builder setBgColor(final String bgColor) { argument
307 mBgColor = bgColor;
339 int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor,
360 this.bgColor = bgColor;
362 if (bgColor != null) {
363 this.bgColorInt = Integer.parseInt(bgColor);
400 bgColor = cursor.getString(UIProvider.FOLDER_BG_COLOR_COLUMN);
402 if (bgColor !
336 Folder(int id, String persistentId, Uri uri, String name, int capabilities, boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri, int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus, int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor, String fgColor, Uri loadMoreUri, String hierarchicalDesc, Uri parent, final long lastMessageTimestamp, final String unreadSenders) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockUiProvider.java207 folder.bgColor = "#fff000";
210 folder.bgColor = "#0000FF";
213 folder.bgColor = "#FFFF00";
216 folder.bgColor = null;

Completed in 1089 milliseconds