/frameworks/base/docs/html/guide/topics/manifest/ |
permission-element.jd | 7 android:<a href="#icon">icon</a>="<i>drawable resource</i>" 38 <dt><a name="icon"></a>{@code android:icon}</dt> 39 <dd>A reference to a drawable resource for an icon that represents the
|
/frameworks/base/docs/html/intl/ja/ |
index.jd | 110 icon: image for carousel entry. cropped (height:70px, width:90px) 120 'icon':"sdk-small.png", 129 'icon':"io-small.png", 138 'icon':"maps-small.png", 147 'icon':"devphone-small.png",
|
/packages/apps/Contacts/src/com/android/contacts/ |
SplitAggregateView.java | 50 * A list view for constituent contacts of an aggregate. Shows the contact name, source icon 249 Drawable icon = null; local 253 icon = source.getDisplayIcon(getContext()); 255 if (icon != null) { 256 cache.sourceIcon.setImageDrawable(icon);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListItem.java | 205 // When there's an error icon, the attachment icon is left of the error icon. 206 // When there is not an error icon, the attachment icon is left of the date text.
|
/frameworks/base/services/java/com/android/server/status/ |
StatusBarService.java | 82 * Each icon is either an icon or an icon and a notification. They're treated mostly 308 // add the more icon for the notifications 424 throw new SecurityException("invalid status bar icon slot: " 670 Slog.d(TAG, "performAddUpdateIcon icon=" + data + " notification=" + n + " key=" + key); 709 // icon 711 StatusBarIcon icon = mIconMap.get(key); local 712 if (icon == null) { 716 icon = new StatusBarIcon(mContext, data, v) 765 StatusBarIcon icon = mIconMap.get(key); local 775 StatusBarIcon icon = mIconMap.remove(key); local 798 StatusBarIcon icon = null; local [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchableSource.java | 69 // Cached icon for the activity 211 // Load icon lazily 214 Drawable icon = pm.getDrawable(mActivityInfo.packageName, iconRes, local 217 mSourceIcon = (icon != null) ? icon.getConstantState() : null; 219 return icon; 230 int icon = mActivityInfo.getIconResource(); local 231 return (icon != 0) ? icon : android.R.drawable.sym_def_app_icon;
|
/external/webkit/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.cpp | 96 // the icon directory. 240 // See if this is an icon filetype we understand, and make sure we have at 243 ICON = 1, 246 if (((fileType != ICON) && (fileType != CURSOR)) || (!idCount)) { 291 // Read icon data. 310 // this value to determine which icon entry is best.
|
/frameworks/base/docs/html/guide/topics/resources/ |
menu-resource.jd | 43 android:icon="@[package:]drawable/<em>drawable_resource_name</em>" 151 <dt><code>android:icon</code></dt> 152 <dd><em>Drawable resource</em>. An image to be used as the menu item icon.</dd> 177 android:icon="@drawable/group_item1_icon" /> 181 android:icon="@drawable/group_item1_icon" /> 184 android:icon="@drawable/group_item2_icon" />
|
/frameworks/base/docs/html/resources/articles/ |
live-folders.jd | 40 <p>The label and icon of this activity are what the user will see on the Home 49 containing the description of the live folder: its name, icon, display mode and 74 private static Intent createLiveFolder(Context context, Uri uri, String name, int icon) { 80 Intent.ShortcutIconResource.fromContext(context, icon)); 93 user's desktop, with the name and icon you provided. Then, when the user clicks 102 other column names you can use to specify an icon, a description, the intent to
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
ValueParser.java | 154 * Retrieves icon id from an Icon Identifier COMPREHENSION-TLV object 156 * @param ctlv An Icon Identifier COMPREHENSION-TLV object 176 * Retrieves item icons id from an Icon Identifier List COMPREHENSION-TLV 179 * @param ctlv An Item Icon List Identifier COMPREHENSION-TLV object 194 // get icon self-explanatory
|
/packages/apps/Gallery/ |
AndroidManifest.xml | 18 <application android:icon="@drawable/ic_launcher_camera" 24 android:icon="@drawable/ic_launcher_gallery" 36 android:icon="@drawable/ic_launcher_gallery"> 141 android:icon="@drawable/ic_launcher_gallery"> 151 android:icon="@drawable/ic_launcher_gallery"> 159 android:icon="@drawable/ic_launcher_gallery">
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
SelectionMenu.java | 84 // // Create icon and label textures. 87 // button.icon = ResourceTexture.get(BUTTON_ICONS[i]); 169 // // Draw the button icon + labels. 175 // if (mDrawButtonIcons && view.bind(button.icon)) { 272 // activity.icon 336 // public Texture icon;
|
/external/junit/src/junit/swingui/ |
TestRunner.java | 30 import javax.swing.Icon; 276 Image icon= loadFrameIcon(); local 277 if (icon != null) 278 frame.setIconImage(icon); 293 Icon icon= getIconResource(BaseTestRunner.class, "logo.gif"); local 294 if (icon != null) 295 label= new JLabel(icon); 558 ImageIcon icon= (ImageIcon)getIconResource(BaseTestRunner.class, "smalllogo.gif"); local 559 if (icon != null [all...] |
/bootable/recovery/ |
common.h | 47 // Set the icon (normally the only thing visible besides the progress bar). 54 void ui_set_background(int icon);
|
ui.c | 92 // Clear the screen and draw the currently selected background icon (if any). 94 static void draw_background_locked(gr_surface icon) 100 if (icon) { 101 int iconWidth = gr_get_width(icon); 102 int iconHeight = gr_get_height(icon); 105 gr_blit(icon, 0, 0, iconWidth, iconHeight, iconX, iconY); 340 void ui_set_background(int icon) 343 gCurrentIcon = gBackgroundIcon[icon];
|
/cts/tests/tests/app/src/android/app/cts/ |
NotificationManagerTest.java | 113 private void sendNotification(final int id, final int icon) { 115 icon, "No intent", System.currentTimeMillis());
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ResolveInfoTest.java | 125 assertEquals(resolveInfo.icon, infoFromParcel.icon);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmService_Service.java | 49 // show the icon in the status bar 102 // Set the icon, scrolling text and timestamp
|
LocalService.java | 63 // Display a notification about us starting. We put an icon in the status bar. 100 // Set the icon, scrolling text and timestamp
|
/development/samples/SampleSyncAdapter/ |
AndroidManifest.xml | 50 android:icon="@drawable/icon"
|
/external/webkit/WebCore/html/ |
HTMLLinkElement.h | 97 static void tokenizeRelAttribute(const AtomicString& value, bool& stylesheet, bool& alternate, bool& icon, bool& touchIcon, bool& precomposedTouchIcon, bool& dnsPrefetch); 99 static void tokenizeRelAttribute(const AtomicString& value, bool& stylesheet, bool& alternate, bool& icon, bool& dnsPrefetch);
|
/external/webkit/WebCore/loader/icon/ |
IconRecord.cpp | 52 LOG(IconDatabase, "Destroying IconRecord for icon url %s", m_iconURL.ascii().data()); 66 // It's okay to delete the raw image here. Any existing clients using this icon will be
|
/external/webkit/WebKit/chromium/src/ |
WebNotification.cpp | 79 WebString WebNotification::icon() const function in class:WebKit::WebNotification 82 return m_private->contents().icon();
|
/external/webkit/WebKit/win/ |
WebDropSource.cpp | 123 // If we don't want to hide the stop icon, let Windows select the cursor. 151 // When dragging inside a WebView and the drag is not allowed, don't show the not allowed icon,
|
/frameworks/base/core/java/android/accounts/ |
AuthenticatorDescription.java | 32 /** A resource id of a icon for the authenticator */ 35 /** A resource id of a smaller icon for the authenticator */
|