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 105 final int shortcutType = getShortcutTypeFromPosition(position);
106 if (shortcutType >= 0) {
108 assignShortcutToView((ContactListItemView) convertView, shortcutType);
113 assignShortcutToView(v, shortcutType);
161 final int shortcutType = getShortcutTypeFromPosition(position);
162 if (shortcutType >= 0) {
169 private void assignShortcutToView(ContactListItemView v, int shortcutType) {
174 switch (shortcutType) {
218 public boolean setShortcutEnabled(int shortcutType, boolean visible) {
219 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 216 final int shortcutType = adapter.getShortcutTypeFromPosition(position);
221 LogUtil.i("SearchFragment.onItemClick", "shortcutType: " + shortcutType);
223 switch (shortcutType) {
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutsItemView.java 132 public void addShortcutView(View shortcutView, PopupPopulator.Item shortcutType) {
133 addShortcutView(shortcutView, shortcutType, -1);
136 private void addShortcutView(View shortcutView, PopupPopulator.Item shortcutType, int index) {
137 if (shortcutType == PopupPopulator.Item.SHORTCUT) {
142 if (shortcutType == PopupPopulator.Item.SYSTEM_SHORTCUT_ICON) {

Completed in 97 milliseconds