Home
last modified time | relevance | path

Searched refs:ShortcutParser (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java310 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getFolderElementsMap()
320 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getLayoutElementsMap()
410 protected class ShortcutParser implements TagParser { class in AutoInstallsLayout
414 public ShortcutParser(Resources iconRes) { in ShortcutParser() method in AutoInstallsLayout.ShortcutParser
DDefaultLayoutParser.java184 public class UriShortcutParser extends ShortcutParser {