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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 754 PendingAddShortcutInfo createShortcutInfo = (PendingAddShortcutInfo) v.getTag();
755 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 741 PendingAddShortcutInfo createShortcutInfo = (PendingAddShortcutInfo) v.getTag();
742 Drawable icon = mIconCache.getFullResIcon(createShortcutInfo.shortcutActivityInfo);
    [all...]

Completed in 2773 milliseconds