/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscostask.c | 53 int riscos_closeaction = 1; /* Close icon action */ 176 0 Don't show close icon 177 1 Show close icon
|
/external/sonivox/jet_tools/JetCreator/ |
img_Find.py | 82 icon = EmptyIcon()
83 icon.CopyFromBitmap(getBitmap())
84 return icon
|
img_Open.py | 76 icon = EmptyIcon()
77 icon.CopyFromBitmap(getBitmap())
78 return icon
|
img_Redo.py | 76 icon = EmptyIcon()
77 icon.CopyFromBitmap(getBitmap())
78 return icon
|
img_Undo.py | 78 icon = EmptyIcon()
79 icon.CopyFromBitmap(getBitmap())
80 return icon
|
/external/webkit/WebKit/qt/Api/ |
qwebview.cpp | 247 Additionally, a web site may also specify an icon, which can be accessed 248 using the icon() property. If the title or the icon changes, the corresponding 262 \l{QAction::}{icon}. 539 \property QWebView::icon 540 \brief the icon associated with the web page currently viewed 542 By default, this property contains a null icon. 546 QIcon QWebView::icon() const function in class:QWebView 549 return d->page->mainFrame()->icon(); 1142 This signal is emitted whenever the icon of the page is loaded or changes [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-intro.jd | 275 example, a label and an icon for an activity. The values of these attributes 288 <pre><activity android:icon="@drawable/smallPic" . . . ></pre> 354 A number of elements have {@code icon} and {@code label} attributes for a 355 small icon and a text label that can be displayed to users. Some also have a 360 to grant the permission to an application that has requested it, an icon representing 366 In every case, the icon and label set in a containing element become the default 367 {@code icon} and {@code label} settings for all of the container's subelements. 368 Thus, the icon and label set in the 370 element are the default icon and label for each of the application's components. 371 Similarly, the icon and label set for a component — for example, an [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
menus.jd | 42 <dt><em>Icon Menu</em></dt> 48 <dd>This is a vertical list of items exposed by the "More" menu item from the Icon Menu. 49 It exists only when the Icon Menu becomes over-loaded and is comprised of the sixth 65 When opened, the Icon Menu is displayed, which holds the first six menu items. 67 in the Icon Menu are revealed in the Expanded Menu, via the "More" menu item. The Expanded Menu 83 an icon, a keyboard shortcut, an intent, and other settings for the item.</p> 139 <p>Icons can also be added to items that appears in the Icon Menu with 343 <p class="note"><strong>Note:</strong> Menu items in the Icon Menu cannot 344 display a checkbox or radio button. If you choose to make items in the Icon Menu checkable, 345 then you must personally indicate the state by swapping the icon and/or text [all...] |
/frameworks/base/docs/html/guide/tutorials/localization/ |
index.jd | 177 <li>It assigns the correct flag icon to the button.
180 British flag) as the flag icon, no matter what the locale. Once we add more
391 <li>Use a generic default icon. In this application, it might be something
393 <li>Create a <code>res/drawable-de/</code> folder that includes an icon that
410 the wizard by clicking its icon in the toolbar:<br />
481 drawable folders, each containing a <code>flag.png</code> icon. Add the needed
485 <li>Save this <a href="../../../images/hello_l10n/drawable-de-rDE/flag.png">German flag icon</a>
495 <li>Save this <a href="../../../images/hello_l10n/drawable-fr-rFR/flag.png">French flag icon</a>
498 <li>Save this <a href="../../../images/hello_l10n/drawable-fr-rCA/flag.png">Canadian flag icon</a>
500 <li>Save the <a href="../../../images/hello_l10n/drawable-en-rCA/flag.png">Canadian flag icon</a> [all...] |
/frameworks/base/docs/html/resources/tutorials/localization/ |
index.jd | 177 <li>It assigns the correct flag icon to the button.
180 British flag) as the flag icon, no matter what the locale. Once we add more
391 <li>Use a generic default icon. In this application, it might be something
393 <li>Create a <code>res/drawable-de/</code> folder that includes an icon that
410 the wizard by clicking its icon in the toolbar:<br />
481 drawable folders, each containing a <code>flag.png</code> icon. Add the needed
485 <li>Save this <a href="../../../images/hello_l10n/drawable-de-rDE/flag.png">German flag icon</a>
495 <li>Save this <a href="../../../images/hello_l10n/drawable-fr-rFR/flag.png">French flag icon</a>
498 <li>Save this <a href="../../../images/hello_l10n/drawable-fr-rCA/flag.png">Canadian flag icon</a>
500 <li>Save the <a href="../../../images/hello_l10n/drawable-en-rCA/flag.png">Canadian flag icon</a> [all...] |
/frameworks/base/telephony/java/android/telephony/ |
PhoneStateListener.java | 80 * voicemail icon. 134 * data-traffic icon. 144 * icon.
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserDownloadAdapter.java | 88 // Retrieve the icon for this download 102 Drawable icon = list.get(0).activityInfo.loadIcon(pm); local 103 iv.setImageDrawable(icon);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps2D.java | 101 // info.icon = Utilities.createIconThumbnail(info.icon, getContext()); 107 Log.d(TAG, "icon bitmap = " + info.iconBitmap
|
/development/apps/Development/res/layout/ |
package_list_item.xml | 36 <ImageView android:id="@+id/icon"
|
/development/samples/CubeLiveWallpaper/ |
AndroidManifest.xml | 31 android:icon="@drawable/ic_launcher_wallpaper">
|
/development/samples/SearchableDictionary/ |
AndroidManifest.xml | 27 android:icon="@drawable/ic_dictionary">
|
/external/bluetooth/glib/gio/ |
gunixvolume.c | 61 GIcon *icon; member in struct:_GUnixVolume 84 g_object_unref (volume->icon); 132 volume->icon = g_unix_mount_point_guess_icon (mountpoint); 222 return g_object_ref (unix_volume->icon);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_sysvideo.h | 202 /* Set the title and icon text */ 203 void (*SetCaption)(_THIS, const char *title, const char *icon); 205 /* Set the window icon image */ 206 void (*SetIcon)(_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_syswm.cc | 31 void BE_SetWMCaption(_THIS, const char *title, const char *icon)
|
/external/quake/quake/src/WinQuake/ |
quake-data.spec.sh | 21 Icon: quake.gif
|
quake-shareware.spec.sh | 20 Icon: quake.gif
|
quake.spec.sh | 20 Icon: quake.gif
|
/external/webkit/WebCore/loader/icon/wince/ |
IconDatabaseWince.cpp | 34 // Function to obtain the global icon database.
|
/external/webkit/WebCore/manual-tests/ |
onbeforeunload-close_with_javascript.html | 38 <p>Click the Open Window button. Once the new window is opened, close the new window by clicking the Close Window button (not the browser's close window icon).</p>
|
/external/webkit/WebCore/platform/brew/ |
MIMETypeRegistryBrew.cpp | 47 { "ico", "image/x-icon" },
|