HomeSort by relevance Sort by last modified time
    Searched refs:circleStrokeColor (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
UriImageRequestDescriptor.java 38 final boolean cropToCircle, final int circleBackgroundColor, int circleStrokeColor)
41 false, cropToCircle, circleBackgroundColor, circleStrokeColor);
46 boolean cropToCircle, int circleBackgroundColor, int circleStrokeColor) {
49 circleBackgroundColor, circleStrokeColor);
56 * @param circleStrokeColor
61 final int circleBackgroundColor, int circleStrokeColor) {
63 cropToCircle, circleBackgroundColor, circleStrokeColor);
ImageRequestDescriptor.java 56 public final int circleStrokeColor;
79 int circleStrokeColor) {
91 this.circleStrokeColor = circleStrokeColor;
ImageRequest.java 227 final int strokeColor = mDescriptor.circleStrokeColor;

Completed in 1505 milliseconds