HomeSort by relevance Sort by last modified time
    Searched full:icons (Results 76 - 100 of 244) sorted by null

1 2 34 5 6 7 8 910

  /external/sonivox/arm-wt-22k/misc/
MMAPI.zip 
  /packages/apps/Gallery3D/src/com/cooliris/media/
SelectionMenu.java 97 // // Perform layout with icons and text labels.
106 // // Attempt layout with icons + labels.
121 // // In the case of overflow layout without icons.
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 69 // Icons expire once every 4 days
182 LOG(IconDatabase, "Requesting background thread to remove all icons");
1449 Vector<IconRecord*> icons; local
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 209 file_name = malloc (strlen (directory) + strlen ("/mime/icons") + 1);
210 strcpy (file_name, directory); strcat (file_name, "/mime/icons");
214 file_name = malloc (strlen (directory) + strlen ("/mime/generic-icons") + 1);
215 strcpy (file_name, directory); strcat (file_name, "/mime/generic-icons");
  /external/dnsmasq/contrib/webmin/
README 27 5) icons have been shamelessly stolen from the ipfilter module,
  /external/webkit/WebKit/win/
WebIconDatabase.h 117 // to share amongst present site icons
  /frameworks/base/core/java/android/view/
ContextMenu.java 27 * Context menus do not support item shortcuts and item icons.
SubMenu.java 24 * Sub menus do not support item icons, or nested sub menus.
  /frameworks/base/core/res/res/layout/
recent_apps_dialog.xml 50 to display with full-width no matter how many icons are visible, but to
search_dropdown_item_icons_2line.xml 27 <!-- Icons come first in the layout, since their placement doesn't depend on
status_bar.xml 29 <LinearLayout android:id="@+id/icons"
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 35 * Represents a set of icons chosen by the user or generated by the system.
  /packages/apps/Phone/src/com/android/phone/
FdnList.java 52 // Added the icons to the context menu
  /packages/apps/QuickSearchBox/res/layout/
contact_suggestion.xml 26 <!-- Icons come first in the layout, since their placement doesn't depend on
suggestion.xml 26 <!-- Icons come first in the layout, since their placement doesn't depend on
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 58 DEST=$BASE/icons
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 563 &lt;array name="icons">
579 TypedArray icons = res.{@link android.content.res.Resources#obtainTypedArray(int) obtainTypedArray}(R.array.icons);
580 Drawable drawable = icons.{@link android.content.res.TypedArray#getDrawable(int) getDrawable}(0);
582 TypedArray colors = res.{@link android.content.res.Resources#obtainTypedArray(int) obtainTypedArray}(R.array.icons);
  /external/tcpdump/tests/
print-A.new 144 <IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png">
166 <IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
169 <IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
print-A.out 144 <IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png">
166 <IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
169 <IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
print-AA.new 144 <IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png">
166 <IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
169 <IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
print-AA.out 144 <IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png">
166 <IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
169 <IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
  /packages/apps/Launcher2/res/raw/
allapps.rs 391 // icons & labels
408 // Draw the icons ========================================
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 113 mMatchIcon = AdtPlugin.getImageDescriptor("/icons/match.png").createImage(); //$NON-NLS-1$
114 mErrorIcon = AdtPlugin.getImageDescriptor("/icons/error.png").createImage(); //$NON-NLS-1$
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 69 "icons/sort_up.png");
72 "icons/sort_down.png");
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebIconDatabaseTest.java 192 // remove all icons.

Completed in 254 milliseconds

1 2 34 5 6 7 8 910