Home
last modified time | relevance | path

Searched refs:EntryTouchListener (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java756 view.setOnTouchListener(new EntryTouchListener(view, alternateIcon, thirdIcon)); in createEntryView()
1013 private static final class EntryTouchListener implements View.OnTouchListener { class in ExpandingEntryCardView
1022 public EntryTouchListener(View entry, ImageView alternateIcon, ImageView thirdIcon) { in EntryTouchListener() method in ExpandingEntryCardView.EntryTouchListener