/frameworks/base/core/java/android/util/ |
D | LauncherIcons.java | 114 .getConstantState().newDrawable().mutate(); in getBadgedDrawable() 138 super(state.mChildState.newDrawable()); in ShadowDrawable() 176 public Drawable newDrawable() { in newDrawable() method in LauncherIcons.ShadowDrawable.MyConstantState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LockscreenWallpaper.java | 311 public Drawable newDrawable() { in newDrawable() method in LockscreenWallpaper.WallpaperDrawable.ConstantState 312 return newDrawable(null); in newDrawable() 316 public Drawable newDrawable(@Nullable Resources res) { in newDrawable() method in LockscreenWallpaper.WallpaperDrawable.ConstantState
|
D | ExpandableIndicator.java | 46 .getDrawable(res).getConstantState().newDrawable(); in setExpanded()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | TransitionDrawable.java | 269 public Drawable newDrawable() { in newDrawable() method in TransitionDrawable.TransitionState 274 public Drawable newDrawable(Resources res) { in newDrawable() method in TransitionDrawable.TransitionState
|
D | DrawableWrapper.java | 78 final Drawable dr = mState.mDrawableState.newDrawable(res); in updateLocalState() 547 public Drawable newDrawable() { in newDrawable() method in DrawableWrapper.DrawableWrapperState 548 return newDrawable(null); in newDrawable() 552 public abstract Drawable newDrawable(@Nullable Resources res); in newDrawable() method in DrawableWrapper.DrawableWrapperState
|
D | LevelListDrawable.java | 216 public Drawable newDrawable() { in newDrawable() method in LevelListDrawable.LevelListState 221 public Drawable newDrawable(Resources res) { in newDrawable() method in LevelListDrawable.LevelListState
|
D | Drawable.java | 1507 public abstract @NonNull Drawable newDrawable(); in newDrawable() method in ConstantState 1521 public @NonNull Drawable newDrawable(@Nullable Resources res) { in newDrawable() method in ConstantState 1522 return newDrawable(); in newDrawable() 1539 public @NonNull Drawable newDrawable(@Nullable Resources res, in newDrawable() method in ConstantState 1541 return newDrawable(res); in newDrawable()
|
D | AnimationDrawable.java | 404 public Drawable newDrawable() { in newDrawable() method in AnimationDrawable.AnimationState 409 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimationDrawable.AnimationState
|
D | ColorDrawable.java | 377 public Drawable newDrawable() { in newDrawable() method in ColorDrawable.ColorState 382 public Drawable newDrawable(Resources res) { in newDrawable() method in ColorDrawable.ColorState
|
D | StateListDrawable.java | 359 public Drawable newDrawable() { in newDrawable() method in StateListDrawable.StateListState 364 public Drawable newDrawable(Resources res) { in newDrawable() method in StateListDrawable.StateListState
|
D | AdaptiveIconDrawable.java | 900 clone = cs.newDrawable(res); in ChildDrawable() 902 clone = cs.newDrawable(); in ChildDrawable() 1007 public Drawable newDrawable() { in newDrawable() method in AdaptiveIconDrawable.LayerState 1012 public Drawable newDrawable(@Nullable Resources res) { in newDrawable() method in AdaptiveIconDrawable.LayerState
|
D | ShapeDrawable.java | 598 public Drawable newDrawable() { in newDrawable() method in ShapeDrawable.ShapeState 603 public Drawable newDrawable(Resources res) { in newDrawable() method in ShapeDrawable.ShapeState
|
D | ClipDrawable.java | 233 public Drawable newDrawable(Resources res) { in newDrawable() method in ClipDrawable.ClipState
|
D | AnimatedStateListDrawable.java | 646 public Drawable newDrawable() { in newDrawable() method in AnimatedStateListDrawable.AnimatedStateListState 651 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimatedStateListDrawable.AnimatedStateListState
|
D | ColorStateListDrawable.java | 261 public Drawable newDrawable() { in newDrawable() method in ColorStateListDrawable.ColorStateListDrawableState
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 114 ? resizingBackgroundDrawable.getConstantState().newDrawable() in onResourcesLoaded() 118 ? captionBackgroundDrawableDrawable.getConstantState().newDrawable() in onResourcesLoaded() 122 ? userCaptionBackgroundDrawable.getConstantState().newDrawable() in onResourcesLoaded()
|
/frameworks/base/core/java/android/content/res/ |
D | DrawableCache.java | 44 return entry.newDrawable(resources, theme); in getInstance()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonDrawable.java | 99 mAnimatedDrawable = (AnimatedVectorDrawable) mState.mChildState.newDrawable().mutate(); in KeyButtonDrawable() 299 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapIconCache() 327 final Drawable d = mState.mChildState.newDrawable().mutate(); in regenerateBitmapShadowCache() 409 public Drawable newDrawable() { in newDrawable() method in KeyButtonDrawable.ShadowDrawableState
|
/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
D | AnimationScaleListDrawable.java | 216 public Drawable newDrawable() { in newDrawable() method in AnimationScaleListDrawable.AnimationScaleListState 221 public Drawable newDrawable(Resources res) { in newDrawable() method in AnimationScaleListDrawable.AnimationScaleListState
|
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/ |
D | AdaptiveIcon.java | 117 public Drawable newDrawable() { in newDrawable() method in AdaptiveIcon.AdaptiveConstantState
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/ |
D | BluetoothDeviceLayerDrawableTest.java | 90 (BluetoothDeviceLayerDrawable) drawable.getConstantState().newDrawable(); in testConstantState_returnTwinBluetoothLayerDrawable()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BluetoothDeviceLayerDrawable.java | 152 public Drawable newDrawable() { in newDrawable() method in BluetoothDeviceLayerDrawable.BluetoothDeviceLayerDrawableState
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | ExtendedBitmapDrawable.java | 104 placeholder = constantState.newDrawable(mResources); in onOptsChanged() 130 … mProgress = new Progress(mOpts.progressBar.getConstantState().newDrawable(mResources), mResources, in onOptsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 517 mInvisibleDrawable = drawable.getConstantState().newDrawable(); in DrawableIcon() 595 return context.getDrawable(mAnimatedResId).getConstantState().newDrawable(); in getDrawable()
|
/frameworks/base/core/java/android/widget/ |
D | SuggestionsAdapter.java | 630 return cached.newDrawable(); in checkIconCache() 671 return cached == null ? null : cached.newDrawable(mProviderContext.getResources()); in getActivityIconWithCache()
|