Searched refs:mRoundedCornerClipPath (Results 1 – 2 of 2) sorted by relevance
74 private final Path mRoundedCornerClipPath; field in AudioAttachmentView100 mRoundedCornerClipPath = new Path(); in AudioAttachmentView()308 mRoundedCornerClipPath.reset(); in onDraw()309 mRoundedCornerClipPath.addRoundRect(rect, mCornerRadius, mCornerRadius, in onDraw()315 canvas.clipPath(mRoundedCornerClipPath); in onDraw()
79 private final Path mRoundedCornerClipPath; field in AsyncImageView111 mRoundedCornerClipPath = new Path(); in AsyncImageView()382 mRoundedCornerClipPath.reset(); in onDraw()383 mRoundedCornerClipPath.addRoundRect(rect, mCornerRadius, mCornerRadius, in onDraw()391 canvas.clipPath(mRoundedCornerClipPath); in onDraw()