/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_wm_c.h | 30 extern void ph_SetCaption(_THIS, const char *title, const char *icon); 31 extern void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask);
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm_c.h | 30 extern void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask); 31 extern void WIN_SetWMCaption(_THIS, const char *title, const char *icon);
|
/external/webkit/WebCore/manual-tests/ |
custom-cursors.html | 1 <a href="http://bugs.webkit.org/show_bug.cgi?id=8991">Bug 8991</a>: REGRESSION: missing or broken CSS custom cursors are displayed as a missing image icon.<p> 2 Move the cursor over the blue box - it should not turn into a missing image icon, and should turn into an I-beam over text.
|
password-caps-lock.html | 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=10577">10577</a> Caps lock icon should show in password fields</p> 14 Verify that the caps lock indicator icon is drawn in the password field. Verify that when you open a new window, the password field in the background window no longer has an indicator.
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPresenceIconUtil.java | 28 * Get the presence icon resource according the status. 30 * @return null means don't show the status icon.
|
/packages/apps/Launcher2/res/values/ |
dimens.xml | 28 home icon in landscape) --> 35 <!-- height & width of the drop rectangle for the trash icon -->
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
CorpusView.java | 56 public void setIcon(Drawable icon) { 57 mIcon.setImageDrawable(icon);
|
DefaultSuggestionView.java | 154 * Sets the left-hand-side icon. 156 private void setIcon1(Drawable icon) { 157 setViewDrawable(mIcon1, icon); 161 * Sets the right-hand-side icon. 163 private void setIcon2(Drawable icon) { 164 setViewDrawable(mIcon2, icon); 172 // Set the icon even if the drawable is null, since we need to clear any 173 // previous icon.
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
IconLoader.java | 3 import javax.swing.Icon; 13 public static Icon load(Class<?> klass, String path) {
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
LatinKeyboard.java | 62 mEnterKey.icon = null; 67 mEnterKey.icon = null; 71 mEnterKey.icon = res.getDrawable( 77 mEnterKey.icon = null; 81 mEnterKey.icon = res.getDrawable(
|
/frameworks/base/core/java/android/app/ |
Notification.java | 81 * The resource id of a drawable to use as the icon in the status bar. 83 public int icon; field in class:Notification 88 * be superimposed over the icon in the status bar. If the number is 0 or negative, it 123 * If the icon in the status bar is to have more than one level, you can set this. Otherwise, 281 public Notification(Context context, int icon, CharSequence tickerText, long when, 285 this.icon = icon; 293 * have a status bar icon without the standard expanded view. 295 * @param icon The resource id of the icon to put in the status bar [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
instrumentation-element.jd | 8 android:<a href="#icon">icon</a>="<i>drawable resource</i>" 35 <dt><a name="icon"></a>{@code android:icon}</dt> 36 <dd>An icon that represents the Instrumentation class. This attribute must
|
permission-group-element.jd | 7 android:<a href="#icon">icon</a>="<i>drawable resource</i>" 35 <dt><a name="icon"></a>{@code android:icon}</dt> 36 <dd>An icon representing the permission. This attribute must be set
|
permission-tree-element.jd | 6 <dd><pre class="stx"><permission-tree android:<a href="#icon">icon</a>="<i>drawable resource</i>" 33 <dt><a name="icon"></a>{@code android:icon}</dt> 34 <dd>An icon representing all the permissions in the tree. This attribute
|
intent-filter-element.jd | 6 <dd><pre class="stx"><intent-filter android:<a href="#icon">icon</a>="<i>drawable resource</i>" 50 <dt><a name="icon"></a>{@code android:icon}</dt> 51 <dd>An icon that represents the parent activity, service, or broadcast 57 containing the image definition. The default value is the icon set 58 by the parent component's {@code icon} attribute. If the parent 59 does not specify an icon, the default is the icon set by the
|
/packages/apps/Music/res/layout-finger/ |
track_list_item_common.xml | 21 <!-- icon is used for albumart, the grabber in edit playlist mode, and the playlist icon in the list of playlists --> 22 <ImageView android:id="@+id/icon" 48 android:layout_toRightOf="@id/icon" 62 android:layout_toRightOf="@id/icon"
|
/packages/inputmethods/PinyinIME/res/xml/ |
skb_qwerty.xml | 38 <key label="?" width="14.286%p" icon="@drawable/comma_full_icon" 41 icon="@drawable/smiley_icon" icon_popup="@drawable/smiley_popup_icon" 44 icon="@drawable/shift_off_icon" 47 icon="@drawable/shift_on_icon" 61 <key label="?" width="14.696%p" icon="@drawable/period_full_icon"
|
/frameworks/base/services/java/com/android/server/status/ |
Ticker.java | 44 Drawable icon; field in class:Ticker.Segment 119 Segment(NotificationData n, Drawable icon, CharSequence text) { 121 this.icon = icon; 161 void addEntry(NotificationData n, Drawable icon, CharSequence text) { 164 Segment newSegment = new Segment(n, icon, text); 186 mIconSwitcher.setImageDrawable(seg.icon); 217 // this makes the icon slide in for the first one for a given 219 // same icon in a row 220 mIconSwitcher.setImageDrawable(seg.icon); [all...] |
StatusBarIcon.java | 70 case IconData.ICON: { 77 // icon 108 case IconData.ICON: 144 * Returns the right icon to use for this item, respecting the iconId and 159 Slog.e(StatusBarService.TAG, "Icon package not found: " + data.iconPackage, ex); 167 Slog.w(StatusBarService.TAG, "No icon ID for slot " + data.slot); 174 Slog.w(StatusBarService.TAG, "Icon not found in "
|
/frameworks/base/core/java/android/view/ |
VolumePanel.java | 204 * the way to zero and don't show the mute icon. 236 * the way to zero and don't show the mute icon. 330 * Makes the small icon visible, and hides the large icon. 344 * Makes the large image view visible with the given icon. 346 * @param resId The icon to display. 355 * Makes the ringer icon visible with an icon that is chosen 363 int icon; local 368 icon = com.android.internal.R.drawable.ic_volume_off [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MenuBar.java | 145 // Draw the icon and title. 147 ResourceTexture icon = view.getResource(menu.icon); local 156 int iconWidth = icon != null ? icon.getWidth() : 0; 159 if (icon != null) { 160 float iconY = y + (height - icon.getHeight()) / 2; 161 view.draw2D(icon, menu.x + offset, iconY); 362 menu.titleWidth = widthPerMenu - (20 + (menu.icon != 0 ? 45 : 0)); // TODO 427 public final int icon; field in class:MenuBar.Menu 440 private int icon = 0; field in class:MenuBar.Menu.Builder 462 public Builder icon(int icon) { method in class:MenuBar.Menu.Builder [all...] |
/external/bluetooth/glib/gio/ |
gwin32mount.c | 55 GIcon *icon; member in struct:_GWin32Mount 84 if (mount->icon != NULL) 85 g_object_unref (mount->icon); 216 if (!win32_mount->icon) 225 win32_mount->icon = g_themed_icon_new (id); 231 win32_mount->icon = g_themed_icon_new_with_default_fallbacks ( 236 return g_object_ref (win32_mount->icon);
|
/frameworks/base/core/java/android/content/pm/ |
ComponentInfo.java | 103 * Return the icon resource identifier to use for this component. If 104 * the component defines an icon, that is used; else, the application 105 * icon is used. 107 * @return The icon associated with this component. 110 return icon != 0 ? icon : applicationInfo.icon;
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuView.java | 111 * Set the icon of this item view. 112 * @param icon The icon of this item. null to hide the icon. 114 public void setIcon(Drawable icon); 127 * Whether this item view shows an icon. 129 * @return Whether this item view shows an icon.
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
AccountPreferenceBase.java | 128 * Gets an icon associated with a particular account type. If none found, return null. 130 * @return a drawable for the icon or null if one cannot be found. 133 Drawable icon = null; local 139 icon = authContext.getResources().getDrawable(desc.iconId); 141 // TODO: place holder icon for missing account icons? 142 Log.w(TAG, "No icon for account type " + accountType); 145 return icon;
|