OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRoundedCornerClipPath
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java
74
private final Path
mRoundedCornerClipPath
;
100
mRoundedCornerClipPath
= new Path();
308
mRoundedCornerClipPath
.reset();
309
mRoundedCornerClipPath
.addRoundRect(rect, mCornerRadius, mCornerRadius,
315
canvas.clipPath(
mRoundedCornerClipPath
);
AsyncImageView.java
79
private final Path
mRoundedCornerClipPath
;
111
mRoundedCornerClipPath
= new Path();
380
mRoundedCornerClipPath
.reset();
381
mRoundedCornerClipPath
.addRoundRect(rect, mCornerRadius, mCornerRadius,
389
canvas.clipPath(
mRoundedCornerClipPath
);
Completed in 1715 milliseconds