/frameworks/base/graphics/java/android/graphics/drawable/ |
D | ClipDrawable.java | 256 mDrawable = orig.mDrawable.getConstantState().newDrawable(res); in ClipState() 258 mDrawable = orig.mDrawable.getConstantState().newDrawable(); in ClipState() 268 public Drawable newDrawable() { in newDrawable() method in ClipDrawable.ClipState 273 public Drawable newDrawable(Resources res) { in newDrawable() method in ClipDrawable.ClipState
|
D | InsetDrawable.java | 274 mDrawable = orig.mDrawable.getConstantState().newDrawable(res); in InsetState() 276 mDrawable = orig.mDrawable.getConstantState().newDrawable(); in InsetState() 288 public Drawable newDrawable() { in newDrawable() method in InsetDrawable.InsetState 293 public Drawable newDrawable(Resources res) { in newDrawable() method in InsetDrawable.InsetState
|
D | ScaleDrawable.java | 274 mDrawable = orig.mDrawable.getConstantState().newDrawable(res); in ScaleState() 276 mDrawable = orig.mDrawable.getConstantState().newDrawable(); in ScaleState() 288 public Drawable newDrawable() { in newDrawable() method in ScaleDrawable.ScaleState 293 public Drawable newDrawable(Resources res) { in newDrawable() method in ScaleDrawable.ScaleState
|
D | RotateDrawable.java | 314 mDrawable = source.mDrawable.getConstantState().newDrawable(res); in RotateState() 316 mDrawable = source.mDrawable.getConstantState().newDrawable(); in RotateState() 330 public Drawable newDrawable() { in newDrawable() method in RotateDrawable.RotateState 335 public Drawable newDrawable(Resources res) { in newDrawable() method in RotateDrawable.RotateState
|
D | AnimatedRotateDrawable.java | 317 mDrawable = source.mDrawable.getConstantState().newDrawable(res); in AnimatedRotateState() 319 mDrawable = source.mDrawable.getConstantState().newDrawable(); in AnimatedRotateState() 333 public Drawable newDrawable() { in newDrawable() method in AnimatedRotateDrawable.AnimatedRotateState 338 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimatedRotateDrawable.AnimatedRotateState
|
D | ColorDrawable.java | 172 public Drawable newDrawable() { in newDrawable() method in ColorDrawable.ColorState 177 public Drawable newDrawable(Resources res) { in newDrawable() method in ColorDrawable.ColorState
|
D | TransitionDrawable.java | 253 public Drawable newDrawable() { in newDrawable() method in TransitionDrawable.TransitionState 258 public Drawable newDrawable(Resources res) { in newDrawable() method in TransitionDrawable.TransitionState
|
D | MipmapDrawable.java | 288 public Drawable newDrawable() { in newDrawable() method in MipmapDrawable.MipmapContainerState 293 public Drawable newDrawable(Resources res) { in newDrawable() method in MipmapDrawable.MipmapContainerState
|
D | LevelListDrawable.java | 191 public Drawable newDrawable() { in newDrawable() method in LevelListDrawable.LevelListState 196 public Drawable newDrawable(Resources res) { in newDrawable() method in LevelListDrawable.LevelListState
|
D | AnimationDrawable.java | 331 public Drawable newDrawable() { in newDrawable() method in AnimationDrawable.AnimationState 336 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimationDrawable.AnimationState
|
D | StateListDrawable.java | 295 public Drawable newDrawable() { in newDrawable() method in StateListDrawable.StateListState 300 public Drawable newDrawable(Resources res) { in newDrawable() method in StateListDrawable.StateListState
|
D | Drawable.java | 948 public abstract Drawable newDrawable(); in newDrawable() method in Drawable.ConstantState 955 public Drawable newDrawable(Resources res) { in newDrawable() method in Drawable.ConstantState 956 return newDrawable(); in newDrawable()
|
D | LayerDrawable.java | 630 r.mDrawable = or.mDrawable.getConstantState().newDrawable(res); in LayerState() 632 r.mDrawable = or.mDrawable.getConstantState().newDrawable(); in LayerState() 654 public Drawable newDrawable() { in newDrawable() method in LayerDrawable.LayerState 659 public Drawable newDrawable(Resources res) { in newDrawable() method in LayerDrawable.LayerState
|
D | ShapeDrawable.java | 416 public Drawable newDrawable() { in newDrawable() method in ShapeDrawable.ShapeState 421 public Drawable newDrawable(Resources res) { in newDrawable() method in ShapeDrawable.ShapeState
|
D | NinePatchDrawable.java | 433 public Drawable newDrawable() { in newDrawable() method in NinePatchDrawable.NinePatchState 438 public Drawable newDrawable(Resources res) { in newDrawable() method in NinePatchDrawable.NinePatchState
|
D | BitmapDrawable.java | 533 public Drawable newDrawable() { in newDrawable() method in BitmapDrawable.BitmapState 538 public Drawable newDrawable(Resources res) { in newDrawable() method in BitmapDrawable.BitmapState
|
D | DrawableContainer.java | 478 mDrawables[i] = origDr[i].getConstantState().newDrawable(res); in DrawableContainerState() 480 mDrawables[i] = origDr[i].getConstantState().newDrawable(); in DrawableContainerState()
|
D | GradientDrawable.java | 1126 public Drawable newDrawable() { 1131 public Drawable newDrawable(Resources res) {
|
/frameworks/base/core/java/android/widget/ |
D | SuggestionsAdapter.java | 598 return cached.newDrawable(); in checkIconCache() 639 return cached == null ? null : cached.newDrawable(mProviderContext.getResources()); in getActivityIconWithCache()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuView.java | 282 return mItemBackground.getConstantState().newDrawable(getContext().getResources()); in getItemBackgroundDrawable()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1884 dr = cs.newDrawable(this); in loadDrawable() 1984 return entry.newDrawable(this); in getCachedDrawable()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | MediaRouteChooserDialogFragment.java | 454 icon = icon.getConstantState().newDrawable(getResources()); in bindItemView()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarView.java | 642 mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources())); in setIcon() 1428 mExpandedHomeLayout.setIcon(mIcon.getConstantState().newDrawable(getResources())); in expandItemActionView()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 771 return state.newDrawable(); in getCachedIcon()
|
/frameworks/base/docs/html/sdk/api_diff/5/ |
D | missingSinces.txt | 202 NO DOC BLOCK: android.graphics.drawable.Drawable.ConstantState Method newDrawable(android.content.r…
|