Home
last modified time | relevance | path

Searched refs:mRoundedCornerClipPath (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioAttachmentView.java74 private final Path mRoundedCornerClipPath; field in AudioAttachmentView
100 mRoundedCornerClipPath = new Path(); in AudioAttachmentView()
308 mRoundedCornerClipPath.reset(); in onDraw()
309 mRoundedCornerClipPath.addRoundRect(rect, mCornerRadius, mCornerRadius, in onDraw()
315 canvas.clipPath(mRoundedCornerClipPath); in onDraw()
DAsyncImageView.java79 private final Path mRoundedCornerClipPath; field in AsyncImageView
111 mRoundedCornerClipPath = new Path(); in AsyncImageView()
382 mRoundedCornerClipPath.reset(); in onDraw()
383 mRoundedCornerClipPath.addRoundRect(rect, mCornerRadius, mCornerRadius, in onDraw()
391 canvas.clipPath(mRoundedCornerClipPath); in onDraw()