Searched refs:shortcutType (Results 1 – 2 of 2) sorted by relevance
83 final int shortcutType = getShortcutTypeFromPosition(position); in getView() local84 if (shortcutType >= 0) { in getView()86 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView() local90 assignShortcutToView(v, shortcutType); in getView()127 final int shortcutType = getShortcutTypeFromPosition(position); in isEnabled() local128 if (shortcutType >= 0) { in isEnabled()135 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView() argument140 switch (shortcutType) { in assignShortcutToView()165 public boolean setShortcutEnabled(int shortcutType, boolean visible) { in setShortcutEnabled() argument166 final boolean changed = mShortcutEnabled[shortcutType] != visible; in setShortcutEnabled()[all …]
151 final int shortcutType = adapter.getShortcutTypeFromPosition(position); in onItemClick() local154 switch (shortcutType) { in onItemClick()