Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java179 WorkspaceItemInfo firstItem = null; in getDescriptionForDropOver() local
181 if (firstItem == null || firstItem.rank > shortcut.rank) { in getDescriptionForDropOver()
182 firstItem = shortcut; in getDescriptionForDropOver()
186 if (firstItem != null) { in getDescriptionForDropOver()
187 return context.getString(R.string.add_to_folder_with_app, firstItem.title); in getDescriptionForDropOver()