HomeSort by relevance Sort by last modified time
    Searched refs:chips (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/ex/chips/src/com/android/ex/chips/
AccountSpecifier.java 17 package 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.
RecipientChip.java 17 package com.android.ex.chips;
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...]
Queries.java 17 package com.android.ex.chips;
26 * Phone and Email queries for supporting Chips UI.
SingleRecipientArrayAdapter.java 17 package com.android.ex.chips;
RecipientEntry.java 17 package com.android.ex.chips;
  /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
  /packages/apps/Email/src/com/android/email/
RecipientAdapter.java 22 import com.android.ex.chips.BaseRecipientAdapter;
23 import com.android.ex.chips.RecipientEditTextView;
EmailAddressAdapter.java 21 import com.android.ex.chips.AccountSpecifier;
  /packages/apps/Calendar/src/com/android/calendar/
RecipientAdapter.java 19 import com.android.ex.chips.BaseRecipientAdapter;
EmailAddressAdapter.java 20 import com.android.ex.chips.AccountSpecifier;
  /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
  /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
  /packages/apps/Email/src/com/android/email/activity/
ChipsAddressTextView.java 22 import com.android.ex.chips.RecipientEditTextView;
  /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
  /external/kernel-headers/original/linux/
i2c.h 543 enum chips { any_chip, chip1 }; \
551 enum chips { any_chip, chip1, chip2 }; \
561 enum chips { any_chip, chip1, chip2, chip3 }; \
573 enum chips { any_chip, chip1, chip2, chip3, chip4 }; \
586 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5 }; \
601 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5, chip6 }; \
617 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5, chip6, \
636 enum chips { any_chip, chip1, chip2, chip3, chip4, chip5, chip6, \
  /external/yaffs2/yaffs2/
Kconfig 13 optimised for NAND Flash chips.
  /frameworks/ex/chips/
Android.mk 18 LOCAL_MODULE := android-common-chips
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 17 package com.android.ex.chips;
  /development/ndk/platforms/android-3/include/linux/mtd/
cfi.h 160 struct flchip chips[0]; member in struct:cfi_private
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/mtd/
cfi.h 160 struct flchip chips[0]; member in struct:cfi_private
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/mtd/
cfi.h 160 struct flchip chips[0]; member in struct:cfi_private
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
cfi.h 160 struct flchip chips[0]; member in struct:cfi_private

Completed in 442 milliseconds

1 2 3