HomeSort by relevance Sort by last modified time
    Searched full:icon (Results 701 - 725 of 1136) sorted by null

<<21222324252627282930>>

  /packages/apps/Settings/res/layout/
power_usage_details.xml 39 android:id="@+id/icon"
  /packages/providers/CalendarProvider/
AndroidManifest.xml 38 android:icon="@drawable/app_icon">
  /packages/wallpapers/Basic/
AndroidManifest.xml 33 android:icon="@drawable/ic_launcher_wallpaper">
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 39 * attributes of an application node in the AndroidManifest (icon, class name, label, etc.)
  /packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java 911 Bitmap icon; field in class:TwelveKeyDialer.DialpadChooserAdapter.ChoiceItem
989 ImageView icon = (ImageView) convertView.findViewById(R.id.icon); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 321 selection >= sRollo.mState.iconCount || // past last icon
322 selection >= firstIcon + // past last icon on screen
327 // Select the first icon when we gain window focus
370 // Select the first icon when we gain keyboard focus
660 // If a different icon is selected, don't allow it to be picked up.
    [all...]
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 288 // Prix, there are history items with anchors. If the icon fails for the
289 // item, try to get the icon using the url without the ref.
296 WebCore::Image* icon = WebCore::iconDatabase()->iconForPageURL(url, local
299 if (icon)
300 favicon = webcoreImageToJavaBitmap(env, icon);
WebCoreFrameBridge.cpp 552 WebCore::Image* icon = WebCore::iconDatabase()->iconForPageURL(urlString, WebCore::IntSize(16, 16)); local
553 if (icon)
554 favicon = webcoreImageToJavaBitmap(env, icon);
555 LOGV("favicons", "Starting load with icon %p for %s", icon, url.string().utf8().data());
697 WebFrame::didReceiveIcon(WebCore::Image* icon)
702 LOG_ASSERT(icon, "DidReceiveIcon called without an image!");
704 jobject bitmap = webcoreImageToJavaBitmap(env, icon);
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 771 * Send the icon to the activity for display.
772 * @param icon A Bitmap representing a page's favicon.
774 private void didReceiveIcon(Bitmap icon) {
775 mCallbackProxy.onReceivedIcon(icon);
778 // Called by JNI when an apple-touch-icon attribute was found.
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 602 private void postNotification(int titleInt, int messageInt, int icon, int flags) {
616 // TODO - fixup icon
617 mThrottlingNotification.icon = icon;
624 mNotificationManager.notify(mThrottlingNotification.icon, mThrottlingNotification);
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 459 Additionally, a frame may also specify an icon, which can be accessed
460 using the icon() property. If the title or the icon changes, the
488 \value PanIconLayer The icon used when panning the frame
758 \property QWebFrame::icon
759 \brief the icon associated with this frame
764 QIcon QWebFrame::icon() const function in class:QWebFrame
    [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c     [all...]
  /frameworks/base/tools/aapt/
Command.cpp 589 printf("label='%s' icon='%s'\n",
660 String8 icon = getResolvedAttribute(&res, tree, ICON_ATTR, &error); local
662 fprintf(stderr, "ERROR getting 'android:icon' attribute: %s\n", error.string());
665 printf("icon='%s'\n", icon.string());
    [all...]
  /external/webkit/WebKitTools/Scripts/
build-webkit 98 { option => "icon-database", desc => "Toggle Icon database support",
  /frameworks/base/core/res/res/values/
config.xml 233 <!-- Control whether status bar should distinguish HSPA data icon form UMTS data icon on devices -->
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 7 the process it runs in, and the icon and application the user interacts with.
22 an "application" that can be launched: usually a task has an icon in the
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 200 mNiNotification.icon = com.android.internal.R.drawable.stat_sys_gps_on; /* Change notification icon here */
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java 89 /** Finished retrieving icon data; post result. */
226 * retrive STK's icon data.
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 400 int icon = android.R.drawable.stat_sys_warning; local
409 Notification notification = new Notification(icon, title, when);
  /packages/apps/Email/
AndroidManifest.xml 59 <application android:icon="@drawable/icon" android:label="@string/app_name"
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 294 public void updateAttachmentIcon(int pos, Bitmap icon) {
297 msg.obj = icon;
1071 int icon = StatusUpdates.getPresenceIconResourceId(status); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ManageApplications.java 88 * icon) information for each package is not available yet, so some default values for size
89 * icon and descriptions are used initially. Later the resource information for each
181 // default icon thats used when displaying applications initially before resource info is
241 * label, description, icon etc., are loaded in the same thread and these values are
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteComposite.java 64 * - Different view strategies: big icon, small icons, text vs no text, compact grid.
271 //TODO use triangle icon and swap it -- setImage(desc.getIcon());
  /cts/tests/tests/widget/src/android/widget/cts/
TabHost_TabSpecTest.java 109 int idIcon = com.android.internal.R.id.icon;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 159 // Set the icon, scrolling text and timestamp

Completed in 1944 milliseconds

<<21222324252627282930>>