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

1 2

  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 10 String ICON = "Icon";
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/ico/
ICOImageDecoder.h 69 ICON = 1,
80 // Returns true if |a| is a preferable icon entry to |b|.
ICOImageDecoder.cpp 96 // the icon directory.
255 // See if this is an icon filetype we understand, and make sure we have at
257 if (((fileType != ICON) && (fileType != CURSOR)) || (!idCount))
297 // Read icon data.
322 // this value to determine which icon entry is best.
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 107 public static final String ICON = "icon";
  /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 157 // Try go guesstimate how much space the icon will take when serialized
167 Log.w("Favorite", "Could not write icon");
175 values.put(LauncherSettings.Favorites.ICON, data);
LauncherProvider.java 292 "icon BLOB," +
359 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
378 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
602 + "SET icon=? WHERE _id=?");
604 c = db.rawQuery("SELECT _id, icon FROM favorites WHERE iconType=" +
608 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON);
628 Log.e(TAG, "Failed normalizing icon " + id, e);
630 Log.e(TAG, "Also failed normalizing icon " + id);
    [all...]
LauncherModel.java 2149 Bitmap icon = null; local
2262 Bitmap icon = null; local
2409 Bitmap icon = null; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherSettings.java 68 * The icon type.
74 * The icon is a resource identified by a package name and an integer id.
79 * The icon is a bitmap.
84 * The icon package name, if icon type is ICON_TYPE_RESOURCE.
90 * The icon resource id, if icon type is ICON_TYPE_RESOURCE.
96 * The custom icon bitmap, if icon type is ICON_TYPE_BITMAP.
99 static final String ICON = "icon"
    [all...]
ItemInfo.java 146 // Try go guesstimate how much space the icon will take when serialized
156 Log.w("Favorite", "Could not write icon");
164 values.put(LauncherSettings.Favorites.ICON, data);
LauncherBackupHelper.java 100 Favorites.ICON, // 8
234 case Key.ICON:
405 * Write all the static icon resources we need to render placeholders
420 if (DEBUG) Log.d(TAG, "Launcher is not initialized, delaying icon backup");
428 Set<String> savedIds = getSavedIdsByType(Key.ICON, in);
429 if (DEBUG) Log.d(TAG, "icon savedIds.size()=" + savedIds.size());
448 key = getKey(Key.ICON, cn.flattenToShortString());
455 if (DEBUG) Log.d(TAG, "already saved icon " + backupKey);
462 if (DEBUG) Log.d(TAG, "saving icon " + backupKey);
463 Bitmap icon = iconCache.getIcon(intent) local
512 Bitmap icon = BitmapFactory.decodeByteArray(res.data, 0, res.data.length); local
625 Bitmap icon = BitmapFactory local
821 Bitmap icon = Utilities.createIconBitmap(fullResIcon, mContext); local
    [all...]
LauncherProvider.java 355 "icon BLOB," +
479 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
498 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
    [all...]
LauncherModel.java 316 // Short-circuit this logic if the icon exists somewhere on the workspace
321 // Add this icon to the db, creating a new page if necessary. If there
2692 Bitmap icon = null; local
2823 Bitmap icon = null; local
2970 Bitmap icon = null; local
    [all...]
  /packages/apps/Launcher3/protos/
backup.proto 26 ICON = 3;
66 optional bytes icon = 18;
83 optional Resource icon = 4;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 40 public final static int ICON = 3;
93 case ICON: return "ICON";
  /external/chromium_org/tools/grit/grit/format/
rc.py 400 '''Formats an item that is included in an .rc file (e.g. an ICON).
405 type: .rc file resource type, e.g. 'ICON' (ignored unless item is a
rc_unittest.py 114 ICON IDI_KLONK,IDC_MYICON,14,9,20,20
334 ICON IDI_KLONK,IDC_MYICON,14,9,20,20
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 357 iconBounds.height(), BitmapCache.ICON);
369 bitmap = mEnvironment.getBitmapCopy(source, BitmapCache.ICON);
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 269 '''Scans 'rctext' for included resources (e.g. BITMAP, ICON) and
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 

Completed in 537 milliseconds

1 2