OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcutInfo
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsAndShortcutNameComparator.java
79
ResolveInfo
shortcutInfo
= (ResolveInfo) o;
80
ComponentName cn = new ComponentName(
shortcutInfo
.activityInfo.packageName,
81
shortcutInfo
.activityInfo.name);
95
ResolveInfo
shortcutInfo
= (ResolveInfo) o;
97
return Utilities.trim(
shortcutInfo
.loadLabel(mPackageManager));
/packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java
404
} else if (info instanceof
ShortcutInfo
) {
405
ShortcutInfo
st = (
ShortcutInfo
) info;
475
* Fill in {@param
shortcutInfo
} with the icon and label for {@param intent}. If the
478
public synchronized void getTitleAndIcon(
ShortcutInfo
shortcutInfo
, Intent intent,
484
shortcutInfo
.setIcon(getDefaultIcon(user));
485
shortcutInfo
.title = "";
486
shortcutInfo
.usingFallbackIcon = true;
487
shortcutInfo
.usingLowResIcon = false
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java
45
import android.content.pm.
ShortcutInfo
;
[
all
...]
Completed in 221 milliseconds