/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Folder.java | 167 public String bgColor; field in Folder 310 public Builder setBgColor(final String bgColor) { in setBgColor() argument 311 mBgColor = bgColor; in setBgColor() 343 int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor, in Folder() argument 363 this.bgColor = bgColor; in Folder() 365 if (!TextUtils.isEmpty(bgColor)) { in Folder() 366 this.bgColorInt = Integer.parseInt(bgColor); in Folder() 402 bgColor = cursor.getString(UIProvider.FOLDER_BG_COLOR_COLUMN); in Folder() 404 if (!TextUtils.isEmpty(bgColor)) { in Folder() 405 bgColorInt = Integer.parseInt(bgColor); in Folder() [all …]
|
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/ |
D | BitmapUtils.java | 123 public static Bitmap generateNavManeuverIcon(int size, int bgColor, Bitmap maneuver) { 126 drawCircle(canvas, bgColor); 135 public static Bitmap generateMediaIcon(int size, int bgColor, int fgColor) { 140 drawCircle(canvas, bgColor); 166 private static Canvas drawCircle(Canvas canvas, int bgColor) { 170 p.setColor(bgColor);
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
D | ColorChecker.java | 82 public static int getTintColor(double minAllowedContrastRatio, int bgColor, int... tintColors) { in getTintColor() argument 84 double contrastRatio = getContrastRatio(bgColor, tc); in getTintColor() 89 double blackContrastRatio = getContrastRatio(bgColor, Color.BLACK); in getTintColor() 90 double whiteContrastRatio = getContrastRatio(bgColor, Color.WHITE); in getTintColor()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 160 ColorARGB bgColor = TRANSPARENT; in resizeBoxFilter() local 212 bgColor, in resizeBoxFilter() 284 bgColor = gifColorToColorARGB(bgColorIndex); in resizeBoxFilter() 360 ColorARGB bgColor, in renderImage() argument 376 0, 0, gifIn->SWidth, gifIn->SHeight, bgColor); in renderImage()
|
D | GifTranscoder.h | 63 ColorARGB bgColor,
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/ |
D | MockUiProvider.java | 207 folder.bgColor = "#fff000"; in createConversationDetailsMap() 210 folder.bgColor = "#0000FF"; in createConversationDetailsMap() 213 folder.bgColor = "#FFFF00"; in createConversationDetailsMap() 216 folder.bgColor = null; in createConversationDetailsMap()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | BadgeSpan.java | 89 if (mWorkPaint.bgColor != 0) { in draw() 93 mWorkPaint.setColor(mWorkPaint.bgColor); in draw()
|
D | SubjectAndFolderView.java | 203 private void addSpan(SpannableStringBuilder sb, String name, int fgColor, int bgColor) { in addSpan() argument 204 final FolderSpan span = new FolderSpan(name, fgColor, bgColor, mFolderDrawableResources, in addSpan()
|
/packages/apps/UnifiedEmail/src/com/android/mail/text/ |
D | FolderSpan.java | 42 public FolderSpan(String name, int fgColor, int bgColor, in FolderSpan() argument 49 mBgColor = bgColor; in FolderSpan()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
D | BaseDialogFragment.java | 112 int bgColor = mFragment.getActivity().getColor(R.color.dialog_activity_background); in performEntryTransition() local 113 mBgDrawable.setColor(bgColor); in performEntryTransition()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | FolderDisplayer.java | 192 String name, int fgColor, int bgColor, FolderDisplayer.FolderDrawableResources res, in drawFolder() argument 198 paint.setColor(bgColor); in drawFolder()
|
/packages/apps/Browser2/test/webexposed/ |
D | global-interface-listing-expected.txt | 1295 getter bgColor 1320 setter bgColor 1421 getter bgColor 1431 setter bgColor 1936 getter bgColor 1950 setter bgColor 2253 getter bgColor 2269 setter bgColor 2296 getter bgColor 2320 setter bgColor [all …]
|