Searched refs:circleStrokeColor (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 | 56 public final int circleStrokeColor; field in ImageRequestDescriptor 79 int circleStrokeColor) { in ImageRequestDescriptor() argument 91 this.circleStrokeColor = circleStrokeColor; in ImageRequestDescriptor()
|
D | ImageRequest.java | 227 final int strokeColor = mDescriptor.circleStrokeColor; in postProcessOnBitmapResourceLoaded()
|