Home | History | Annotate | Download | only in launcher2

Lines Matching defs:ICON

59          * The icon type.
65 * The icon is a resource identified by a package name and an integer id.
70 * The icon is a bitmap.
75 * The icon package name, if icon type is ICON_TYPE_RESOURCE.
81 * The icon resource id, if icon type is ICON_TYPE_RESOURCE.
87 * The custom icon bitmap, if icon type is ICON_TYPE_BITMAP.
90 static final String ICON = "icon";
133 * The icon is a resource identified by a package name and an integer id.