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

  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 10 String ICON = "Icon";
  /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 2094 Bitmap icon = null; local
2207 Bitmap icon = null; local
2354 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 92 public static final String ICON = "icon";
253 ICON + " TEXT," +
456 addProjection(map, SearchManager.SUGGEST_COLUMN_ICON_1, ICON);
471 addProjection(map, Applications.ApplicationColumns.ICON, ICON);
500 int iconCol = inserter.getColumnIndex(ICON);
540 String icon = getActivityIconUri(info.activityInfo); local
546 inserter.bind(iconCol, icon);
595 int icon = activityInfo.getIconResource() local
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/model/
ProjectCreationSupport.java 129 private static final String ICON = "ic_launcher.png"; //$NON-NLS-1$
354 // add the default app icon
416 // add the default app icon
770 * Add Icon to the project
786 + ICON);
790 ICON.substring(0, ICON.length() - 4) + "_" + DPIS[2]
791 + ICON.substring(ICON.length() - 4);
801 + IPath.SEPARATOR + ICON);
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 94 // the icon directory.
228 // See if this is an icon filetype we understand, and make sure we have at
231 ICON = 1,
234 if (((fileType != ICON) && (fileType != CURSOR)) || (!idCount))
272 // Read icon data.
291 // this value to determine which icon entry is best.
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/
WidgetProvider.java 101 private static final String ICON = "icon.png";
424 // looks forward icon.png resource
431 IFile iconFile = ((IFolder) resList[i]).getFile(ICON);
440 // creates the icon if it does not exist
445 RES_DIR + IPath.SEPARATOR + DRAWABLE + IPath.SEPARATOR + ICON);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 293 milliseconds