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

/frameworks/ex/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 DSingleRecipientArrayAdapter.java17 package com.android.ex.chips;
H A DRecipientChip.java17 package com.android.ex.chips;
H A DQueries.java17 package com.android.ex.chips;
H A DRecipientAlternatesAdapter.java17 package com.android.ex.chips;
32 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;
H A DRecipientEditTextView.java17 package com.android.ex.chips;
121 // Resources for displaying chips.
188 // scrolled to show the last line of chips content.
301 RecipientChip[] chips = getSortedRecipients();
302 if (chips != null && chips.length > 0) {
303 last = chips[chips.length - 1];
310 // When selection changes, see if it is inside the chips area.
311 // If so, move the cursor back after the chips agai
[all...]
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java17 package com.android.ex.chips;
H A DChipsTest.java17 package com.android.ex.chips;
31 import com.android.ex.chips.RecipientEditTextView;
32 import com.android.ex.chips.RecipientEntry;
170 // First, add 2 chips and then make sure we remove
207 // First, add 2 chips and then make sure we remove
274 // We show 2 chips then place a more chip.
283 // Add 3 chips: this is the trigger point at which the more chip will be created.
284 // Test that adding the chips and then creating and removing the more chip, as if
285 // the user were focusing/ removing focus from the chips field.
466 // Make sure the more chip is correctly added and removed when we have duplicate chips
[all...]

Completed in 101 milliseconds