Searched refs:icon (Results 101 - 125 of 144) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java328 * Set resId to 0 if you don't want an icon.
329 * @param resId the resourceId of the drawable to use as the icon or 0
330 * if you don't want an icon.
343 public void setIcon(Drawable icon) { argument
344 mIcon = icon;
346 mIconView.setImageDrawable(icon);
461 mIconView = (ImageView) mWindow.findViewById(R.id.icon);
478 /* Apply the padding from the icon to ensure the
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DSimpleAppRS.java127 // This will assign an icon from drawables to that input
128 quad.appendSourceParams(new TextureParam("color", new Texture2D(R.drawable.icon)));
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java157 not.icon = R.drawable.stat_sys_phone;
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java340 pw.println(prefix + " icon=0x" + Integer.toHexString(notification.icon)
341 + " / " + idDebugString(baseContext, this.pkg, notification.icon));
927 if (notification.icon != 0) {
1002 if (notification.icon != 0) {
1031 Slog.e(TAG, "Ignoring notification with icon==0: " + notification);
1168 if (r.notification.icon != 0) {
H A DThrottleService.java667 private void postNotification(int titleInt, int messageInt, int icon, int flags) { argument
682 // TODO - fixup icon
683 mThrottlingNotification.icon = icon;
690 mNotificationManager.notifyAsUser(null, mThrottlingNotification.icon,
H A DDeviceStorageMonitorService.java237 //post intent to NotificationManager to display icon if necessary
402 notification.icon = com.android.internal.R.drawable.stat_notify_disk_full;
/frameworks/base/tools/aapt/
H A DCommand.cpp721 printf(" label='%s' icon='%s'\n",
812 String8 icon = getResolvedAttribute(&res, tree, ICON_ATTR, &error); local
813 if (icon != "") {
814 printf("application-icon-%d:'%s'\n", densities[i], icon.string());
819 String8 icon = getResolvedAttribute(&res, tree, ICON_ATTR, &error); local
821 fprintf(stderr, "ERROR getting 'android:icon' attribute: %s\n", error.string());
830 printf("icon='%s'\n", icon.string());
1101 fprintf(stderr, "ERROR getting 'android:icon' attribut
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java644 public void setIcon(Drawable icon) { argument
645 mIcon = icon;
646 if (icon != null &&
648 mHomeLayout.setIcon(icon);
1300 public void setIcon(Drawable icon) { argument
1301 mIconView.setImageDrawable(icon);
/frameworks/base/core/java/android/content/
H A DIntent.java246 * <application android:icon="@drawable/app_notes"
699 * The name of the extra used to define the icon, as a Bitmap, of a shortcut.
705 * The name of the extra used to define the icon, as a ShortcutIconResource, of a shortcut.
714 * Represents a shortcut/live folder icon resource.
723 * The package name of the application containing the icon.
728 * The resource name of the icon, including package, name and type.
737 * @param resourceId The resource idenfitier for the icon.
739 * and icon resource idenfitier.
742 ShortcutIconResource icon = new ShortcutIconResource();
743 icon
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java329 // Lastly, call to the icon policy to install/update all the icons.
835 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) { argument
837 + " icon=" + icon);
839 view.set(icon);
844 StatusBarIcon old, StatusBarIcon icon) {
846 + " old=" + old + " icon=" + icon);
848 view.set(icon);
1023 toShow.add(ent.icon);
843 updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, StatusBarIcon icon) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java227 final Drawable icon = getSubtypeIcon(imi, subtype);
242 subtypeIcon.setImageDrawable(icon);
259 // Do not show the settings icon if the IME does not have a settings preference
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java78 // Look for an icon
79 mIcon = (ImageView) findViewById(com.android.internal.R.id.icon);
90 * Only show the icon view when focused, if there is one.
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java198 mNiNotification.icon = com.android.internal.R.drawable.stat_sys_gps_on; /* Change notification icon here */
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1059 * Get the icon representing this route.
1060 * This icon will be used in picker UIs if available.
1062 * @return the icon representing this route or null if no icon is available
1348 * Set an icon that will be used to represent this route.
1349 * The system may use this icon in picker UIs or similar.
1351 * @param icon icon drawable to use to represent this route
1353 public void setIconDrawable(Drawable icon) { argument
1354 mIcon = icon;
1615 setIconDrawable(Drawable icon) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java124 mIcon = (ImageView) findViewById(com.android.internal.R.id.icon);
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java80 int icon; // resource identifier of activity's icon. field in class:ActivityRecord
154 pw.print(" icon=0x"); pw.print(Integer.toHexString(icon));
382 icon = aInfo.getIconResource();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java462 private void updateIcon(ViewHolder h, Drawable icon, boolean show, boolean anim) { argument
463 if (icon != null) {
464 h.iconView.setImageDrawable(icon);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java1288 public void onReceivedIcon(Bitmap icon) { argument
1289 // The current item might be null if the icon was already stored in the
1293 i.setFavicon(icon);
1300 sendMessage(obtainMessage(RECEIVED_ICON, icon));
H A DBrowserFrame.java898 * Send the icon to the activity for display.
899 * @param icon A Bitmap representing a page's favicon.
901 private void didReceiveIcon(Bitmap icon) { argument
902 mCallbackProxy.onReceivedIcon(icon);
905 // Called by JNI when an apple-touch-icon attribute was found.
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DMultiWaveView.java433 final TargetDrawable icon = mChevronDrawables.get(direction*mFeedbackCount + count);
434 if (icon == null) {
437 mChevronAnimations.add(Tweener.to(icon, CHEVRON_ANIMATION_DURATION,
1250 // Look for the search icon specified in the activity meta-data
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java247 engine.icon = service.getIconResource();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java263 ImageView imageView = (ImageView) view.findViewById(android.R.id.icon);
/frameworks/base/core/java/android/provider/
H A DContacts.java1635 * Gets the resource ID for the proper presence icon.
1637 * @param status the status to get the icon for
1638 * @return the resource ID for the proper presence icon
1664 * Sets a presence icon to the proper graphic
1666 * @param icon the icon to to set
1671 public static final void setPresenceIcon(ImageView icon, int serverStatus) { argument
1672 icon.setImageResource(getPresenceIconResourceId(serverStatus));
/frameworks/base/services/java/com/android/server/usb/
H A DUsbDeviceManager.java689 notification.icon = com.android.internal.R.drawable.stat_sys_data_usb;
724 notification.icon = com.android.internal.R.drawable.stat_sys_adb;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java214 // set each item icon.
215 for (Bitmap icon : icons) {
216 mCmdParams.setIcon(icon);
300 // parse icon identifier
395 // parse icon identifier
471 // parse icon identifier
724 // parse icon identifier
802 // parse icon identifier
926 // parse icon identifier

Completed in 536 milliseconds

123456