/packages/apps/Browser/res/menu/ |
downloadhistory.xml | 21 android:icon="@android:drawable/ic_menu_close_clear_cancel" />
|
history.xml | 20 android:icon="@android:drawable/ic_menu_close_clear_cancel" />
|
websitesettings.xml | 19 android:icon="@android:drawable/ic_menu_close_clear_cancel" />
|
/packages/apps/Music/res/layout-finger/ |
track_list_item.xml | 23 android:ignoreGravity="@+id/icon">
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Source.java | 49 * Gets the icon for this suggestion source. 54 * Gets the icon URI for this suggestion source. 59 * Gets an icon from this suggestion source. 66 * Gets the URI for an icon form this suggestion source.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
CorporaAdapter.java | 116 Drawable icon; local 119 icon = mViewFactory.getGlobalSearchIcon(); 122 icon = corpus.getCorpusIcon(); 126 view.setIcon(icon);
|
/packages/apps/Settings/res/values/ |
attrs.xml | 22 <attr name="icon" format="reference" />
|
/packages/apps/Stk/src/com/android/stk/ |
ToneDialog.java | 75 ImageView iv = (ImageView) findViewById(R.id.icon); 77 // set text and icon 79 if (toneMsg.icon == null) { 82 iv.setImageBitmap(toneMsg.icon);
|
/packages/inputmethods/PinyinIME/res/xml/ |
skb_sym1.xml | 39 <key label="?" icon="@drawable/dun_icon" 78 <key label="?" key_type="0" icon="@drawable/period_full_icon" 81 icon="@drawable/period_icon" icon_popup="@drawable/period_popup_icon"/> 83 icon="@drawable/period_icon" icon_popup="@drawable/period_popup_icon"/>
|
/frameworks/base/core/java/android/provider/ |
LiveFolders.java | 38 * live folder is described by a content provider URI, a name, an icon and a display mode. 65 * int icon) { 72 * Intent.ShortcutIconResource.fromContext(context, icon)); 98 * <td>The icon of the live folder</td> 145 * <td>The icon for the item. When this column value is not null, the values for the 151 * <td>The package of the item's icon. When this value is not null, the value for the 158 * <td>The resource name of the item's icon. When this value is not null, the value for the 198 * <p>Icon of the live folder item, as a custom bitmap.</p> 206 * <p>Package where to find the icon of the live folder item. This value can be 251 * The name of the extra used to define the icon of a live folder [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
CallDetailActivity.java | 105 mCallTypeIcon = (ImageView) findViewById(R.id.icon); 167 // Set the call type icon and caption 284 public int icon = -1; field in class:CallDetailActivity.ViewEntry 290 public ViewEntry(int icon, String text, Intent intent) { 291 this.icon = icon; 326 // Fill action with icon and text. 330 ImageView icon = (ImageView) convertView.findViewById(R.id.icon); local 333 icon.setImageResource(entry.icon) [all...] |
/development/samples/ContactManager/ |
AndroidManifest.xml | 20 <application android:label="@string/app_name" android:icon="@drawable/icon">
|
/development/samples/JetBoy/ |
AndroidManifest.xml | 23 <application android:icon="@drawable/icon"
|
/development/samples/TicTacToeMain/ |
AndroidManifest.xml | 22 <application android:icon="@drawable/icon" android:label="@string/app_name">
|
/external/bluetooth/glib/gio/tests/ |
Makefile.am | 26 g-icon \ 54 g_icon_SOURCES = g-icon.c
|
/external/junit/src/junit/swingui/ |
TestHierarchyRunView.java | 5 import javax.swing.Icon; 37 Icon treeIcon= TestRunner.getIconResource(getClass(), "icons/hierarchy.gif");
|
/external/proguard/docs/ |
index.html | 11 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxwm.c | 36 void CGX_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) 41 void CGX_SetCaption(_THIS, const char *title, const char *icon)
|
/external/webkit/WebCore/loader/icon/ |
PageURLRecord.cpp | 47 void PageURLRecord::setIconRecord(PassRefPtr<IconRecord> icon) 52 m_iconRecord = icon;
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboard.java | 129 mEnterKey.icon = res.getDrawable(iconId); 132 // Set the initial size of the preview icon 152 mOldShiftIcon = mShiftKey.icon; 168 mShiftKey.icon = mShiftLockIcon; 172 mShiftKey.icon = mShiftLockIcon; 179 * Turn on shift mode. Sets shift mode and turns on icon for shift key. 193 mShiftKey.icon = mOldShiftIcon; 198 mShiftKey.icon = mShiftIcon;
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
RecentApplicationsDialog.java | 204 final Drawable icon = activityInfo.loadIcon(pm); local 206 if (title != null && title.length() > 0 && icon != null) { 208 setButtonAppearance(b, title, icon); 228 * Adjust appearance of each icon-button 230 private void setButtonAppearance(View theButton, final String theTitle, final Drawable icon) { 233 if (icon != null) { 234 icon.setBounds(0, 0, mIconSize, mIconSize); 236 tv.setCompoundDrawables(null, icon, null, null);
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
RecentApplicationsDialog.java | 157 for (TextView icon: mIcons) { 158 icon.setCompoundDrawables(null, null, null, null); 159 icon.setTag(null); 220 Drawable icon = activityInfo.loadIcon(pm); local 222 if (title != null && title.length() > 0 && icon != null) { 225 icon = iconUtilities.createIconDrawable(icon); 226 tv.setCompoundDrawables(null, icon, null, null);
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
ProviderPreference.java | 37 public ProviderPreference(Context context, String accountType, Drawable icon, CharSequence providerName) { 40 mProviderIcon = icon;
|
/packages/apps/Contacts/res/values/ |
attrs.xml | 23 <!-- Icon that should be used to represent this data --> 24 <attr name="icon" format="reference"/>
|
/packages/apps/Mms/src/com/android/mms/ui/ |
IconListAdapter.java | 61 // Set resource icon 62 image = (ImageView) view.findViewById(R.id.icon);
|