Home
last modified time | relevance | path

Searched defs:chip (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1471 DrawableRecipientChip chip = null; in createReplacementChip() local
1859 private int getChipStart(DrawableRecipientChip chip) { in getChipStart()
1863 private int getChipEnd(DrawableRecipientChip chip) { in getChipEnd()
2066 protected ListAdapter createAlternatesAdapter(DrawableRecipientChip chip) { in createAlternatesAdapter()
2217 DrawableRecipientChip chip = constructChipSpan(entry); in createChip() local
2278 CharSequence chip = createChip(entry); in submitItemAtPosition() local
2635 private void unselectChip(DrawableRecipientChip chip) { in unselectChip()
2697 /* package */void removeChip(DrawableRecipientChip chip) { in removeChip()
2726 /*package*/ void replaceChip(DrawableRecipientChip chip, RecipientEntry entry) { in replaceChip()
2765 public void onClick(DrawableRecipientChip chip) { in onClick()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayView.java423 OverlayActionChip chip = constructActionChip(action, onFinish); in setActionChip() local
437 OverlayActionChip chip = (OverlayActionChip) LayoutInflater.from(mContext).inflate( in constructActionChip() local