Uses of Class
android.graphics.drawable.Drawable

Packages that use Drawable
android.app   
android.app.admin   
android.content   
android.content.pm   
android.content.res   
android.graphics.drawable   
android.inputmethodservice   
android.media   
android.preference   
android.text   
android.text.style   
android.view   
android.view.inputmethod   
android.view.textservice   
android.widget   
 

Uses of Drawable in android.app
 

Fields in android.app declared as Drawable
 Drawable LauncherActivity.ListItem.icon
           
 

Methods in android.app that return Drawable
 Drawable LauncherActivity.IconResizer.createIconThumbnail(Drawable icon)
           
 Drawable WallpaperManager.getDrawable()
           
 Drawable WallpaperManager.getFastDrawable()
           
abstract  Drawable ActionBar.Tab.getIcon()
           
 Drawable WallpaperInfo.loadIcon(PackageManager pm)
           
 Drawable WallpaperInfo.loadThumbnail(PackageManager pm)
           
 Drawable WallpaperManager.peekDrawable()
           
 Drawable WallpaperManager.peekFastDrawable()
           
 

Methods in android.app with parameters of type Drawable
 Drawable LauncherActivity.IconResizer.createIconThumbnail(Drawable icon)
           
abstract  void ActionBar.setBackgroundDrawable(Drawable d)
           
 void Dialog.setFeatureDrawable(int featureId, Drawable drawable)
           
 void Activity.setFeatureDrawable(int featureId, Drawable drawable)
           
abstract  void ActionBar.setIcon(Drawable icon)
           
abstract  ActionBar.Tab ActionBar.Tab.setIcon(Drawable icon)
           
 void AlertDialog.setIcon(Drawable icon)
           
 AlertDialog.Builder AlertDialog.Builder.setIcon(Drawable icon)
           
 void ProgressDialog.setIndeterminateDrawable(Drawable d)
           
abstract  void ActionBar.setLogo(Drawable logo)
           
 void ProgressDialog.setProgressDrawable(Drawable d)
           
 void ActionBar.setSplitBackgroundDrawable(Drawable d)
           
 void ActionBar.setStackedBackgroundDrawable(Drawable d)
           
protected  boolean MediaRouteButton.verifyDrawable(Drawable who)
           
 

Uses of Drawable in android.app.admin
 

Methods in android.app.admin that return Drawable
 Drawable DeviceAdminInfo.loadIcon(PackageManager pm)
           
 

Uses of Drawable in android.content
 

Methods in android.content that return Drawable
 Drawable ContextWrapper.getWallpaper()
           
abstract  Drawable Context.getWallpaper()
          Deprecated. 
 Drawable ContextWrapper.peekWallpaper()
           
abstract  Drawable Context.peekWallpaper()
          Deprecated. 
 

Uses of Drawable in android.content.pm
 

Methods in android.content.pm that return Drawable
abstract  Drawable PackageManager.getActivityIcon(ComponentName activityName)
           
abstract  Drawable PackageManager.getActivityIcon(Intent intent)
           
abstract  Drawable PackageManager.getActivityLogo(ComponentName activityName)
           
abstract  Drawable PackageManager.getActivityLogo(Intent intent)
           
abstract  Drawable PackageManager.getApplicationIcon(ApplicationInfo info)
           
abstract  Drawable PackageManager.getApplicationIcon(String packageName)
           
abstract  Drawable PackageManager.getApplicationLogo(ApplicationInfo info)
           
abstract  Drawable PackageManager.getApplicationLogo(String packageName)
           
abstract  Drawable PackageManager.getDefaultActivityIcon()
           
abstract  Drawable PackageManager.getDrawable(String packageName, int resid, ApplicationInfo appInfo)
           
 Drawable PackageItemInfo.loadIcon(PackageManager pm)
           
 Drawable LabeledIntent.loadIcon(PackageManager pm)
           
 Drawable ResolveInfo.loadIcon(PackageManager pm)
           
 Drawable PackageItemInfo.loadLogo(PackageManager pm)
           
 

Uses of Drawable in android.content.res
 

Methods in android.content.res that return Drawable
 Drawable Resources.getDrawable(int id)
           
 Drawable TypedArray.getDrawable(int index)
           
 Drawable Resources.getDrawableForDensity(int id, int density)
           
 

Uses of Drawable in android.graphics.drawable
 

Subclasses of Drawable in android.graphics.drawable
 class AnimationDrawable
           
 class BitmapDrawable
           
 class ClipDrawable
           
 class ColorDrawable
           
 class DrawableContainer
           
 class GradientDrawable
           
 class InsetDrawable
           
 class LayerDrawable
           
 class LevelListDrawable
           
 class NinePatchDrawable
           
 class PaintDrawable
           
 class PictureDrawable
           
 class RotateDrawable
           
 class ScaleDrawable
           
 class ShapeDrawable
           
 class StateListDrawable
           
 class TransitionDrawable
           
 

Methods in android.graphics.drawable that return Drawable
static Drawable Drawable.createFromPath(String pathName)
           
static Drawable Drawable.createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName)
           
static Drawable Drawable.createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts)
           
static Drawable Drawable.createFromStream(InputStream is, String srcName)
           
static Drawable Drawable.createFromXml(Resources r, org.xmlpull.v1.XmlPullParser parser)
           
static Drawable Drawable.createFromXmlInner(Resources r, org.xmlpull.v1.XmlPullParser parser, AttributeSet attrs)
           
 Drawable LayerDrawable.findDrawableByLayerId(int id)
           
 Drawable[] DrawableContainer.DrawableContainerState.getChildren()
           
 Drawable Drawable.getCurrent()
           
 Drawable DrawableContainer.getCurrent()
           
 Drawable ScaleDrawable.getDrawable()
           
 Drawable RotateDrawable.getDrawable()
           
 Drawable LayerDrawable.getDrawable(int index)
           
 Drawable AnimationDrawable.getFrame(int index)
           
 Drawable Drawable.mutate()
           
 Drawable GradientDrawable.mutate()
           
 Drawable LevelListDrawable.mutate()
           
 Drawable AnimationDrawable.mutate()
           
 Drawable NinePatchDrawable.mutate()
           
 Drawable InsetDrawable.mutate()
           
 Drawable DrawableContainer.mutate()
           
 Drawable LayerDrawable.mutate()
           
 Drawable ScaleDrawable.mutate()
           
 Drawable RotateDrawable.mutate()
           
 Drawable StateListDrawable.mutate()
           
 Drawable BitmapDrawable.mutate()
           
 Drawable ShapeDrawable.mutate()
           
abstract  Drawable Drawable.ConstantState.newDrawable()
           
 Drawable Drawable.ConstantState.newDrawable(Resources res)
           
 

Methods in android.graphics.drawable with parameters of type Drawable
 int DrawableContainer.DrawableContainerState.addChild(Drawable dr)
           
 void AnimationDrawable.addFrame(Drawable frame, int duration)
           
 void LevelListDrawable.addLevel(int low, int high, Drawable drawable)
           
 void StateListDrawable.addState(int[] stateSet, Drawable drawable)
           
 void Drawable.Callback.invalidateDrawable(Drawable who)
           
 void ClipDrawable.invalidateDrawable(Drawable who)
           
 void InsetDrawable.invalidateDrawable(Drawable who)
           
 void DrawableContainer.invalidateDrawable(Drawable who)
           
 void LayerDrawable.invalidateDrawable(Drawable who)
           
 void ScaleDrawable.invalidateDrawable(Drawable who)
           
 void RotateDrawable.invalidateDrawable(Drawable who)
           
 void Drawable.Callback.scheduleDrawable(Drawable who, Runnable what, long when)
           
 void ClipDrawable.scheduleDrawable(Drawable who, Runnable what, long when)
           
 void InsetDrawable.scheduleDrawable(Drawable who, Runnable what, long when)
           
 void DrawableContainer.scheduleDrawable(Drawable who, Runnable what, long when)
           
 void LayerDrawable.scheduleDrawable(Drawable who, Runnable what, long when)
           
 void ScaleDrawable.scheduleDrawable(Drawable who, Runnable what, long when)
           
 void RotateDrawable.scheduleDrawable(Drawable who, Runnable what, long when)
           
 boolean LayerDrawable.setDrawableByLayerId(int id, Drawable drawable)
           
 void Drawable.Callback.unscheduleDrawable(Drawable who, Runnable what)
           
 void ClipDrawable.unscheduleDrawable(Drawable who, Runnable what)
           
 void InsetDrawable.unscheduleDrawable(Drawable who, Runnable what)
           
 void DrawableContainer.unscheduleDrawable(Drawable who, Runnable what)
           
 void LayerDrawable.unscheduleDrawable(Drawable who, Runnable what)
           
 void ScaleDrawable.unscheduleDrawable(Drawable who, Runnable what)
           
 void RotateDrawable.unscheduleDrawable(Drawable who, Runnable what)
           
 

Constructors in android.graphics.drawable with parameters of type Drawable
ClipDrawable(Drawable drawable, int gravity, int orientation)
           
InsetDrawable(Drawable drawable, int inset)
           
InsetDrawable(Drawable drawable, int insetLeft, int insetTop, int insetRight, int insetBottom)
           
LayerDrawable(Drawable[] layers)
           
ScaleDrawable(Drawable drawable, int gravity, float scaleWidth, float scaleHeight)
           
TransitionDrawable(Drawable[] layers)
           
 

Uses of Drawable in android.inputmethodservice
 

Fields in android.inputmethodservice declared as Drawable
 Drawable Keyboard.Key.icon
           
 Drawable Keyboard.Key.iconPreview
           
 

Uses of Drawable in android.media
 

Methods in android.media that return Drawable
 Drawable MediaRouter.RouteInfo.getIconDrawable()
           
 

Methods in android.media with parameters of type Drawable
 void MediaRouter.UserRouteInfo.setIconDrawable(Drawable icon)
           
 void MediaRouter.RouteGroup.setIconDrawable(Drawable icon)
           
 

Uses of Drawable in android.preference
 

Methods in android.preference that return Drawable
 Drawable DialogPreference.getDialogIcon()
           
 Drawable Preference.getIcon()
           
 

Methods in android.preference with parameters of type Drawable
 void DialogPreference.setDialogIcon(Drawable dialogIcon)
           
 void Preference.setIcon(Drawable icon)
           
 

Uses of Drawable in android.text
 

Methods in android.text that return Drawable
 Drawable Html.ImageGetter.getDrawable(String source)
           
 

Uses of Drawable in android.text.style
 

Methods in android.text.style that return Drawable
 Drawable ImageSpan.getDrawable()
           
abstract  Drawable DynamicDrawableSpan.getDrawable()
           
 

Constructors in android.text.style with parameters of type Drawable
DrawableMarginSpan(Drawable b)
           
DrawableMarginSpan(Drawable b, int pad)
           
ImageSpan(Drawable d)
           
ImageSpan(Drawable d, int verticalAlignment)
           
ImageSpan(Drawable d, String source)
           
ImageSpan(Drawable d, String source, int verticalAlignment)
           
 

Uses of Drawable in android.view
 

Methods in android.view that return Drawable
 Drawable View.getBackground()
           
 Drawable MenuItem.getIcon()
           
 

Methods in android.view with parameters of type Drawable
 void View.invalidateDrawable(Drawable drawable)
           
 void View.scheduleDrawable(Drawable who, Runnable what, long when)
           
 void View.setBackground(Drawable background)
           
abstract  void Window.setBackgroundDrawable(Drawable drawable)
           
 void View.setBackgroundDrawable(Drawable background)
          Deprecated. 
abstract  void Window.setChildDrawable(int featureId, Drawable drawable)
           
abstract  void Window.setFeatureDrawable(int featureId, Drawable drawable)
           
 SubMenu SubMenu.setHeaderIcon(Drawable icon)
           
 ContextMenu ContextMenu.setHeaderIcon(Drawable icon)
           
 SubMenu SubMenu.setIcon(Drawable icon)
           
 MenuItem MenuItem.setIcon(Drawable icon)
           
 void View.unscheduleDrawable(Drawable who)
           
 void View.unscheduleDrawable(Drawable who, Runnable what)
           
protected  boolean View.verifyDrawable(Drawable who)
           
 

Uses of Drawable in android.view.inputmethod
 

Methods in android.view.inputmethod that return Drawable
 Drawable InputMethodInfo.loadIcon(PackageManager pm)
           
 

Uses of Drawable in android.view.textservice
 

Methods in android.view.textservice that return Drawable
 Drawable SpellCheckerInfo.loadIcon(PackageManager pm)
           
 

Uses of Drawable in android.widget
 

Methods in android.widget that return Drawable
 Drawable PopupWindow.getBackground()
           
 Drawable ListPopupWindow.getBackground()
           
 Drawable CheckedTextView.getCheckMarkDrawable()
           
 Drawable[] TextView.getCompoundDrawables()
           
 Drawable ListView.getDivider()
           
 Drawable LinearLayout.getDividerDrawable()
           
 Drawable ImageView.getDrawable()
           
 Drawable AutoCompleteTextView.getDropDownBackground()
           
 Drawable FrameLayout.getForeground()
           
 Drawable ProgressBar.getIndeterminateDrawable()
           
 Drawable ListView.getOverscrollFooter()
           
 Drawable ListView.getOverscrollHeader()
           
 Drawable Spinner.getPopupBackground()
           
 Drawable ProgressBar.getProgressDrawable()
           
 Drawable CalendarView.getSelectedDateVerticalBar()
           
 Drawable AbsListView.getSelector()
           
 Drawable AbsSeekBar.getThumb()
           
 Drawable Switch.getThumbDrawable()
           
 Drawable Switch.getTrackDrawable()
           
 

Methods in android.widget with parameters of type Drawable
 void ProgressBar.invalidateDrawable(Drawable dr)
           
 void ImageView.invalidateDrawable(Drawable dr)
           
 void TextView.invalidateDrawable(Drawable drawable)
           
 void PopupWindow.setBackgroundDrawable(Drawable background)
           
 void ListPopupWindow.setBackgroundDrawable(Drawable d)
           
 void ToggleButton.setBackgroundDrawable(Drawable d)
           
 void CompoundButton.setButtonDrawable(Drawable d)
           
 void CheckedTextView.setCheckMarkDrawable(Drawable d)
           
 void ExpandableListView.setChildDivider(Drawable childDivider)
           
 void ExpandableListView.setChildIndicator(Drawable childIndicator)
           
 void TextView.setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom)
           
 void TextView.setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, Drawable right, Drawable bottom)
           
 void ListView.setDivider(Drawable divider)
           
 void LinearLayout.setDividerDrawable(Drawable divider)
           
 void TabWidget.setDividerDrawable(Drawable drawable)
           
 void AutoCompleteTextView.setDropDownBackgroundDrawable(Drawable d)
           
 void TextView.setError(CharSequence error, Drawable icon)
           
 void FrameLayout.setForeground(Drawable drawable)
           
 void ExpandableListView.setGroupIndicator(Drawable groupIndicator)
           
 void ImageSwitcher.setImageDrawable(Drawable drawable)
           
 void ImageView.setImageDrawable(Drawable drawable)
           
 void ProgressBar.setIndeterminateDrawable(Drawable d)
           
 TabHost.TabSpec TabHost.TabSpec.setIndicator(CharSequence label, Drawable icon)
           
 void TabWidget.setLeftStripDrawable(Drawable drawable)
           
 void ListPopupWindow.setListSelector(Drawable selector)
           
 void ListView.setOverscrollFooter(Drawable footer)
           
 void ListView.setOverscrollHeader(Drawable header)
           
 void Spinner.setPopupBackgroundDrawable(Drawable background)
           
 void ProgressBar.setProgressDrawable(Drawable d)
           
 void TabWidget.setRightStripDrawable(Drawable drawable)
           
 void CalendarView.setSelectedDateVerticalBar(Drawable drawable)
           
 void AbsListView.setSelector(Drawable sel)
           
 void AbsSeekBar.setThumb(Drawable thumb)
           
 void Switch.setThumbDrawable(Drawable thumb)
           
 void Switch.setTrackDrawable(Drawable track)
           
protected  boolean ProgressBar.verifyDrawable(Drawable who)
           
protected  boolean CompoundButton.verifyDrawable(Drawable who)
           
protected  boolean Switch.verifyDrawable(Drawable who)
           
protected  boolean FrameLayout.verifyDrawable(Drawable who)
           
protected  boolean ImageView.verifyDrawable(Drawable dr)
           
protected  boolean AbsSeekBar.verifyDrawable(Drawable who)
           
protected  boolean TextView.verifyDrawable(Drawable who)
           
 boolean AbsListView.verifyDrawable(Drawable dr)
           
 



Copyright © 2008-2012. All Rights Reserved.