Searched defs:circleBackgroundColor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DImageRequestDescriptor.java51 public final int circleBackgroundColor; field in class:ImageRequestDescriptor
78 final boolean isStatic, final boolean cropToCircle, final int circleBackgroundColor,
90 this.circleBackgroundColor = circleBackgroundColor;
99 .append(String.valueOf(circleBackgroundColor)).append(KEY_PART_DELIMITER)
76 ImageRequestDescriptor(final int desiredWidth, final int desiredHeight, final int sourceWidth, final int sourceHeight, final boolean isStatic, final boolean cropToCircle, final int circleBackgroundColor, int circleStrokeColor) argument
H A DUriImageRequestDescriptor.java38 final boolean cropToCircle, final int circleBackgroundColor, int circleStrokeColor)
41 false, cropToCircle, circleBackgroundColor, circleStrokeColor);
46 boolean cropToCircle, int circleBackgroundColor, int circleStrokeColor) {
49 circleBackgroundColor, circleStrokeColor);
61 final int circleBackgroundColor, int circleStrokeColor) {
63 cropToCircle, circleBackgroundColor, circleStrokeColor);
37 UriImageRequestDescriptor(final Uri uri, final int desiredWidth, final int desiredHeight, final boolean cropToCircle, final int circleBackgroundColor, int circleStrokeColor) argument
44 UriImageRequestDescriptor(final Uri uri, final int desiredWidth, final int desiredHeight, final boolean allowCompression, boolean isStatic, boolean cropToCircle, int circleBackgroundColor, int circleStrokeColor) argument
58 UriImageRequestDescriptor(final Uri uri, final int desiredWidth, final int desiredHeight, final int sourceWidth, final int sourceHeight, final boolean allowCompression, final boolean isStatic, final boolean cropToCircle, final int circleBackgroundColor, int circleStrokeColor) argument

Completed in 67 milliseconds