/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Corpus.java | 41 * Gets the icon for this corpus. 46 * Gets the icon URI for this corpus.
|
/packages/apps/Settings/src/com/android/settings/ |
AppWidgetPickActivity.java | 176 Drawable icon = null; local 178 if (info.icon != 0) { 179 icon = mPackageManager.getDrawable(info.provider.getPackageName(), info.icon, null); 180 if (icon == null) { 181 Log.w(TAG, "Can't load icon drawable 0x" + Integer.toHexString(info.icon) 186 PickAdapter.Item item = new PickAdapter.Item(this, label, icon);
|
/packages/experimental/BugReportSender/ |
AndroidManifest.xml | 27 android:icon="@drawable/icon"
|
/external/webkit/WebKit/win/Interfaces/ |
IWebHistoryItem.idl | 118 @method icon 119 @abstract The favorite icon of the page represented by this item. 120 @discussion This icon returned will be determined by the WebKit. 121 @result The icon associated with this item's URL. 122 - (NSImage *)icon; 124 HRESULT icon([out, retval] OLE_HANDLE* hBitmap);
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 94 * The icon to display for this AppWidget in the AppWidget picker. If not supplied in the 95 * xml, the application icon will be used. 97 * <p>This field corresponds to the <code>android:icon</code> attribute in 100 public int icon; field in class:AppWidgetProviderInfo 132 this.icon = in.readInt(); 154 out.writeInt(this.icon);
|
/frameworks/base/core/java/android/webkit/ |
WebHistoryItem.java | 42 // The apple-touch-icon url for use when adding the site to the home screen 134 * Return the touch icon url. 165 * @param icon A Bitmap containing the favicon for this history item. 169 /*package*/ void setFavicon(Bitmap icon) { 170 mFavicon = icon; 174 * Set the touch icon url.
|
/frameworks/base/docs/html/guide/tutorials/notepad/codelab/ |
NotepadCodeLab.zip | |
/packages/apps/Launcher2/src/com/android/launcher2/ |
ShortcutInfo.java | 30 * Represents a launchable icon on the workspaces and in folders. 45 * Indicates whether the icon comes from an application's resource (if false) 51 * Indicates whether we're using the default fallback icon instead of something from the 63 * shortcut icon as an application's resource. 68 * The application icon. 167 Log.d(tag, " title=\"" + info.title + " icon=" + info.mIcon
|
LauncherModel.java | 725 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON); 1294 Bitmap icon = null; local 1351 Bitmap icon = null; local 1434 Bitmap icon = null; local [all...] |
/packages/inputmethods/PinyinIME/res/xml/ |
skb_template1.xml | 62 <key_icon code="66" icon="@drawable/enter_icon" 66 <key_icon code="62" icon="@drawable/space_icon" 70 <key_icon code="67" icon="@drawable/delete_icon" 79 icon="@drawable/search_icon" icon_popup="@drawable/search_popup_icon"/> 90 icon="@drawable/search_icon" icon_popup="@drawable/search_popup_icon"/> 120 icon="@drawable/period_icon" icon_popup="@drawable/period_popup_icon"/>
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboard.java | 72 // Whether this keyboard has voice icon on it 74 // Whether voice icon is enabled at all 169 mEnterKey.icon = null; 174 mEnterKey.icon = null; 179 mEnterKey.icon = null; 185 mEnterKey.icon = res.getDrawable( 191 mEnterKey.icon = null; 196 mEnterKey.icon = null; 204 mEnterKey.icon = res.getDrawable( 210 // Set the initial size of the preview icon [all...] |
/external/webkit/WebCore/rendering/ |
RenderFileUploadControl.cpp | 31 #include "Icon.h" 163 - (m_fileChooser->icon() ? iconWidth + iconFilenameSpacing : 0)); 206 + (m_fileChooser->icon() ? iconWidth + iconFilenameSpacing : 0); 223 if (m_fileChooser->icon()) { 224 // Determine where the icon should be placed 232 // Draw the file icon 233 m_fileChooser->icon()->paint(paintInfo.context, IntRect(iconX, iconY, iconWidth, iconHeight));
|
/frameworks/base/docs/html/guide/topics/manifest/ |
activity-alias-element.jd | 8 android:<a href="#icon">icon</a>="<i>drawable resource</i>" 83 <dt><a name="icon"></a>{@code android:icon}</dt> 84 <dd>An icon for the target activity when presented to users through the alias. 86 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html#icon">icon</a></code> attribute for more information.
|
/frameworks/base/docs/html/resources/articles/ |
layout-tricks-efficiency.jd | 19 with an icon on the left, a title at the top and an optional description 44 android:id="@+id/icon" 50 android:src="@drawable/icon" /> 93 android:id="@+id/icon" 102 android:src="@drawable/icon" /> 110 android:layout_toRightOf="@id/icon" 122 android:layout_toRightOf="@id/icon"
|
/external/webkit/WebCore/loader/icon/ |
IconDatabase.cpp | 189 // We don't delete the actual PageRecords because we have the "retain icon for url" count to keep track of 241 // 2 - The initial url import IS complete and this pageURL has no icon 245 // Import is ongoing, there might be an icon. In this case, register to be notified when the icon comes in 255 // If the initial URL import isn't complete, it's possible to have a PageURL record without an associated icon 261 // The only way we should *not* have an icon record is if this pageURL is retained but has no icon yet - make sure of that 285 // PARANOID DISCUSSION: This method makes some assumptions. It returns a WebCore::image which the icon database might dispose of at anytime in the future, 300 // The effect of asking for an Icon for a pageURL automatically queues it to be read from disk 324 // 2 - The initial url import IS complete and this pageURL has no icon 527 RefPtr<IconRecord> icon = m_iconURLToRecordMap.get(iconURL); local [all...] |
IconLoader.cpp | 72 LOG_ERROR("Failed to start load for icon at url %s", m_frame->loader()->iconURL().string().ascii().data()); 88 // ignore the data and not try to decode the error page as an icon. 124 // We don't ever want to prompt for authentication just for a site icon, so 146 // When an icon load results in a 404 we commit it to the database here and clear the loading state. 156 // Setting the icon data only after committing to the database ensures that the data is
|
/external/webkit/WebKit/win/ |
WebIconDatabase.cpp | 72 LOG_ERROR("Unable to get icon database enabled preference"); 89 LOG_ERROR("Unable to get icon database location preference"); 97 LOG_ERROR("Failed to construct default icon database path"); 101 LOG_ERROR("Failed to open icon database path"); 173 Image* icon = 0; local 175 icon = iconDatabase()->iconForPageURL(String(url, SysStringLen(url)), intSize); 178 if (icon && icon->width()) { 180 if (!icon->getHBITMAPOfSize((HBITMAP)(ULONG64)*bitmap, size)) {
|
/frameworks/base/services/java/com/android/server/status/ |
StorageNotification.java | 275 private synchronized void setUsbStorageNotification(int titleId, int messageId, int icon, 296 mUsbStorageNotification.icon = icon; 317 final int notificationId = mUsbStorageNotification.icon; 337 private synchronized void setMediaStorageNotification(int titleId, int messageId, int icon, boolean visible, 356 final int notificationId = mMediaStorageNotification.icon; 384 mMediaStorageNotification.icon = icon; 388 final int notificationId = mMediaStorageNotification.icon;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
IconLoader.java | 34 * one icon. Multi, for loading icons list. 60 // Finished loading single icon from a Transparent DF-Graphics. 62 // Finished loading single colour icon lookup table. 83 HandlerThread thread = new HandlerThread("Stk Icon Loader"); 119 // make sure the icon was not already loaded and saved in the local cache. 166 StkLog.d(this, "Icon load failed"); 167 // post null icon back to the caller. 207 // Start reading icon bytes array from SIM card. 213 // When all is done pass icon back to caller.
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
GlobalActions.java | 311 ImageView icon = (ImageView) v.findViewById(R.id.icon); local 316 icon.setImageDrawable(context.getResources().getDrawable(mIconResId)); 324 * A toggle action knows whether it is on or off, and displays an icon 339 * @param enabledIconResId The icon for when this action is on. 340 * @param disabledIconResid The icon for when this action is off. 364 ImageView icon = (ImageView) v.findViewById(R.id.icon); local 370 icon.setImageDrawable(context.getResources().getDrawable(
|
/cts/tests/tests/app/src/android/app/cts/ |
NotificationTest.java | 76 assertEquals(0, mNotification.icon); 105 mNotification.icon = 0; 135 assertEquals(mNotification.icon, result.icon); 198 mNotification.icon = 1;
|
/external/webkit/WebKit/mac/History/ |
WebHistoryItem.h | 119 @method icon 120 @abstract The favorite icon of the page represented by this item. 121 @discussion This icon returned will be determined by the WebKit. 122 @result The icon associated with this item's URL. 124 - (NSImage *)icon;
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
menu_design.jd | 38 <li style="padding-top: 4px;"><a href=#short_names>Use short names in Options icon menu</a></li> 141 <b>Options icon menu</b> - The first press of the MENU button displays a 147 fit on the icon menu, then the last icon is labeled "More" — selecting it 157 icon menu by long pressing the MENU button — the text in the icon menu 189 an item from that menu inserts an icon at that location. 217 Options menu, icon buttons and list items. 320 operation on its <a href="#options_icon_expanded_menus">icon menu</a>; 323 for example, the Search icon might always be the first icon in the Option [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
GLOptionItem.java | 121 ResourceTexture icon = mIcon; local 122 if (icon != null) { 123 icon.draw(root, xoffset, 124 p.top + (height - icon.getHeight()) / 2); 125 xoffset += icon.getWidth();
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 91 /** Queue for fetching name and icon for an application */ 99 Drawable icon; field in class:PowerUsageSummary.UidToDetail 292 mRequestThread = new Thread(this, "BatteryUsage Icon Loader"); 574 Drawable icon; field in class:PowerUsageSummary.BatterySipper 593 icon = getResources().getDrawable(iconId); 611 return icon; 626 icon = utd.icon; 632 icon = pm.getDefaultActivityIcon(); 641 icon = getResources().getDrawable(iconId) [all...] |