Home
last modified time | relevance | path

Searched defs:SystemShortcut (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java40 public abstract class SystemShortcut<T extends Context & ActivityContext> extends ItemInfo class
57 public SystemShortcut(int iconResId, int labelResId, T target, ItemInfo itemInfo, in SystemShortcut() method in SystemShortcut
67 public SystemShortcut(SystemShortcut<T> other) { in SystemShortcut() method in SystemShortcut