OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:circlestrokecolor
(Results
1 - 14
of
14
) 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
;
VideoThumbnailRequestDescriptor.java
31
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
AvatarRequestDescriptor.java
45
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
FileImageRequestDescriptor.java
52
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
MessagePartImageRequestDescriptor.java
48
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
CompositeImageRequest.java
86
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
ImageRequest.java
227
final int strokeColor = mDescriptor.
circleStrokeColor
;
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
ImageRequestTest.java
88
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/));
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoBitmapLoader.java
66
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
/packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreviewFactory.java
143
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java
589
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListItemView.java
496
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/));
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java
574
ImageUtils.DEFAULT_CIRCLE_STROKE_COLOR /*
circleStrokeColor
*/);
[
all
...]
Completed in 203 milliseconds