File
Doc
Category
Size
Date
Package
DrawableRecipientChip.java
API Doc
Android 5.1 API
1098
Thu Mar 12 22:22:50 GMT 2015
com.android.ex.chips.recipientchip
DrawableRecipientChip
public interface DrawableRecipientChip implements BaseRecipientChip
RecipientChip defines a drawable object that contains information relevant to a particular recipient.
Fields Summary
Constructors Summary
Methods Summary
public void
draw
(
android.graphics.Canvas
canvas)
Draw the chip.
public
android.graphics.Rect
getBounds
()
Get the bounds of the chip; may be 0,0 if it is not visibly rendered.
Java Code Source