OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recipientchip
(Results
1 - 9
of
9
) sorted by null
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DrawableRecipientChip.java
17
package com.android.ex.chips.
recipientchip
;
23
*
RecipientChip
defines a drawable object that contains information relevant to a
InvisibleRecipientChip.java
17
package com.android.ex.chips.
recipientchip
;
27
*
RecipientChip
defines a span that contains information relevant to a
BaseRecipientChip.java
17
package com.android.ex.chips.
recipientchip
;
ReplacementDrawableSpan.java
1
package com.android.ex.chips.
recipientchip
;
SimpleRecipientChip.java
17
package com.android.ex.chips.
recipientchip
;
VisibleRecipientChip.java
17
package com.android.ex.chips.
recipientchip
;
/frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java
94
import com.android.ex.chips.
recipientchip
.DrawableRecipientChip;
95
import com.android.ex.chips.
recipientchip
.InvisibleRecipientChip;
96
import com.android.ex.chips.
recipientchip
.ReplacementDrawableSpan;
97
import com.android.ex.chips.
recipientchip
.VisibleRecipientChip;
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAutoCompleteView.java
35
import com.android.ex.chips.
recipientchip
.DrawableRecipientChip;
/frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java
33
import com.android.ex.chips.
recipientchip
.DrawableRecipientChip;
34
import com.android.ex.chips.
recipientchip
.ReplacementDrawableSpan;
35
import com.android.ex.chips.
recipientchip
.VisibleRecipientChip;
[
all
...]
Completed in 673 milliseconds