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

<<11121314151617181920>>

  /external/webkit/WebCore/platform/wince/
FileChooserWince.cpp 34 #include "Icon.h"
  /external/webkit/WebCore/rendering/
RenderFileUploadControl.h 32 // sufficient space to draw a file icon and filename. The RenderButton has a shadow node
  /external/webkit/WebKit/gtk/webkit/
webkitsoupauthdialog.c 191 GtkWidget* icon; local
234 icon = gtk_image_new_from_stock(GTK_STOCK_DIALOG_AUTHENTICATION,
237 gtk_misc_set_alignment(GTK_MISC(icon), 0.5, 0.0);
238 gtk_box_pack_start(GTK_BOX(hbox), icon, FALSE, FALSE, 0); local
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 264 cache and the Web page icon database, local database storage and offline
323 \value DefaultFrameIconGraphic The default icon for QWebFrame::icon().
514 Sets the path of the icon database to \a path. The icon database is used
519 Setting an empty path disables the icon database.
537 Returns the path of the icon database or an empty string if the icon
551 Clears the icon database.
560 Returns the web site's icon for \a url
    [all...]
  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 51 final ImageView iconView = (ImageView) view.findViewById(android.R.id.icon);
  /frameworks/base/core/res/res/layout/
status_bar_latest_event_content.xml 15 <com.android.server.status.AnimatedImageView android:id="@+id/icon"
  /packages/apps/Contacts/res/xml/
searchable.xml 22 android:icon="@drawable/ic_tab_contacts"
  /packages/apps/Contacts/src/com/android/contacts/
SearchEditText.java 41 * Conditionally shows a magnifying glass icon on the right side of the text field
  /packages/apps/IM/src/com/android/im/app/
UserPresenceView.java 108 Drawable icon = brandingRes.getDrawable(PresenceUtils.getStatusIconId(s)); local
110 mStatusItems.add(new StatusItem(supportedStatus[i], icon, text));
241 public StatusItem(int status, Drawable icon, String text) {
243 mIcon = icon;
  /packages/apps/Launcher2/res/layout/
application_list.xml 28 <ImageView android:id="@+id/icon"
  /packages/apps/Mms/res/layout/
delivery_report_list_item.xml 50 <ImageView android:id="@+id/icon"
  /packages/apps/Music/res/layout/
statusbar.xml 24 <ImageView android:id="@+id/icon"
  /packages/apps/Music/res/layout-finger/
nowplaying.xml 59 <ImageView android:id="@+id/icon"
  /packages/apps/PackageInstaller/res/layout/
app_details.xml 21 <!-- The snippet about the application - title, icon, description. -->
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
IconLoader.java 24 * Interface for icon loaders.
  /packages/apps/Settings/res/layout/
preference_dialog_brightness.xml 30 <ImageView android:id="@android:id/icon"
  /packages/apps/SoundRecorder/
AndroidManifest.xml 27 android:icon="@drawable/ic_launcher_soundrecorder">
  /packages/inputmethods/LatinIME/java/res/layout/
voice_punctuation_hint.xml 28 <!-- TODO: Use dark mic icon. -->
  /packages/inputmethods/PinyinIME/
AndroidManifest.xml 24 <application android:icon="@drawable/app_icon"
  /packages/providers/TelephonyProvider/
AndroidManifest.xml 26 android:icon="@drawable/ic_launcher_phone">
  /packages/wallpapers/MagicSmoke/
AndroidManifest.xml 33 android:icon="@drawable/ic_launcher_wallpaper">
  /sdk/sdklauncher/
Android.mk 30 # Link the Windows icon file as well into the executable, based on the technique
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 74 ImageView icon = (ImageView)view.findViewById(R.id.icon); local
77 icon.setImageDrawable(info.info.applicationInfo.loadIcon(getPackageManager()));
  /external/bluetooth/bluez/doc/
device-api.txt 128 string Icon [readonly]
130 Proposed icon name according to the freedesktop.org
131 icon naming specification.
  /external/sonivox/jet_tools/JetCreator/
img_Copy.py 48 icon = EmptyIcon()
49 icon.CopyFromBitmap(getBitmap())
50 return icon

Completed in 761 milliseconds

<<11121314151617181920>>