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.java39 public abstract class SystemShortcut<T extends BaseDraggingActivity> extends ItemInfo { class
47 public SystemShortcut(int iconResId, int labelResId) { in SystemShortcut() method in SystemShortcut
56 public SystemShortcut(Icon icon, CharSequence label, CharSequence contentDescription, in SystemShortcut() method in SystemShortcut
66 public SystemShortcut(SystemShortcut other) { in SystemShortcut() method in SystemShortcut