Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java83 final int shortcutType = getShortcutTypeFromPosition(position); in getView() local
84 if (shortcutType >= 0) { in getView()
86 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView() local
90 assignShortcutToView(v, shortcutType); in getView()
127 final int shortcutType = getShortcutTypeFromPosition(position); in isEnabled() local
128 if (shortcutType >= 0) { in isEnabled()
135 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView() argument
140 switch (shortcutType) { in assignShortcutToView()
165 public boolean setShortcutEnabled(int shortcutType, boolean visible) { in setShortcutEnabled() argument
166 final boolean changed = mShortcutEnabled[shortcutType] != visible; in setShortcutEnabled()
[all …]
DSearchFragment.java151 final int shortcutType = adapter.getShortcutTypeFromPosition(position); in onItemClick() local
154 switch (shortcutType) { in onItemClick()