Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskShortcutFactory.java77 MultiWindowFactory(int iconRes, int textRes, LauncherEvent launcherEvent) { in MultiWindowFactory() argument
79 mTextRes = textRes; in MultiWindowFactory()
111 public MultiWindowSystemShortcut(int iconRes, int textRes, BaseDraggingActivity activity, in MultiWindowSystemShortcut() argument
113 super(iconRes, textRes, activity, taskView.getItemInfo()); in MultiWindowSystemShortcut()