Searched refs:drawable (Results 1 - 25 of 375) sorted by path

1234567891011>>

/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1186 Notification n = new Notification(android.R.drawable.stat_sys_warning, null,
2145 Notification n = new Notification(android.R.drawable.stat_sys_warning, null,
H A DChooseAccountActivity.java22 import android.graphics.drawable.Drawable;
142 final Drawable drawable; field in class:ChooseAccountActivity.AccountInfo
144 AccountInfo(String name, Drawable drawable) { argument
146 this.drawable = drawable;
181 holder.icon.setImageDrawable(mInfos[position].drawable);
H A DChooseAccountTypeActivity.java23 import android.graphics.drawable.Drawable;
157 final Drawable drawable; field in class:ChooseAccountTypeActivity.AuthInfo
159 AuthInfo(AuthenticatorDescription desc, String name, Drawable drawable) { argument
162 this.drawable = drawable;
198 holder.icon.setImageDrawable(mInfos.get(position).drawable);
/frameworks/base/core/java/android/app/
H A DActionBar.java21 import android.graphics.drawable.Drawable;
195 * @param resId Resource ID of a drawable to show as an icon.
225 * @param resId Resource ID of a drawable to show as a logo.
424 * @param d Background drawable
434 * @param d Background drawable for the stacked row
444 * @param d Background drawable for the split bar
750 * @param icon The drawable to use as an icon
758 * @param resId Resource ID referring to the drawable to use as an icon
H A DActivity.java40 import android.graphics.drawable.Drawable;
3267 public final void setFeatureDrawable(int featureId, Drawable drawable) { argument
3268 getWindow().setFeatureDrawable(featureId, drawable);
H A DAlertDialog.java24 import android.graphics.drawable.Drawable;
308 * @param resId the resourceId of the drawable to use as the icon or 0
322 * @param attrId ID of a theme attribute that points to a drawable resource.
471 * @param attrId ID of a theme attribute that points to a drawable resource.
H A DApplicationPackageManager.java49 import android.graphics.drawable.Drawable;
641 Log.w(TAG, "Getting drawable 0x" + Integer.toHexString(resid)
647 if (DEBUG_ICONS) Log.v(TAG, "Getting drawable 0x"
690 com.android.internal.R.drawable.sym_def_app_icon);
811 if (DEBUG_ICONS) Log.v(TAG, "Get cached weak drawable ref for "
817 Log.v(TAG, "Get cached drawable state for " + name + ": " + state);
820 // of the API. The ConstantState comes from a drawable that was
837 if (DEBUG_ICONS) Log.v(TAG, "Added cached drawable state for " + name + ": " + dr);
855 //Log.i(TAG, "Removing cached drawable for " + nm);
H A DContextImpl.java48 import android.graphics.drawable.Drawable;
H A DDialog.java26 import android.graphics.drawable.Drawable;
1058 public final void setFeatureDrawable(int featureId, Drawable drawable) { argument
1059 getWindow().setFeatureDrawable(featureId, drawable);
H A DLauncherActivity.java31 import android.graphics.drawable.BitmapDrawable;
32 import android.graphics.drawable.Drawable;
33 import android.graphics.drawable.PaintDrawable;
H A DMediaRouteButton.java27 import android.graphics.drawable.Drawable;
270 // drawable state and it's mutually exclusive with activated for the purposes
H A DNotification.java121 * The resource id of a drawable to use as the icon in the status bar.
131 * @see android.graphics.drawable#setLevel
811 "setBackgroundResource", R.drawable.notification_template_icon_low_bg);
813 "setBackgroundResource", R.drawable.notification_bg_low);
929 * .setSmallIcon(R.drawable.new_mail)
1049 * A resource ID in the application's package of the drawable to use.
1059 * level parameter for when the icon is a {@link android.graphics.drawable.LevelListDrawable
1062 * @param icon A resource ID in the application's package of the drawable to use.
1385 * @param icon Resource ID of a drawable that represents the action.
1428 "setBackgroundResource", R.drawable
[all...]
H A DProgressDialog.java23 import android.graphics.drawable.Drawable;
H A DSearchDialog.java29 import android.graphics.drawable.Drawable;
192 getDrawable(com.android.internal.R.drawable.search_spinner);
H A DWallpaperInfo.java33 import android.graphics.drawable.Drawable;
H A DWallpaperManager.java31 import android.graphics.drawable.BitmapDrawable;
32 import android.graphics.drawable.Drawable;
120 * Special drawable that draws a wallpaper as fast as possible. Assumes
161 throw new UnsupportedOperationException("Not supported with this drawable");
166 throw new UnsupportedOperationException("Not supported with this drawable");
171 throw new UnsupportedOperationException("Not supported with this drawable");
176 throw new UnsupportedOperationException("Not supported with this drawable");
301 com.android.internal.R.drawable.default_wallpaper);
400 * bounds of the returned drawable will be initialized to the same bounds
402 * drawable als
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java34 import android.graphics.drawable.Drawable;
/frameworks/base/core/java/android/content/
H A DContext.java29 import android.graphics.drawable.Drawable;
H A DContextWrapper.java31 import android.graphics.drawable.Drawable;
H A DSearchRecentSuggestionsProvider.java196 + com.android.internal.R.drawable.ic_menu_recent_history + "' AS "
209 + com.android.internal.R.drawable.ic_menu_recent_history + "' AS "
H A DSyncManager.java2566 new Notification(R.drawable.stat_notify_sync_error,
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java21 import android.graphics.drawable.Drawable;
676 com.android.internal.R.drawable.sym_app_on_sd_unavailable_icon);
H A DComponentInfo.java19 import android.graphics.drawable.Drawable;
H A DLabeledIntent.java20 import android.graphics.drawable.Drawable;
H A DPackageItemInfo.java21 import android.graphics.drawable.Drawable;
64 * A drawable resource identifier (in the package's resources) of this
70 * A drawable resource identifier (in the package's resources) of this

Completed in 154 milliseconds

1234567891011>>