/frameworks/base/core/java/android/app/ |
AlertDialog.java | 232 * Set resId to 0 if you don't want an icon. 233 * @param resId the resourceId of the drawable to use as the icon or 0 234 * if you don't want an icon. 240 public void setIcon(Drawable icon) { 241 mAlert.setIcon(icon); 300 * more customization. Using this will replace the title and icon set 347 public Builder setIcon(Drawable icon) { 348 P.mIcon = icon; [all...] |
SearchDialog.java | 523 Drawable icon; local 526 icon = pm.getApplicationIcon(info.applicationInfo); 527 if (DBG) Log.d(LOG_TAG, "Using app-specific icon"); 529 icon = pm.getDefaultActivityIcon(); 530 Log.w(LOG_TAG, mLaunchComponent + " not found, using generic app icon"); 532 mAppIcon.setImageDrawable(icon); 547 Drawable icon = null; local 552 icon = mActivityContext.getResources().getDrawable(mSearchable.getIconId()); 554 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId()); 561 mBadgeLabel.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null) [all...] |
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-tabwidget.jd | 100 <application android:icon="@drawable/icon" android:theme="@android:style/Theme.NoTitleBar">
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
ManageAccountsSettings.java | 242 Drawable icon = getDrawableForType(account.type); 243 AccountPreference preference = new AccountPreference(this, account, icon, auths);
|
/packages/apps/Browser/src/com/android/browser/ |
Bookmarks.java | 60 * @param retainIcon Whether to retain the page's icon in the icon database.
|
/packages/apps/Stk/src/com/android/stk/ |
StkInputActivity.java | 281 if (mStkInput.icon != null) { 283 mStkInput.icon));
|
/external/webkit/WebCore/ |
ChangeLog-2007-10-14 | [all...] |
Android.mk | 322 loader/icon/IconDatabase.cpp \ 323 loader/icon/IconFetcher.cpp \ 324 loader/icon/IconLoader.cpp \ 325 loader/icon/IconRecord.cpp \ 326 loader/icon/PageURLRecord.cpp \
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 237 * Sets the left handle icon to a given resource. 240 * the icon. 252 * Sets the right handle icon to a given resource. 255 * the icon. 355 // left dimple / icon 392 // right dimple / icon
|
SlidingTab.java | 740 * Sets the left handle icon to a given resource. 743 * the icon. 745 * @param iconId the resource ID of the icon drawable 770 * Sets the right handle icon to a given resource. 773 * the icon. 775 * @param iconId the resource ID of the icon drawable [all...] |
/frameworks/base/services/java/com/android/server/am/ |
HistoryRecord.java | 65 int icon; // resource identifier of activity's icon. field in class:HistoryRecord 81 Bitmap thumbnail; // icon representation of paused screen 123 pw.print(" icon=0x"); pw.print(Integer.toHexString(icon)); 232 icon = aInfo.getIconResource();
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsListActivity.java | 534 // The size of a home screen shortcut icon. 1892 final Bitmap icon = framePhoto(loadContactPhoto(selectedUri, null)); local 1986 Bitmap icon = createShortcutBitmap(); local 2046 Bitmap icon = createShortcutBitmap(); local 3147 Drawable icon = ContactPresenceIconUtil.getPresenceIcon(mContext, serverStatus); local [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
providing-resources.jd | 58 icon.png </span> 220 icon.png 223 icon.png 230 the same. This way, the resource ID that you use to reference the {@code icon.png} or {@code 629 <p>For example, imagine you have an application icon, {@code icon.png}, and need unique version of 634 name other than {@code icon.png}) and put 635 it in the default {@code res/drawable/} directory. Then create an {@code icon.xml} file in {@code 652 <p>If you save this file as {@code icon.xml} (in an alternative resource directory, such as 654 can reference as {@code R.drawable.icon}, but is actually an alias for the {@cod [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 327 icon-plus-text format with the icon on the left side. This value should be a reference to the 328 icon. It can be null or zero to indicate no icon in this row.</dd> 331 icon-plus-text format with the icon on the right side. This value should be a reference to the 332 icon. It can be null or zero to indicate no icon in this row.</dd> 377 a spinner should be shown instead of an icon from {@link [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
DefaultSoftKeyboardJAJP.java | 1079 int icon = 0; local [all...] |
/development/pdk/docs/porting/ |
stk.jd | 53 <p>The user sees a dialog box with a message and / or icon, an OK button, and a Cancel button.</p> 67 <P>This command is processed by <code>StkInputActivity</code>. It displays a dialog box with a prompt and or an icon and yes and no buttons.</p> 82 <p>The user sees a dialog box with a prompt and / or an icon, a text box with optional default text, and an OK button. 'digits only,' 'min,' 'max,' and 'hidden' modes are all supported. 105 <p>This command is processed by <code>StkAppService</code>. It installs the STK ICON on the home page and prepares the Main menu for use when the ICON is selected. Typically this is the first RIL unsolicited command and should not be sent until after the <code>RIL_RadioFunctions.getVersion</code> routine is called.</p> 110 <p>At a later time, the STK ICON will be selected and <code>StkMenuActivity</code> will launch and display the Main menu to the user. If an item is selected, it will be returned to the RIL in <code>RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND</code> with the item id. If no item is selected, the <code>StkMenuActivity</code> will receive a timeout message and return to the Main menu and no message will be sent to the RIL.</p> 126 <p><code>StkAppService</code> displays the message and or icon as an Android notification.</p>
|
/packages/apps/Settings/src/com/android/settings/ |
RunningServices.java | 733 ImageView icon; field in class:RunningServices.ViewHolder 799 h.icon = (ImageView)v.findViewById(R.id.icon); [all...] |
/external/bluetooth/glib/gio/ |
glocalfileinfo.c | 1576 GIcon *icon; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzVideo.m | [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 700 } else if (key.icon != null) { 702 - key.icon.getIntrinsicWidth()) / 2 + padding.left; 704 - key.icon.getIntrinsicHeight()) / 2 + padding.top; 706 key.icon.setBounds(0, 0, 707 key.icon.getIntrinsicWidth(), key.icon.getIntrinsicHeight()); 708 key.icon.draw(canvas); [all...] |
/external/webkit/WebCore/html/ |
PreloadScanner.cpp | 708 bool icon = false; local 713 HTMLLinkElement::tokenizeRelAttribute(value, styleSheet, alternate, icon, touchIcon, precomposedTouchIcon, dnsPrefetch); 714 m_linkIsStyleSheet = styleSheet && !alternate && !icon && !touchIcon && !precomposedTouchIcon && !dnsPrefetch; 716 HTMLLinkElement::tokenizeRelAttribute(value, styleSheet, alternate, icon, dnsPrefetch); 717 m_linkIsStyleSheet = styleSheet && !alternate && !icon && !dnsPrefetch;
|
/frameworks/base/core/res/res/values/ |
attrs_manifest.xml | 53 application tag (to supply a default icon for all application 55 tag (to supply a specific icon for that component). It may also be 56 used with the intent-filter tag to supply an icon to show to the 59 <p>The given icon will be used to display to the user a graphical 60 representation of its associated component; for example, as the icon 63 <attr name="icon" format="reference" /> 231 or provider tag (to supply a specific icon for that component). [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
HudLayer.java | 157 MenuBar.Menu shareMenu = new MenuBar.Menu.Builder(context.getResources().getString(Res.string.share)).icon( 164 MenuBar.Menu deleteMenu = new MenuBar.Menu.Builder(context.getResources().getString(Res.string.delete)).icon( 167 MenuBar.Menu moreMenu = new MenuBar.Menu.Builder(context.getResources().getString(Res.string.more)).icon( 195 new MenuBar.Menu.Builder(context.getResources().getString(Res.string.slideshow)).icon(Res.drawable.icon_play) 204 new MenuBar.Menu.Builder(context.getResources().getString(Res.string.menu)).icon(Res.drawable.icon_more) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/ |
SDL_os2fslib.c | [all...] |
/external/junit/src/junit/awtui/ |
TestRunner.java | 175 Image icon= loadFrameIcon(); local 176 if (icon != null) 177 frame.setIconImage(icon);
|