HomeSort by relevance Sort by last modified time
    Searched refs:circleBackgroundColor (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);
61 final int circleBackgroundColor, int circleStrokeColor) {
63 cropToCircle, circleBackgroundColor, circleStrokeColor);
ImageRequestDescriptor.java 51 public final int circleBackgroundColor;
78 final boolean isStatic, final boolean cropToCircle, final int circleBackgroundColor,
90 this.circleBackgroundColor = circleBackgroundColor;
99 .append(String.valueOf(circleBackgroundColor)).append(KEY_PART_DELIMITER)
ImageRequest.java 226 final int backgroundColor = mDescriptor.circleBackgroundColor;

Completed in 381 milliseconds