/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_wimpvideo.c | 49 void WIMP_SetWMCaption(_THIS, const char *title, const char *icon); 284 window_block[14] = 0x2700013d; /* Title icon flags */ 384 void WIMP_SetWMCaption(_THIS, const char *title, const char *icon)
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 286 choosing the icon for its root activity the same way they started the 354 an icon in the application launcher (or a shortcut on the Home 357 the user action of going Home and touching the Email icon launches the 377 following figure, the user starts email by touching the Email icon in 400 destroyed. Starting Email again from its icon would simply bring the 602 application. Each icon in the application launcher at home 612 Contacts icon to launch the Contacts activity, then pick a phone [all...] |
/packages/apps/Music/ |
AndroidManifest.xml | 29 <application android:icon="@drawable/app_music" 161 android:icon="@drawable/ic_launcher_shortcut_music_playlist"> 172 android:icon="@drawable/app_video">
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 277 Image icon = elem_desc.getIcon(); local 278 if (icon != null) { 279 text.setImage(DescriptorsUtils.IMAGE_KEY, icon);
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.c | 1207 /* Calculate centered icon(x,y,w,h) relative to window */ 1222 /* Does the icon rectangle must be redrawn ? */ 1230 printf("sdl:video:gem: icon(%d,%d,%d,%d)\n", 1232 printf("sdl:video:gem: refresh_window(): draw icon\n"); 1235 /* Calculate icon(x1,y1,x2,y2) relative to screen */ 1247 /* Calculate icon source image pos relative to window */
|
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 30 1) If running from Windows, start Quake from an icon, or from a windowed
209 directory, to your desktop. Windows 95 will make an MS-DOS Icon titled
211 2. Right click on the new icon, and from the menu that pops up, choose
221 Quake Shortcut Icon to something a little more exciting by clicking on
222 "Change Icon...".
225 icon, choosing "Rename" and typing in the new name.
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
bookmarkfile.sgml | 12 icon that should be used to represent the bookmark. The data is stored using 33 registered; the URI and MIME type of an icon, to be used when displaying the
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.c | 61 void PG_SetCaption(_THIS, const char *title, const char *icon); 337 void PG_SetCaption(_THIS, const char *title, const char *icon)
|
/external/webkit/WebCore/inspector/front-end/ |
Panel.js | 44 // <div class="toolbar-icon"></div> 56 iconElement.className = "toolbar-icon";
|
audits.css | 32 .audits-sidebar-tree-item .icon { 36 .audit-result-sidebar-tree-item .icon {
|
/frameworks/base/docs/html/guide/publishing/ |
versioning.jd | 111 <application android:icon="@drawable/icon" android:label="@string/app_name">
|
/frameworks/base/services/java/com/android/server/ |
DeviceStorageMonitorService.java | 211 //post intent to NotificationManager to display icon if necessary 312 notification.icon = com.android.internal.R.drawable.stat_notify_disk_full;
|
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 369 private void showTetheredNotification(int icon) { 377 if (mTetheredNotification.icon == icon) { 380 notificationManager.cancel(mTetheredNotification.icon); 398 mTetheredNotification.icon = icon; 404 notificationManager.notify(mTetheredNotification.icon, mTetheredNotification); 411 notificationManager.cancel(mTetheredNotification.icon); [all...] |
/packages/apps/Browser/ |
AndroidManifest.xml | 39 android:icon="@drawable/ic_launcher_browser" 140 android:icon="@drawable/ic_launcher_shortcut_browser_bookmark">
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PopupMenu.java | 283 public Option(String title, Drawable icon, Runnable action) { 285 mIcon = icon;
|
/packages/apps/Music/src/com/android/music/ |
MediaPickerActivity.java | 244 ImageView iv = (ImageView) v.findViewById(R.id.icon); 283 ImageView iv = (ImageView) view.findViewById(R.id.icon);;
|
TouchInterceptor.java | 114 View dragger = item.findViewById(R.id.icon); 117 // The dragger icon itself is quite small, so pretend the touch area is bigger
|
/packages/apps/Phone/res/layout/ |
incall_touch_ui.xml | 125 <!-- The buttons in the top row all have an icon *and* a 128 can't have a label.) Some buttons set the icon image
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadNotification.java | 171 n.icon = android.R.drawable.stat_sys_download; 252 n.icon = android.R.drawable.stat_sys_download_done;
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | [all...] |
/external/webkit/WebCore/loader/ |
FrameLoader.cpp | [all...] |