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

1 2

  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 10 String ICON = "Icon";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledlg.dlg 33 CONTROL "&Display As Icon",IDC_IO_DISPLAYASICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,222,62,66,10
35 PUSHBUTTON "Change &Icon...",IDC_IO_CHANGEICON,221,130,66,14
43 CAPTION "Change Icon"
46 GROUPBOX "Icon",IDC_CI_GROUP,4,6,180,124
51 ICON "",IDC_CI_CURRENTICON,58,15,18,20,SS_NOTIFY
52 ICON "",IDC_CI_DEFAULTICON,58,40,18,20,SS_NOTIFY
112 CONTROL "&Display As Icon",IDC_PS_DISPLAYASICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,224,59,66,14
114 PUSHBUTTON "Change &Icon...",IDC_PS_CHANGEICON,224,123,66,14
136 ICON "",IDC_BZ_ICON,8,18,18,20
154 CONTROL "&Display As Icon",IDC_CV_DISPLAYASICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,200,61,64,1
    [all...]
prnsetup.dlg 38 ICON "",ico3,162,124,76,28,WS_GROUP | SS_CENTERIMAGE
69 ICON "",ico1,190,112,25,28,WS_GROUP
129 ICON "",ico1,206,33,67,36,WS_GROUP | SS_CENTERIMAGE
  /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 186 // Try go guesstimate how much space the icon will take when serialized
196 Log.w("Favorite", "Could not write icon");
204 values.put(LauncherSettings.Favorites.ICON, data);
LauncherProvider.java 318 "icon BLOB," +
386 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
405 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
660 + "SET icon=? WHERE _id=?");
662 c = db.rawQuery("SELECT _id, icon FROM favorites WHERE iconType=" +
666 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON);
686 Log.e(TAG, "Failed normalizing icon " + id, e);
688 Log.e(TAG, "Also failed normalizing icon " + id);
    [all...]
LauncherModel.java 2201 Bitmap icon = null; local
2280 Bitmap icon = null; local
2432 Bitmap icon = null; local
    [all...]
  /packages/apps/Launcher3/protos/
backup.proto 26 ICON = 3;
90 optional bytes icon = 18;
107 optional Resource icon = 4;
  /packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java 56 public static final String ICON = "icon";
98 IndexColumns.ICON +
Index.java 121 IndexColumns.ICON, // 8
    [all...]
  /external/chromium_org/third_party/WebKit/Source/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.
  /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 179 // Try go guesstimate how much space the icon will take when serialized
189 Log.w("Favorite", "Could not write icon");
197 values.put(LauncherSettings.Favorites.ICON, data);
LauncherBackupHelper.java 101 Favorites.ICON, // 8
320 case Key.ICON:
487 * Write all the static icon resources we need to render placeholders
496 if (DEBUG) Log.d(TAG, "Launcher is not initialized, delaying icon backup");
521 key = getKey(Key.ICON, cn.flattenToShortString());
527 if (DEBUG) Log.d(TAG, "already saved icon " + backupKey);
534 if (DEBUG) Log.d(TAG, "saving icon " + backupKey);
535 Bitmap icon = mIconCache.getIcon(intent, myUserHandle); local
536 if (icon != null && !mIconCache.isDefaultIcon(icon, myUserHandle))
577 Bitmap icon = BitmapFactory.decodeByteArray(res.data, 0, res.data.length); local
669 Bitmap icon = BitmapFactory local
910 Bitmap icon = Utilities.createIconBitmap(fullResIcon, mContext); local
    [all...]
LauncherProvider.java 447 "icon BLOB," +
610 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
629 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
    [all...]
LauncherModel.java 433 // Short-circuit this logic if the icon exists somewhere on the workspace
438 // Add this icon to the db, creating a new page if necessary. If there
    [all...]
  /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 404 '''Formats an item that is included in an .rc file (e.g. an ICON).
409 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/chromium_org/chrome/renderer/resources/
offline.js 133 ICON: 'icon-offline',
290 // Hide the static icon.
291 document.querySelector('.' + Runner.classes.ICON).style.visibility =
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 1028 milliseconds

1 2