HomeSort by relevance Sort by last modified time
    Searched refs:ICON (Results 1 - 16 of 16) sorted by null

  /frameworks/base/services/java/com/android/server/status/
IconData.java 28 * Indicates ths item represents an icon.
30 public static final int ICON = 2;
33 * The type of this item. One of TEXT, ICON, or LEVEL_ICON.
38 * The slot that this icon will be in if it is not a notification
43 * The package containting the icon to draw for this item. Valid if this is
44 * an ICON type.
49 * The icon to draw for this item. Valid if this is an ICON type.
54 * The level associated with the icon. Valid if this is a LEVEL_ICON type.
64 * The text associated with the icon. Valid if this is a TEXT type
    [all...]
StatusBarIcon.java 70 case IconData.ICON: {
77 // icon
108 case IconData.ICON:
144 * Returns the right icon to use for this item, respecting the iconId and
159 Slog.e(StatusBarService.TAG, "Icon package not found: " + data.iconPackage, ex);
167 Slog.w(StatusBarService.TAG, "No icon ID for slot " + data.slot);
174 Slog.w(StatusBarService.TAG, "Icon not found in "
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 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"
    [all...]
ItemInfo.java 116 // Try go guesstimate how much space the icon will take when serialized
126 Log.w("Favorite", "Could not write icon");
134 values.put(LauncherSettings.Favorites.ICON, data);
LauncherProvider.java 227 "icon BLOB," +
286 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
305 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
493 + "SET icon=? WHERE _id=?");
495 c = db.rawQuery("SELECT _id, icon FROM favorites WHERE iconType=" +
499 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON);
519 Log.e(TAG, "Failed normalizing icon " + id, e);
521 Log.e(TAG, "Also failed normalizing icon " + id);
    [all...]
LauncherModel.java 725 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
1294 Bitmap icon = null; local
1351 Bitmap icon = null; local
1434 Bitmap icon = null; local
    [all...]
  /frameworks/base/core/java/android/provider/
Applications.java 124 public static final String ICON = "icon";
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 43 Uri iconUri = getColumnUri(cursor, Applications.ApplicationColumns.ICON);
45 if (DBG) Log.d(TAG, "name=" + name + ",icon=" + iconUri);
ApplicationsProvider.java 84 public static final String ICON = "icon";
213 ICON + " TEXT" +
383 addProjection(map, SearchManager.SUGGEST_COLUMN_ICON_1, ICON);
394 addProjection(map, Applications.ApplicationColumns.ICON, ICON);
423 int iconCol = inserter.getColumnIndex(ICON);
445 String icon = getActivityIconUri(info.activityInfo); local
451 inserter.bind(iconCol, icon);
463 int icon = activityInfo.getIconResource() local
    [all...]
  /external/webkit/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 96 // the icon directory.
240 // See if this is an icon filetype we understand, and make sure we have at
243 ICON = 1,
246 if (((fileType != ICON) && (fileType != CURSOR)) || (!idCount)) {
291 // Read icon data.
310 // this value to determine which icon entry is best.
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 737 milliseconds