Home
last modified time | relevance | path

Searched defs:mChangingConfigurations (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/res/
H A DComplexColor.java29 private int mChangingConfigurations; field in ComplexColor
H A DGradientColor.java93 private @Config int mChangingConfigurations; field in GradientColor
H A DColorStateList.java155 private @Config int mChangingConfigurations; field in ColorStateList
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DShadowDrawable.java186 int mChangingConfigurations; field in ShadowDrawable.ShadowDrawableState
/aosp12/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java57 private @Config int mChangingConfigurations; field in StateListAnimator
H A DAnimator.java57 @Config int mChangingConfigurations = 0; field in Animator
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorStateListDrawable.java253 @ActivityInfo.Config int mChangingConfigurations = 0; field in ColorStateListDrawable.ColorStateListDrawableState
H A DColorDrawable.java353 @Config int mChangingConfigurations; field in ColorDrawable.ColorState
H A DDrawableWrapper.java482 @Config int mChangingConfigurations; field in DrawableWrapper.DrawableWrapperState
H A DShapeDrawable.java540 @Config int mChangingConfigurations; field in ShapeDrawable.ShapeState
H A DNinePatchDrawable.java591 @Config int mChangingConfigurations; field in NinePatchDrawable.NinePatchState
H A DVectorDrawable.java931 @Config int mChangingConfigurations; field in VectorDrawable.VectorDrawableState
1309 private @Config int mChangingConfigurations; field in VectorDrawable.VGroup
1615 @Config int mChangingConfigurations; field in VectorDrawable.VPath
H A DBitmapDrawable.java1001 @Config int mChangingConfigurations; field in BitmapDrawable.BitmapState
H A DAdaptiveIconDrawable.java956 @Config int mChangingConfigurations; field in AdaptiveIconDrawable.LayerState
H A DDrawableContainer.java688 @Config int mChangingConfigurations; field in DrawableContainer.DrawableContainerState
H A DDrawable.java191 private @Config int mChangingConfigurations = 0; field in Drawable
H A DAnimatedVectorDrawable.java694 @Config int mChangingConfigurations; field in AnimatedVectorDrawable.AnimatedVectorDrawableState
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonDrawable.java408 int mChangingConfigurations; field in KeyButtonDrawable.ShadowDrawableState
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java862 private int mChangingConfigurations; field in VectorDrawable_Delegate.VGroup_Delegate
1001 int mChangingConfigurations; field in VectorDrawable_Delegate.VPath_Delegate
/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DDynamicAdaptiveIconDrawable.java781 int mChangingConfigurations; field in DynamicAdaptiveIconDrawable.LayerState
/aosp12/frameworks/base/core/java/android/app/
H A DActivity.java844 /*package*/ boolean mChangingConfigurations = false; field in Activity
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp72 jfieldID mChangingConfigurations; member