Home
last modified time | relevance | path

Searched defs:shortcutType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/list/
DDialerPhoneNumberListAdapter.java106 final int shortcutType = getShortcutTypeFromPosition(position); in getView() local
109 assignShortcutToView((ContactListItemView) convertView, shortcutType); in getView() local
164 final int shortcutType = getShortcutTypeFromPosition(position); in isEnabled() local
172 private void assignShortcutToView(ContactListItemView v, int shortcutType) { in assignShortcutToView()
216 public boolean setShortcutEnabled(int shortcutType, boolean visible) { in setShortcutEnabled()
DBlockedListSearchFragment.java138 final int shortcutType = adapter.getShortcutTypeFromPosition(adapterPosition); in onItemClick() local
DSearchFragment.java229 final int shortcutType = adapter.getShortcutTypeFromPosition(position); in onItemClick() local
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutsItemView.java123 public void addShortcutView(View shortcutView, PopupPopulator.Item shortcutType) { in addShortcutView()
127 private void addShortcutView(View shortcutView, PopupPopulator.Item shortcutType, int index) { in addShortcutView()