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.java90 final int shortcutType = getShortcutTypeFromPosition(position); in getView() local
91 if (shortcutType >= 0) { in getView()
93 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView() local
97 assignShortcutToView(v, shortcutType); in getView()
134 final int shortcutType = getShortcutTypeFromPosition(position); in isEnabled() local
135 if (shortcutType >= 0) { in isEnabled()
142 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView() argument
147 switch (shortcutType) { in assignShortcutToView()
182 public boolean setShortcutEnabled(int shortcutType, boolean visible) { in setShortcutEnabled() argument
183 final boolean changed = mShortcutEnabled[shortcutType] != visible; in setShortcutEnabled()
[all …]
DSearchFragment.java238 final int shortcutType = adapter.getShortcutTypeFromPosition(position); in onItemClick() local
243 Log.i(TAG, "onItemClick: shortcutType=" + shortcutType); in onItemClick()
245 switch (shortcutType) { in onItemClick()