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.java42 public abstract class SystemShortcut<T extends BaseDraggingActivity> class
51 public SystemShortcut(int iconResId, int labelResId) { in SystemShortcut() method in SystemShortcut
60 public SystemShortcut(Icon icon, CharSequence label, CharSequence contentDescription, in SystemShortcut() method in SystemShortcut
70 public SystemShortcut(SystemShortcut other) { in SystemShortcut() method in SystemShortcut