HomeSort by relevance Sort by last modified time
    Searched refs:shortcutType (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/app/list/
DialerPhoneNumberListAdapter.java 106 final int shortcutType = getShortcutTypeFromPosition(position);
107 if (shortcutType >= 0) {
109 assignShortcutToView((ContactListItemView) convertView, shortcutType);
115 assignShortcutToView(v, shortcutType);
164 final int shortcutType = getShortcutTypeFromPosition(position);
165 if (shortcutType >= 0) {
172 private void assignShortcutToView(ContactListItemView v, int shortcutType) {
177 switch (shortcutType) {
216 public boolean setShortcutEnabled(int shortcutType, boolean visible) {
217 final boolean changed = mShortcutEnabled[shortcutType] != visible
    [all...]
BlockedListSearchFragment.java 138 final int shortcutType = adapter.getShortcutTypeFromPosition(adapterPosition);
141 switch (shortcutType) {
155 "ignoring unsupported shortcut type: " + shortcutType);
SearchFragment.java 229 final int shortcutType = adapter.getShortcutTypeFromPosition(position);
234 LogUtil.i("SearchFragment.onItemClick", "shortcutType: " + shortcutType);
236 switch (shortcutType) {
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutsItemView.java 123 public void addShortcutView(View shortcutView, PopupPopulator.Item shortcutType) {
124 addShortcutView(shortcutView, shortcutType, -1);
127 private void addShortcutView(View shortcutView, PopupPopulator.Item shortcutType, int index) {
128 if (shortcutType == PopupPopulator.Item.SHORTCUT) {
133 if (shortcutType == PopupPopulator.Item.SYSTEM_SHORTCUT_ICON) {

Completed in 242 milliseconds