Home
last modified time | relevance | path

Searched refs:Theme (Results 1 – 25 of 148) sorted by relevance

123456

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java29 import android.content.res.Resources.Theme;
56 Resources thisResources, Theme thisTheme, in obtainStyledAttributes()
68 Resources thisResources, Theme thisTheme, in obtainStyledAttributes()
81 Resources thisResources, Theme thisTheme, in obtainStyledAttributes()
93 Resources thisResources, Theme thisTheme, in resolveAttribute()
104 /*package*/ static TypedArray resolveAttributes(Resources thisResources, Theme thisTheme, in resolveAttributes()
112 private static boolean setupResources(Theme thisTheme) { in setupResources()
DComplexColor_Accessor.java24 import android.content.res.Resources.Theme;
36 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) in createGradientColorFromXmlInner()
42 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) in createColorStateListFromXmlInner()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java37 private Resources.Theme mTheme;
80 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper()
156 public void setTheme(@Nullable Resources.Theme theme) { in setTheme()
168 public Resources.Theme getTheme() { in getTheme()
202 protected void onApplyThemeResource(Resources.Theme theme, int resId, boolean first) { in onApplyThemeResource()
211 final Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme()
/frameworks/base/core/java/android/widget/
DThemedSpinnerAdapter.java21 import android.content.res.Resources.Theme;
42 void setDropDownViewTheme(@Nullable Resources.Theme theme); in setDropDownViewTheme()
52 Resources.Theme getDropDownViewTheme(); in getDropDownViewTheme()
/frameworks/base/libs/androidfw/tests/
DTheme_bench.cpp58 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeApplyStyleFrameworkOld()
84 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeGetAttributeOld()
DTheme_test.cpp67 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
77 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
97 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
126 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
135 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
165 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
196 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F()
197 ASSERT_TRUE(theme->ApplyStyle(libclient::R::style::Theme, false /*force*/).has_value()); in TEST_F()
221 std::unique_ptr<Theme> theme_one = assetmanager.NewTheme(); in TEST_F()
234 std::unique_ptr<Theme> theme_two = assetmanager.NewTheme(); in TEST_F()
[all …]
/frameworks/base/apct-tests/perftests/core/src/android/app/
DResourcesThemePerfTest.java46 private Resources.Theme mTheme;
58 Resources.Theme destTheme = mContext.getResources().newTheme(); in applyStyle()
67 Resources.Theme destTheme = mContext.getResources().newTheme(); in rebase()
78 Resources.Theme destTheme = mContext.getResources().newTheme(); in setToSameAssetManager()
103 Resources.Theme destTheme = destResources.newTheme(); in setToDifferentAssetManager()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h35 class Theme; variable
80 friend Theme; variable
223 friend Theme; member
322 std::unique_ptr<Theme> NewTheme();
507 class Theme {
511 ~Theme();
534 base::expected<std::monostate, IOError> SetTo(const Theme& source);
568 DISALLOW_COPY_AND_ASSIGN(Theme);
570 explicit Theme(AssetManager2* asset_manager);
DAttributeResolution.h48 base::expected<std::monostate, IOError> ResolveAttrs(Theme* theme, uint32_t def_style_attr,
56 base::expected<std::monostate, IOError> ApplyStyle(Theme* theme, ResXMLParser* xml_parser,
/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java23 import android.content.res.Resources.Theme;
49 public void put(long key, @Nullable Theme theme, @NonNull T entry) { in put()
63 public void put(long key, @Nullable Theme theme, @NonNull T entry, boolean usesTheme) { in put()
89 public T get(long key, @Nullable Theme theme) { in get()
147 private LongSparseArray<WeakReference<T>> getThemedLocked(@Nullable Theme t, boolean create) { in getThemedLocked()
DComplexColor.java20 import android.content.res.Resources.Theme;
57 public abstract ComplexColor obtainForTheme(Theme t); in obtainForTheme()
DGradientColor.java24 import android.content.res.Resources.Theme;
256 public static GradientColor createFromXml(Resources r, XmlResourceParser parser, Theme theme) in createFromXml()
282 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) in createFromXmlInner()
299 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
322 @NonNull AttributeSet attrs, @NonNull Theme theme) in inflateChildElements()
394 private void applyItemsAttrsTheme(Theme t) { in applyItemsAttrsTheme()
526 public GradientColor newInstance(Resources res, Theme theme) { in newInstance()
541 public GradientColor obtainForTheme(Theme t) { in obtainForTheme()
564 private void applyTheme(Theme t) { in applyTheme()
574 private void applyRootAttrsTheme(Theme t) { in applyRootAttrsTheme()
DResources.java168 private final ArrayList<WeakReference<Theme>> mThemeRefs = new ArrayList<>();
202 com.android.internal.R.style.Theme, in selectDefaultTheme()
369 WeakReference<Theme> weakThemeRef = mThemeRefs.get(i); in setImpl()
370 Theme theme = weakThemeRef != null ? weakThemeRef.get() : null; in setImpl()
929 public Drawable getDrawable(@DrawableRes int id, @Nullable Theme theme) in getDrawable()
987 public Drawable getDrawableForDensity(@DrawableRes int id, int density, @Nullable Theme theme) { in getDrawableForDensity()
1000 Drawable loadDrawable(@NonNull TypedValue value, int id, int density, @Nullable Theme theme) in loadDrawable()
1064 public int getColor(@ColorRes int id, @Nullable Theme theme) throws NotFoundException { in getColor()
1133 public ColorStateList getColorStateList(@ColorRes int id, @Nullable Theme theme) in getColorStateList()
1146 ColorStateList loadColorStateList(@NonNull TypedValue value, int id, @Nullable Theme theme) in loadColorStateList()
[all …]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DFallbackThemeWrapper.java20 import android.content.res.Resources.Theme;
47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DAlphaTintDrawableWrapper.java21 import android.content.res.Resources.Theme;
67 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
82 public void applyTheme(Theme t) { in applyTheme()
157 public Drawable newDrawable(Resources res, Theme theme) { in newDrawable()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableInflater.java25 import android.content.res.Resources.Theme;
77 @Nullable Theme theme, @DrawableRes int id) { in loadDrawable()
113 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflateFromXml()
123 @NonNull AttributeSet attrs, int density, @Nullable Theme theme) in inflateFromXmlForDensity()
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DAnimationScaleListDrawable.java23 import android.content.res.Resources.Theme;
78 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflate()
94 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflateChildElements()
239 public void applyTheme(@NonNull Theme theme) { in applyTheme()
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveIconShapeDrawable.java20 import android.content.res.Resources.Theme;
47 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate()
/frameworks/base/core/java/android/view/animation/
DCycleInterpolator.java21 import android.content.res.Resources.Theme;
46 public CycleInterpolator(Resources resources, Theme theme, AttributeSet attrs) { in CycleInterpolator()
DOvershootInterpolator.java21 import android.content.res.Resources.Theme;
56 public OvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { in OvershootInterpolator()
DAnticipateInterpolator.java21 import android.content.res.Resources.Theme;
55 public AnticipateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AnticipateInterpolator()
DAccelerateInterpolator.java21 import android.content.res.Resources.Theme;
63 public AccelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in AccelerateInterpolator()
DDecelerateInterpolator.java21 import android.content.res.Resources.Theme;
56 public DecelerateInterpolator(Resources res, Theme theme, AttributeSet attrs) { in DecelerateInterpolator()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFixedScaleDrawable.java4 import android.content.res.Resources.Theme;
40 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) { } in inflate()
/frameworks/base/core/java/android/net/
DNetworkBadging.java25 import android.content.res.Resources.Theme;
65 @IntRange(from=0, to=4) int signalLevel, @Badging int badging, @Nullable Theme theme) { in getWifiIcon()

123456