Home
last modified time | relevance | path

Searched refs:circleStrokeColor (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DUriImageRequestDescriptor.java38 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()
DImageRequestDescriptor.java56 public final int circleStrokeColor; field in ImageRequestDescriptor
79 int circleStrokeColor) { in ImageRequestDescriptor() argument
91 this.circleStrokeColor = circleStrokeColor; in ImageRequestDescriptor()
DImageRequest.java227 final int strokeColor = mDescriptor.circleStrokeColor; in postProcessOnBitmapResourceLoaded()