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

  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
ShortcutsItemView.java 133 if (shortcutType == PopupPopulator.Item.SYSTEM_SHORTCUT_ICON) {
184 : PopupPopulator.Item.SYSTEM_SHORTCUT_ICON;
190 if (widgetsItem == PopupPopulator.Item.SYSTEM_SHORTCUT_ICON) {
202 if (widgetsItem == PopupPopulator.Item.SYSTEM_SHORTCUT_ICON) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupPopulator.java 63 SYSTEM_SHORTCUT_ICON(R.layout.system_shortcut_icon_only, true);
96 items[numItems - 1 - i] = iconsOnly ? Item.SYSTEM_SHORTCUT_ICON : Item.SYSTEM_SHORTCUT;

Completed in 54 milliseconds