Searched defs:newDrawable (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java191 public Drawable newDrawable() { method in class:LevelListDrawable.LevelListState
196 public Drawable newDrawable(Resources res) { method in class:LevelListDrawable.LevelListState
H A DTransitionDrawable.java254 public Drawable newDrawable() { method in class:TransitionDrawable.TransitionState
259 public Drawable newDrawable(Resources res) { method in class:TransitionDrawable.TransitionState
264 public Drawable newDrawable(Resources res, Theme theme) { method in class:TransitionDrawable.TransitionState
H A DAnimationDrawable.java368 public Drawable newDrawable() { method in class:AnimationDrawable.AnimationState
373 public Drawable newDrawable(Resources res) { method in class:AnimationDrawable.AnimationState
H A DClipDrawable.java283 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
285 mDrawable = orig.mDrawable.getConstantState().newDrawable();
298 public Drawable newDrawable() { method in class:ClipDrawable.ClipState
303 public Drawable newDrawable(Resources res) { method in class:ClipDrawable.ClipState
H A DColorDrawable.java293 public Drawable newDrawable() { method in class:ColorDrawable.ColorState
298 public Drawable newDrawable(Resources res) { method in class:ColorDrawable.ColorState
303 public Drawable newDrawable(Resources res, Theme theme) { method in class:ColorDrawable.ColorState
H A DStateListDrawable.java307 public Drawable newDrawable() { method in class:StateListDrawable.StateListState
312 public Drawable newDrawable(Resources res) { method in class:StateListDrawable.StateListState
H A DAnimatedRotateDrawable.java353 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
355 mDrawable = orig.mDrawable.getConstantState().newDrawable();
372 public Drawable newDrawable() { method in class:AnimatedRotateDrawable.AnimatedRotateState
377 public Drawable newDrawable(Resources res) { method in class:AnimatedRotateDrawable.AnimatedRotateState
H A DAnimatedStateListDrawable.java573 public Drawable newDrawable() { method in class:AnimatedStateListDrawable.AnimatedStateListState
578 public Drawable newDrawable(Resources res) { method in class:AnimatedStateListDrawable.AnimatedStateListState
H A DAnimatedVectorDrawable.java336 mVectorDrawable = (VectorDrawable) copy.mVectorDrawable.getConstantState().newDrawable();
361 public Drawable newDrawable() { method in class:AnimatedVectorDrawable.AnimatedVectorDrawableState
366 public Drawable newDrawable(Resources res) { method in class:AnimatedVectorDrawable.AnimatedVectorDrawableState
371 public Drawable newDrawable(Resources res, Theme theme) { method in class:AnimatedVectorDrawable.AnimatedVectorDrawableState
H A DScaleDrawable.java293 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
295 mDrawable = orig.mDrawable.getConstantState().newDrawable();
310 public Drawable newDrawable() { method in class:ScaleDrawable.ScaleState
315 public Drawable newDrawable(Resources res) { method in class:ScaleDrawable.ScaleState
H A DInsetDrawable.java399 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
401 mDrawable = orig.mDrawable.getConstantState().newDrawable();
416 public Drawable newDrawable() { method in class:InsetDrawable.InsetState
421 public Drawable newDrawable(Resources res) { method in class:InsetDrawable.InsetState
H A DNinePatchDrawable.java648 public Drawable newDrawable() { method in class:NinePatchDrawable.NinePatchState
653 public Drawable newDrawable(Resources res) { method in class:NinePatchDrawable.NinePatchState
658 public Drawable newDrawable(Resources res, Theme theme) { method in class:NinePatchDrawable.NinePatchState
H A DRotateDrawable.java513 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
515 mDrawable = orig.mDrawable.getConstantState().newDrawable();
532 public Drawable newDrawable() { method in class:RotateDrawable.RotateState
537 public Drawable newDrawable(Resources res) { method in class:RotateDrawable.RotateState
H A DShapeDrawable.java549 public Drawable newDrawable() { method in class:ShapeDrawable.ShapeState
554 public Drawable newDrawable(Resources res) { method in class:ShapeDrawable.ShapeState
559 public Drawable newDrawable(Resources res, Theme theme) { method in class:ShapeDrawable.ShapeState
H A DBitmapDrawable.java913 public Drawable newDrawable() { method in class:BitmapDrawable.BitmapState
918 public Drawable newDrawable(Resources res) { method in class:BitmapDrawable.BitmapState
923 public Drawable newDrawable(Resources res, Theme theme) { method in class:BitmapDrawable.BitmapState
H A DDrawable.java1172 * {@link #newDrawable(Resources)} can be used as a factory to create new Drawable instances
1185 * density correctly. One should use {@link #newDrawable(Resources)}
1188 public abstract Drawable newDrawable(); method in class:Drawable.ConstantState
1196 public Drawable newDrawable(Resources res) { method in class:Drawable.ConstantState
1197 return newDrawable();
1204 public Drawable newDrawable(Resources res, Theme theme) { method in class:Drawable.ConstantState
1205 return newDrawable();
H A DLayerDrawable.java966 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
968 mDrawable = orig.mDrawable.getConstantState().newDrawable();
1036 public Drawable newDrawable() { method in class:LayerDrawable.LayerState
1041 public Drawable newDrawable(Resources res) { method in class:LayerDrawable.LayerState
1046 public Drawable newDrawable(Resources res, Theme theme) { method in class:LayerDrawable.LayerState
H A DRippleDrawable.java926 public Drawable newDrawable() { method in class:RippleDrawable.RippleState
931 public Drawable newDrawable(Resources res) { method in class:RippleDrawable.RippleState
936 public Drawable newDrawable(Resources res, Theme theme) { method in class:RippleDrawable.RippleState
H A DGradientDrawable.java1584 public Drawable newDrawable() { method in class:GradientDrawable.GradientState
1589 public Drawable newDrawable(Resources res) { method in class:GradientDrawable.GradientState
1594 public Drawable newDrawable(Resources res, Theme theme) { method in class:GradientDrawable.GradientState
H A DVectorDrawable.java760 public Drawable newDrawable() { method in class:VectorDrawable.VectorDrawableState
765 public Drawable newDrawable(Resources res) { method in class:VectorDrawable.VectorDrawableState
770 public Drawable newDrawable(Resources res, Theme theme) { method in class:VectorDrawable.VectorDrawableState
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java119 public Drawable newDrawable() { method in class:BackgroundManager.BitmapDrawable.ConstantState
317 return drawable.getConstantState().newDrawable(context.getResources()).mutate();
415 drawable.getConstantState().newDrawable().mutate();

Completed in 123 milliseconds