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

123456

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1748 ai.icon = sa.getResourceId(
2018 outInfo.icon = iconVal;
2349 info.icon = target.info.icon;
3048 outInfo.icon = sa.getResourceId(
3362 outInfo.icon = iconVal;
3772 public int icon; field in class:PackageParser.IntentInfo
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java1374 public int icon; field in class:TextToSpeech.EngineInfo
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java709 // Set the icon
710 ImageView iconView = (ImageView) convertView.findViewById(R.id.icon);
H A DEditor.java289 public void setError(CharSequence error, Drawable icon) { argument
305 setErrorIcon(icon);
309 private void setErrorIcon(Drawable icon) { argument
312 mTextView.setCompoundDrawables(dr.mDrawableLeft, dr.mDrawableTop, icon,
315 mTextView.setCompoundDrawables(null, null, icon, null);
333 * at the middle of the error icon.
349 * at the bottom of the error icon.
353 * Compound, not extended, because the icon is not clipped
2670 int selectAllIconId = 0; // No icon by default
2672 // Provide an icon, tex
[all...]
H A DTextView.java4126 * icon and sets an error message that will be displayed in a popup when
4127 * the TextView has focus. The icon and error message will be reset to
4129 * <code>error</code> is <code>null</code>, the error message and icon
4147 * icon and sets an error message that will be displayed in a popup when
4148 * the TextView has focus. The icon and error message will be reset to
4152 * be cleared (and you should provide a <code>null</code> icon as well).
4154 public void setError(CharSequence error, Drawable icon) { argument
4156 mEditor.setError(error, icon);
4758 * Compound, not extended, because the icon is not clipped
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css583 .design li.with-icon {
587 .design li.with-icon p {
589 .design li.with-icon:before {
596 .design li.with-icon.tablet:before {
598 .design li.with-icon.web:before {
600 .design li.with-icon.action:before {
602 .design li.with-icon.use:before {
1330 .search:hover .icon {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css583 .design li.with-icon {
587 .design li.with-icon p {
589 .design li.with-icon:before {
596 .design li.with-icon.tablet:before {
598 .design li.with-icon.web:before {
600 .design li.with-icon.action:before {
602 .design li.with-icon.use:before {
1330 .search:hover .icon {
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java547 n.icon = R.drawable.stat_notify_car_mode;
H A DWifiService.java175 * The icon to show in the 'available networks' notification. This will also
1768 mNotification.icon = ICON_NETWORKS_AVAILABLE;
H A DInputMethodManagerService.java612 mImeSwitcherNotification.icon = com.android.internal.R.drawable.ic_notification_ime_default;
1389 if (DEBUG) Slog.d(TAG, "hide the small icon for the input method");
1394 if (DEBUG) Slog.d(TAG, "show a small icon for the input method");
3860 private static final String ATTR_ICON = "icon";
4012 final int icon = Integer.valueOf(
4025 new InputMethodSubtype(label, icon, imeSubtypeLocale,
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java203 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
213 Notification n = new Notification(R.layout.chrono_notification /* not an icon */,
633 new Test("Persistent #1 - different icon") {
662 n.icon = R.drawable.icon1;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java965 * {@link android.R.id#icon} is returned.
968 return android.R.id.icon;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java1625 mNotification.icon = com.android.internal.R.drawable.stat_sys_warning;
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java1740 next.labelRes, next.icon, next.windowFlags,
1774 next.labelRes, next.icon, next.windowFlags,
1896 // "has the same starting icon" as the next one. This allows the
1911 r.labelRes, r.icon, r.windowFlags,
2621 // user taps a home icon (coming from home so allowed, we hit here
H A DActivityManagerService.java1180 notification.icon = com.android.internal.R.drawable.stat_sys_adb; //context.getApplicationInfo().icon;
/frameworks/base/services/java/com/android/server/pm/
H A DSettings.java1527 if (pi.icon != 0) {
1528 serializer.attribute(null, "icon", Integer.toString(pi.icon));
1871 pi.icon = readInt(parser, null, "icon", 0);
H A DPackageManagerService.java2138 if (pi1.icon != pi2.icon) return false;
5094 res.icon = info.icon;
5292 res.icon = info.icon;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java4218 CharSequence nonLocalizedLabel, int labelRes, int icon,
4232 Slog.w(TAG, "Attempted to set icon of non-existing app token: " + token);
4253 // In this case, the starting icon has already
4418 labelRes, icon, windowFlags);
7401 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd.windowFlags);
4216 setAppStartingWindow(IBinder token, String pkg, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int windowFlags, IBinder transferFrom, boolean createIfNeeded) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1516 int icon, int windowFlags) {
1514 addStartingWindow(IBinder appToken, String packageName, int theme, CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes, int icon, int windowFlags) argument

Completed in 3817 milliseconds

123456