Searched defs:chips (Results 1 - 21 of 21) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DAccountSpecifier.java17 package com.android.ex.chips;
H A DChipsUtil.java17 package com.android.ex.chips;
H A DPhotoManager.java17 package com.android.ex.chips;
20 * Used by the {@link com.android.ex.chips.BaseRecipientAdapter} to handle fetching
29 * Sets the {@link com.android.ex.chips.RecipientEntry}'s photo bytes. If the photo bytes
H A DSingleRecipientArrayAdapter.java17 package com.android.ex.chips;
25 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
H A DCircularImageView.java1 package com.android.ex.chips;
H A DDefaultPhotoManager.java17 package com.android.ex.chips;
32 * Default implementation of {@link com.android.ex.chips.PhotoManager} that
33 * queries for photo bytes by using the {@link com.android.ex.chips.RecipientEntry}'s
H A DQueries.java17 package com.android.ex.chips;
H A DDropdownChipLayouter.java1 package com.android.ex.chips;
19 import com.android.ex.chips.Queries.Query;
H A DRecipientAlternatesAdapter.java17 package com.android.ex.chips;
36 import com.android.ex.chips.BaseRecipientAdapter.DirectoryListQuery;
37 import com.android.ex.chips.BaseRecipientAdapter.DirectorySearchParams;
38 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
39 import com.android.ex.chips.Queries.Query;
H A DRecipientEntry.java17 package com.android.ex.chips;
H A DBaseRecipientAdapter.java17 package com.android.ex.chips;
41 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
583 * If true, forces using the {@link com.android.ex.chips.SingleRecipientArrayAdapter}
584 * instead of {@link com.android.ex.chips.RecipientAlternatesAdapter} when
592 * Used to replace email addresses with chips. Default behavior
708 * Called whenever {@link com.android.ex.chips.BaseRecipientAdapter.DirectoryFilter}
711 * {@link com.android.ex.chips.BaseRecipientAdapter} and are instead using their
H A DRecipientEditTextView.java18 package com.android.ex.chips;
91 import com.android.ex.chips.RecipientAlternatesAdapter.RecipientMatchCallback;
92 import com.android.ex.chips.recipientchip.DrawableRecipientChip;
93 import com.android.ex.chips.recipientchip.InvisibleRecipientChip;
94 import com.android.ex.chips.recipientchip.ReplacementDrawableSpan;
95 import com.android.ex.chips.recipientchip.VisibleRecipientChip;
143 // Resources for displaying chips.
206 // scrolled to show the last line of chips content.
374 DrawableRecipientChip[] chips = getSortedRecipients();
375 if (chips !
[all...]
/frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
H A DMainActivity.java16 package com.android.ex.chips.sample;
23 import com.android.ex.chips.BaseRecipientAdapter;
24 import com.android.ex.chips.RecipientEditTextView;
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DDrawableRecipientChip.java17 package com.android.ex.chips.recipientchip;
H A DBaseRecipientChip.java17 package com.android.ex.chips.recipientchip;
19 import com.android.ex.chips.RecipientEntry;
H A DVisibleRecipientChip.java17 package com.android.ex.chips.recipientchip;
23 import com.android.ex.chips.RecipientEntry;
H A DInvisibleRecipientChip.java17 package com.android.ex.chips.recipientchip;
24 import com.android.ex.chips.RecipientEntry;
H A DReplacementDrawableSpan.java1 package com.android.ex.chips.recipientchip;
H A DSimpleRecipientChip.java17 package com.android.ex.chips.recipientchip;
19 import com.android.ex.chips.RecipientEntry;
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java17 package com.android.ex.chips;
25 import com.android.ex.chips.RecipientAlternatesAdapter;
26 import com.android.ex.chips.RecipientEntry;
H A DChipsTest.java17 package com.android.ex.chips;
33 import com.android.ex.chips.recipientchip.DrawableRecipientChip;
34 import com.android.ex.chips.recipientchip.ReplacementDrawableSpan;
35 import com.android.ex.chips.recipientchip.VisibleRecipientChip;
180 // First, add 2 chips and then make sure we remove
217 // First, add 2 chips and then make sure we remove
284 // We show 2 chips then place a more chip.
293 // Add 3 chips: this is the trigger point at which the more chip will be created.
294 // Test that adding the chips and then creating and removing the more chip, as if
295 // the user were focusing/ removing focus from the chips fiel
[all...]

Completed in 107 milliseconds