Searched refs:circleBackgroundColor (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
D | UriImageRequestDescriptor.java | 38 final boolean cropToCircle, final int circleBackgroundColor, int circleStrokeColor) in UriImageRequestDescriptor() argument 41 false, cropToCircle, circleBackgroundColor, circleStrokeColor); in UriImageRequestDescriptor() 46 boolean cropToCircle, int circleBackgroundColor, int circleStrokeColor) { in UriImageRequestDescriptor() argument 49 circleBackgroundColor, circleStrokeColor); in UriImageRequestDescriptor() 61 final int circleBackgroundColor, int circleStrokeColor) { in UriImageRequestDescriptor() argument 63 cropToCircle, circleBackgroundColor, circleStrokeColor); in UriImageRequestDescriptor()
|
D | ImageRequestDescriptor.java | 51 public final int circleBackgroundColor; field in ImageRequestDescriptor 78 final boolean isStatic, final boolean cropToCircle, final int circleBackgroundColor, in ImageRequestDescriptor() argument 90 this.circleBackgroundColor = circleBackgroundColor; in ImageRequestDescriptor() 99 .append(String.valueOf(circleBackgroundColor)).append(KEY_PART_DELIMITER) in getKey()
|
D | ImageRequest.java | 226 final int backgroundColor = mDescriptor.circleBackgroundColor; in postProcessOnBitmapResourceLoaded()
|