Searched defs:shortcutType (Results 1 – 2 of 2) sorted by relevance
83 final int shortcutType = getShortcutTypeFromPosition(position); in getView() local86 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView() local127 final int shortcutType = getShortcutTypeFromPosition(position); in isEnabled() local135 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView()165 public boolean setShortcutEnabled(int shortcutType, boolean visible) { in setShortcutEnabled()
151 final int shortcutType = adapter.getShortcutTypeFromPosition(position); in onItemClick() local