/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 | 377 "icon BLOB," + 445 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); 464 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex)); 719 + "SET icon=? WHERE _id=?"); 721 c = db.rawQuery("SELECT _id, icon FROM favorites WHERE iconType=" + 725 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON); 745 Log.e(TAG, "Failed normalizing icon " + id, e); 747 Log.e(TAG, "Also failed normalizing icon " + id); [all...] |
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/models/ |
Card.java | 115 ICON,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherSettings.java | 70 * The icon type. 76 * The icon is a resource identified by a package name and an integer id. 81 * The icon is a bitmap. 86 * The icon package name, if icon type is ICON_TYPE_RESOURCE. 92 * The icon resource id, if icon type is ICON_TYPE_RESOURCE. 98 * The custom icon bitmap, if icon type is ICON_TYPE_BITMAP. 101 public static final String ICON = "icon" [all...] |
CommonAppTypeParser.java | 74 values.put(Favorites.ICON, (byte[]) null);
|
ItemInfo.java | 180 values.put(LauncherSettings.Favorites.ICON, data);
|
LauncherBackupHelper.java | 103 Favorites.ICON, // 8 165 // to center along the new all-apps icon. 392 case Key.ICON: 552 * Write all the static icon resources we need to render placeholders 581 key = getKey(Key.ICON, cn.flattenToShortString()); 587 if (DEBUG) Log.d(TAG, "already saved icon " + backupKey); 594 if (DEBUG) Log.d(TAG, "saving icon " + backupKey); 595 Bitmap icon = mIconCache.getIcon(intent, myUserHandle); local 596 if (icon != null && !mIconCache.isDefaultIcon(icon, myUserHandle)) 637 Bitmap icon = BitmapFactory.decodeByteArray(res.data, 0, res.data.length); local 642 mIconCache.preloadIcon(ComponentName.unflattenFromString(key.name), icon, res.dpi, local 726 Bitmap icon = BitmapFactory local 732 icon, widget.icon.dpi, widget.label, mUserSerial, mIdp); local 1021 Bitmap icon = Utilities.createIconBitmap(fullResIcon, mContext); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
CursorIconInfo.java | 30 * Utility class to load icon from a cursor. 40 iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); 46 Bitmap icon = null; local 56 icon = Utilities.createIconBitmap(packageName, resourceName, context); 58 if (icon == null) { 60 icon = Utilities.createIconBitmap(c, iconIndex, context); 64 icon = Utilities.createIconBitmap(c, iconIndex, context); 65 info.customIcon = icon != null; 68 return icon;
|
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/ |
CardPresenterSelector.java | 77 case ICON:
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
BitmapCache.java | 40 public final static int ICON = 3; 93 case ICON: return "ICON";
|
/packages/apps/Launcher3/protos/ |
backup.proto | 28 ICON = 3; 103 optional bytes icon = 18; 124 optional Resource icon = 4;
|
/packages/apps/Settings/src/com/android/settings/search/ |
IndexDatabaseHelper.java | 58 public static final String ICON = "icon"; 100 IndexColumns.ICON +
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
ConversationListItemData.java | 303 + DatabaseHelper.CONVERSATIONS_TABLE + '.' + ConversationColumns.ICON 304 + " as " + ConversationListViewColumns.ICON + ", " 386 static final String ICON = ConversationColumns.ICON; 416 ConversationListViewColumns.ICON,
|
/toolchain/binutils/binutils-2.25/binutils/ |
rcparse.y | 124 %token ICON 185 | input icon 719 | ICON resref numexpr cnumexpr cnumexpr opt_control_data 724 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr 730 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr 736 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr 981 /* Icon resources. */ 983 icon: label 984 id ICON memflags_move_discard file_name [all...] |
/bootable/recovery/ |
screen_ui.cpp | 111 // icon | (200dp) 118 // Note that "baseline" is actually the *top* of each icon (because that's how our drawing 122 enum Dimension { PROGRESS = 0, TEXT = 1, ICON = 2, DIMENSION_MAX }; 131 return GetTextBaseline() - PixelsFromDp(kLayouts[layout_][ICON]) - 145 // Clear the screen and draw the currently selected background icon (if any). 549 void ScreenRecoveryUI::SetBackground(Icon icon) { 552 currentIcon = icon;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
CachingPipeline.java | 357 iconBounds.height(), BitmapCache.ICON); 369 bitmap = mEnvironment.getBitmapCopy(source, BitmapCache.ICON);
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
LauncherAccessibilityDelegate.java | 57 ICON, 341 mDragInfo.dragType = DragType.ICON;
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
DatabaseHelper.java | 115 public static final String ICON = "icon"; 177 + ConversationColumns.ICON + " TEXT, " 419 /* A local URI to an asset for the icon for this participant */ [all...] |
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/ |
TestDataFactory.java | 50 ConversationListViewColumns.ICON,
|
/frameworks/base/core/java/android/widget/ |
RemoteViews.java | 42 import android.graphics.drawable.Icon; [all...] |