/development/samples/MultiResolution/ |
_index.html | 16 consistency with system icon styles.</li>
|
/external/bluetooth/glib/docs/reference/gio/ |
migrating.xml | 116 standard::icon attribute of the <filename>trash://</filename> 117 itself provides a suitable icon for displaying the trash can on 118 the desktop. If you are using this icon, make sure to monitor 119 this attribute for changes, since the icon may be updated to
|
/external/bluetooth/glib/tests/bookmarks/ |
fail-12.xbel | 18 <bookmark:icon type="image/png"/>
|
/external/qemu/distrib/sdl-1.2.12/src/main/qtopia/ |
SDL_qtopia_main.cc | 15 // Workaround for OPIE to remove taskbar icon. Also fixes
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_syswm_c.h | 29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon);
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.h | 79 const char *icon_name; /* Icon title */ 94 SDL_Surface *icon; /* The icon */ member in struct:SDL_PrivateVideoData 136 #define GEM_icon (this->hidden->icon)
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macwm_c.h | 27 extern void Mac_SetCaption(_THIS, const char *title, const char *icon);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxwm_c.h | 31 extern void NX_SetCaption (_THIS, const char * title, const char * icon) ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_syswm.cc | 30 void QT_SetWMCaption(_THIS, const char *title, const char *icon)
|
SDL_syswm_c.h | 27 extern void QT_SetWMCaption(_THIS, const char *title, const char *icon);
|
/external/quake/quake/src/QW/ |
glqwcl.spec.sh | 20 Icon: quake.gif
|
qwcl.x11.spec.sh | 20 Icon: quake.gif
|
/external/webkit/WebCore/manual-tests/gtk/ |
copy-htmltext.html | 12 <img title="It's the test image" src="http://webkit.org/images/icon-gold.png" /><br /><br />
|
/external/webkit/WebCore/platform/haiku/ |
FileChooserHaiku.cpp | 25 #include "Icon.h"
|
/external/webkit/WebKit/gtk/tests/ |
testwebview.c | 84 g_assert_cmpstr(g_param_spec_get_name(pspec), ==, "icon-uri"); 116 "signal::notify::icon-uri", icon_uri_changed_cb, &been_to_uri_changed, 117 "signal::icon-loaded", icon_loaded_cb, &been_to_icon_loaded, 258 g_test_add_func("/webkit/webview/icon-uri", test_webkit_web_view_icon_uri);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ListMenuItemView.java | 186 public void setIcon(Drawable icon) { 192 if (mIconView == null && icon == null) { 200 if (icon != null) { 201 mIconView.setImageDrawable(icon);
|
/frameworks/base/core/res/res/layout/ |
activity_list_item.xml | 28 <ImageView android:id="@+id/icon"
|
permissions_package_list_item.xml | 19 Contains a bullet point icon and the name of the package.
|
seekbar_dialog.xml | 23 <ImageView android:id="@+id/icon"
|
tab_indicator.xml | 26 <ImageView android:id="@+id/icon"
|
/frameworks/base/tests/BrowserTestPlugin/ |
AndroidManifest.xml | 26 <application android:icon="@drawable/browser_test_plugin"
|
/frameworks/base/tests/StatusBar/res/layout/ |
chrono_notification.xml | 14 <ImageView android:id="@+id/icon"
|
/frameworks/base/tests/appwidgets/AppWidgetHostTest/ |
AndroidManifest.xml | 24 android:icon="@drawable/oh_hai_icon"
|
/packages/apps/Browser/res/xml/ |
searchable.xml | 21 android:icon="@drawable/ic_search_category_browser"
|
/packages/apps/Browser/src/com/android/browser/ |
CombinedBookmarkHistoryActivity.java | 67 public void onReceivedIcon(String url, Bitmap icon) { 68 mUrlsToIcons.put(url, icon); 70 listener.onReceivedIcon(url, icon); 132 // potential crash if the icon database has not been created.
|