/packages/apps/Calendar/ |
Android.mk | 4 # Include res dir from chips 5 chips_dir := ../../../frameworks/ex/chips/res 17 # android-common-chips \ 23 android-common-chips \ 34 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
|
/packages/apps/Mms/ |
Android.mk | 5 # Include res dir from chips 6 chips_dir := ../../../frameworks/ex/chips/res 9 $(shell rm -f $(LOCAL_PATH)/chips) 21 LOCAL_STATIC_JAVA_LIBRARIES += android-common-chips 25 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
|
/frameworks/ex/chips/ |
AndroidManifest.xml | 3 package="com.android.ex.chips"
|
Android.mk | 18 LOCAL_MODULE := android-common-chips
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
ChipsUtil.java | 17 package com.android.ex.chips; 24 * @return true when the caller can use Chips UI in its environment.
|
AccountSpecifier.java | 17 package com.android.ex.chips;
|
Queries.java | 17 package com.android.ex.chips; 26 * Phone and Email queries for supporting Chips UI.
|
RecipientEditTextView.java | 17 package com.android.ex.chips; 94 * that use the new Chips UI for addressing a message to recipients. 121 // Resources for displaying chips. 188 // scrolled to show the last line of chips content. 301 RecipientChip[] chips = getSortedRecipients(); local 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 406 RecipientChip[] chips = getSpannable().getSpans(start, end, RecipientChip.class); local 737 RecipientChip[] chips = getSortedRecipients(); local 825 RecipientChip[] chips = getSortedRecipients(); local 1202 RecipientChip[] chips = getSpannable().getSpans(start, end, RecipientChip.class); local 1280 RecipientChip[] chips = span.getSpans(start, end, RecipientChip.class); local 1458 RecipientChip[] chips = getSpannable().getSpans(0, getText().length(), RecipientChip.class); local 1602 RecipientChip[] chips = getSortedRecipients(); local 1615 RecipientChip [] chips = getSortedRecipients(); local 2089 RecipientChip[] chips = spannable.getSpans(0, getText().length(), local [all...] |
SingleRecipientArrayAdapter.java | 17 package com.android.ex.chips;
|
/frameworks/ex/chips/tests/ |
Android.mk | 24 LOCAL_STATIC_JAVA_LIBRARIES += android-common-chips 25 LOCAL_RESOURCE_DIR := frameworks/ex/chips/res/ 27 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips
|
AndroidManifest.xml | 28 android:label="Chips Tests" />
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ChipsRecipientAdapter.java | 19 import com.android.ex.chips.BaseRecipientAdapter; 28 // The Chips UI is email-centric by default. By setting QUERY_TYPE_PHONE, the chips UI
|
/packages/apps/Email/ |
Android.mk | 21 # Include res dir from chips 22 chips_dir := ../../../frameworks/ex/chips/res 32 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips 34 LOCAL_STATIC_JAVA_LIBRARIES := android-common com.android.emailcommon guava android-common-chips
|
/packages/apps/Email/src/com/android/email/ |
RecipientAdapter.java | 22 import com.android.ex.chips.BaseRecipientAdapter; 23 import com.android.ex.chips.RecipientEditTextView;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
MemoryUtils.java | 29 * other chips stake their claim, including GPUs, DSPs, cell radios, and any other greedy chips
|
/external/chromium/base/ |
atomicops_internals_x86_msvc.h | 76 *ptr = value; // works w/o barrier for current Intel chips as of June 2005 139 *ptr = value; // works w/o barrier for current Intel chips as of June 2005 141 // When new chips come out, check:
|
atomicops_internals_x86_gcc.h | 209 // for current AMD/Intel chips as of Jan 2008. 212 // When new chips come out, check: 232 // for current AMD/Intel chips as of Jan 2008.
|
/external/mesa3d/docs/ |
developers.html | 25 <li>DRI drivers for Intel i965, i945, i915 and other chips
|
/packages/apps/Calendar/src/com/android/calendar/ |
RecipientAdapter.java | 19 import com.android.ex.chips.BaseRecipientAdapter;
|
/packages/apps/Email/src/com/android/email/activity/ |
ChipsAddressTextView.java | 22 import com.android.ex.chips.RecipientEditTextView;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
tea575x-tuner.h | 5 * ALSA driver for TEA5757/5759 Philips AM/FM tuner chips
|
/external/kernel-headers/original/linux/mtd/ |
bbm.h | 17 /* The maximum number of NAND chips in an array */ 26 * Its an array and supports up to 8 chips now
|
/external/zlib/contrib/asm686/ |
README.686 | 43 in it. On the Pentium 4 and AMD64 chips, it continues to run about 8%
|
/external/v8/src/ |
atomicops_internals_x86_msvc.h | 99 *ptr = value; // works w/o barrier for current Intel chips as of June 2005 162 *ptr = value; // works w/o barrier for current Intel chips as of June 2005 164 // When new chips come out, check:
|
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
ChipsTest.java | 17 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...] |