Home
last modified time | relevance | path

Searched refs:circleBackgroundColor (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.java51 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()
DImageRequest.java226 final int backgroundColor = mDescriptor.circleBackgroundColor; in postProcessOnBitmapResourceLoaded()