Searched defs:getConstantState (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DComplexColor.java47 public abstract ConstantState<ComplexColor> getConstantState(); method in class:ComplexColor
H A DColorStateList.java670 public ConstantState<ComplexColor> getConstantState() { method in class:ColorStateList
H A DGradientColor.java496 public ConstantState<ComplexColor> getConstantState() { method in class:GradientColor
/frameworks/base/core/java/android/util/
H A DLauncherIcons.java112 .getConstantState().newDrawable().mutate();
132 mState = new MyConstantState(shadow, dr.getConstantState());
141 public ConstantState getConstantState() { method in class:LauncherIcons.ShadowDrawable
/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java314 public ConstantState getConstantState() { method in class:ColorDrawable
H A DDrawableWrapper.java103 mState.mDrawableState = dr.getConstantState();
378 public ConstantState getConstantState() { method in class:DrawableWrapper
395 mState.mDrawableState = mDrawable != null ? mDrawable.getConstantState() : null;
H A DNinePatchDrawable.java538 public ConstantState getConstantState() { method in class:NinePatchDrawable
H A DShapeDrawable.java510 public ConstantState getConstantState() { method in class:ShapeDrawable
H A DAdaptiveIconDrawable.java848 public ConstantState getConstantState() { method in class:AdaptiveIconDrawable
901 final ConstantState cs = dr.getConstantState();
1098 if (dr != null && dr.getConstantState() == null) {
H A DBitmapDrawable.java942 public final ConstantState getConstantState() { method in class:BitmapDrawable
H A DDrawable.java1122 * @see #getConstantState()
1383 * Use {@link Drawable#getConstantState()} to retrieve the ConstantState of a Drawable. Calling
1458 public @Nullable ConstantState getConstantState() { method in class:Drawable
H A DRippleDrawable.java968 public ConstantState getConstantState() { method in class:RippleDrawable
H A DAnimatedVectorDrawable.java373 public ConstantState getConstantState() { method in class:AnimatedVectorDrawable
715 final ConstantState cs = copy.mVectorDrawable.getConstantState();
906 getConstantState()).mVectorDrawable.getConstantState()).mRootName
918 getConstantState()).mVectorDrawable.getConstantState()).mRootName
941 getConstantState()).mVectorDrawable.getConstantState())
1661 mDrawable.getConstantState()).mVectorDrawable.getConstantState())
[all...]
H A DDrawableContainer.java639 public ConstantState getConstantState() { method in class:DrawableContainer
808 final ConstantState cs = origDr[i].getConstantState();
1212 if (drawables[i].getConstantState() == null) {
H A DGradientDrawable.java1689 public ConstantState getConstantState() { method in class:GradientDrawable
H A DLayerDrawable.java1763 public ConstantState getConstantState() { method in class:LayerDrawable
1843 final ConstantState cs = dr.getConstantState();
2143 if (dr != null && dr.getConstantState() == null) {
H A DVectorDrawable.java318 public ConstantState getConstantState() { method in class:VectorDrawable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenWallpaper.java279 public ConstantState getConstantState() { method in class:LockscreenWallpaper.WallpaperDrawable
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DCompositeDrawable.java78 public ConstantState getConstantState() { method in class:CompositeDrawable
260 final ConstantState cs = dr.getConstantState();
H A DFitWidthBitmapDrawable.java84 public ConstantState getConstantState() { method in class:FitWidthBitmapDrawable
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java278 public ConstantState getConstantState() { method in class:UserIconDrawable
279 return new BitmapDrawable(mBitmap).getConstantState();
/frameworks/support/compat/ics/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi14.java205 public ConstantState getConstantState() { method in class:DrawableWrapperApi14
221 mState.mDrawableState = mDrawable != null ? mDrawable.getConstantState() : null;
339 mState.mDrawableState = dr.getConstantState();
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java184 * mutate() will be effective only if the getConstantState() is returning non-null.
193 // any modification here, and the getConstantState() will return null in this case.
214 drawable.mDelegateDrawable.getConstantState());
260 public ConstantState getConstantState() { method in class:AnimatedVectorDrawableCompat
262 return new AnimatedVectorDrawableDelegateState(mDelegateDrawable.getConstantState());
589 final ConstantState cs = copy.mVectorDrawable.getConstantState();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java210 public ConstantState getConstantState() { method in class:BackgroundManager.BitmapDrawable
514 drawable.getConstantState());
646 drawable.getConstantState().newDrawable().mutate();
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java266 public ConstantState getConstantState() { method in class:VectorDrawableCompat
269 return new VectorDrawableDelegateState(mDelegateDrawable.getConstantState());
552 drawable.mDelegateDrawable.getConstantState());

Completed in 1538 milliseconds