OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VisibleRecipientChip
(Results
1 - 3
of
3
) sorted by null
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
VisibleRecipientChip.java
28
*
VisibleRecipientChip
defines an ImageSpan that contains information relevant to a
31
public class
VisibleRecipientChip
extends ImageSpan implements DrawableRecipientChip {
34
public
VisibleRecipientChip
(final Drawable drawable, final RecipientEntry entry) {
/frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java
35
import com.android.ex.chips.recipientchip.
VisibleRecipientChip
;;
[
all
...]
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
89
import com.android.ex.chips.recipientchip.
VisibleRecipientChip
;
701
DrawableRecipientChip recipientChip = new
VisibleRecipientChip
(result, contact);
[
all
...]
Completed in 37 milliseconds