OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawableRecipientChip
(Results
1 - 5
of
5
) sorted by null
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
DrawableRecipientChip.java
26
public interface
DrawableRecipientChip
extends BaseRecipientChip {
InvisibleRecipientChip.java
30
public class InvisibleRecipientChip extends ReplacementSpan implements
DrawableRecipientChip
{
VisibleRecipientChip.java
31
public class VisibleRecipientChip extends ImageSpan implements
DrawableRecipientChip
{
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
87
import com.android.ex.chips.recipientchip.
DrawableRecipientChip
;
156
private
DrawableRecipientChip
mSelectedChip;
180
ArrayList<
DrawableRecipientChip
> mTemporaryRecipients;
182
private ArrayList<
DrawableRecipientChip
> mRemovedSpans;
343
/*package*/
DrawableRecipientChip
getLastChip() {
344
DrawableRecipientChip
last = null;
345
DrawableRecipientChip
[] chips = getSortedRecipients();
356
DrawableRecipientChip
last = getLastChip();
497
DrawableRecipientChip
[] chips =
498
getSpannable().getSpans(start, end,
DrawableRecipientChip
.class)
[
all
...]
/frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java
34
import com.android.ex.chips.recipientchip.
DrawableRecipientChip
;
41
private
DrawableRecipientChip
[] mMockRecips;
58
public
DrawableRecipientChip
[] getSortedRecipients() {
87
public
DrawableRecipientChip
[] getSortedRecipients() {
[
all
...]
Completed in 33 milliseconds