Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 25 of 115) sorted by relevance

12345

/frameworks/base/libs/androidfw/tests/
DTheme_bench.cpp41 auto theme = assets.NewTheme(); in BM_ThemeApplyStyleFramework() local
58 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeApplyStyleFrameworkOld() local
70 auto theme = assets.NewTheme(); in BM_ThemeGetAttribute() local
87 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)}; in BM_ThemeGetAttributeOld() local
DTheme_test.cpp67 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
80 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
104 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
137 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
149 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
183 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
218 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST_F() local
DAttributeResolution_test.cpp74 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in TEST() local
104 std::unique_ptr<Theme> theme = assetmanager_.NewTheme(); in TEST_F() local
209 std::unique_ptr<Theme> theme = assetmanager_.NewTheme(); in TEST_F() local
DAttributeResolution_bench.cpp66 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in BM_ApplyStyle() local
147 std::unique_ptr<Theme> theme = assetmanager.NewTheme(); in BM_ApplyStyleFramework() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DThemeResolver.java72 public int resolve(@Nullable String theme) { in resolve()
77 private int resolve(@Nullable String theme, boolean suppressDayNight) { in resolve()
102 private static int getDayNightThemeRes(@Nullable String theme) { in getDayNightThemeRes()
129 private static int getThemeRes(@Nullable String theme) { in getThemeRes()
164 private static int getThemeVersion(String theme) { in getThemeVersion()
DWizardManagerHelper.java247 final String theme = intent.getStringExtra(EXTRA_THEME); in isLightTheme() local
260 public static boolean isLightTheme(String theme, boolean def) { in isLightTheme()
346 String theme, @StyleRes int defaultTheme, @Nullable String oldestSupportedTheme) { in getThemeRes()
377 public static @StyleRes int getThemeRes(@Nullable String theme, @StyleRes int defaultTheme) { in getThemeRes()
DFallbackThemeWrapper.java47 protected void onApplyThemeResource(Theme theme, int resId, boolean first) { in onApplyThemeResource()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java80 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper()
156 public void setTheme(@Nullable Resources.Theme theme) { in setTheme()
202 protected void onApplyThemeResource(Resources.Theme theme, int resId, boolean first) { in onApplyThemeResource()
211 final Resources.Theme theme = getBaseContext().getTheme(); in initializeTheme() local
/frameworks/layoutlib/bridge/src/android/content/res/
DComplexColor_Accessor.java36 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) in createGradientColorFromXmlInner()
42 @NonNull XmlPullParser parser, @NonNull AttributeSet attrs, @Nullable Theme theme) in createColorStateListFromXmlInner()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DButtonFooterMixin.java68 public Button addButton(CharSequence text, @StyleRes int theme) { in addButton()
84 public Button addButton(@StringRes int text, @StyleRes int theme) { in addButton()
163 private Button createThemedButton(Context context, @StyleRes int theme) { in createThemedButton()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableInflater.java78 @NonNull Resources resources, @Nullable Theme theme, @DrawableRes int id) { in loadDrawable()
115 @NonNull AttributeSet attrs, @Nullable Theme theme) in inflateFromXml()
126 @NonNull AttributeSet attrs, int density, @Nullable Theme theme) in inflateFromXmlForDensity()
/frameworks/base/core/java/android/app/
DPresentation.java189 public Presentation(Context outerContext, Display display, int theme) { in Presentation()
190 super(createPresentationContext(outerContext, display, theme), theme, false); in Presentation() local
313 Context outerContext, Display display, int theme) { in createPresentationContext()
/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java49 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()
DGradientColor.java256 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()
526 public GradientColor newInstance(Resources res, Theme theme) { in newInstance()
DConstantState.java60 public T newInstance(Resources res, Resources.Theme theme) { in newInstance()
DDrawableCache.java41 public Drawable getInstance(long key, Resources resources, Resources.Theme theme) { in getInstance()
DConfigurationBoundResourceCache.java43 public T getInstance(long key, Resources resources, Resources.Theme theme) { in getInstance()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java157 @NonNull BridgeContext context, @Nullable Theme theme, boolean allowGradients) { in getInternalComplexColor()
229 @NonNull BridgeContext context, @Nullable Resources.Theme theme) { in getColorStateList()
244 @NonNull BridgeContext context, @Nullable Resources.Theme theme) { in getComplexColor()
305 public static Drawable getDrawable(ResourceValue value, BridgeContext context, Theme theme) { in getDrawable()
414 public static Typeface getFont(String fontName, BridgeContext context, Theme theme, boolean in getFont()
434 public static Typeface getFont(ResourceValue value, BridgeContext context, Theme theme) { in getFont()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java104 public static Animator loadAnimator(Resources resources, Theme theme, int id) in loadAnimator()
110 public static Animator loadAnimator(Resources resources, Theme theme, int id, in loadAnimator()
162 final Theme theme = context.getTheme(); in loadStateListAnimator() local
639 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml()
646 private static Animator createAnimatorFromXml(Resources res, Theme theme, XmlPullParser parser, in createAnimatorFromXml()
716 private static PropertyValuesHolder[] loadValues(Resources res, Theme theme, in loadValues()
774 private static int inferValueTypeOfKeyframe(Resources res, Theme theme, AttributeSet attrs) { in inferValueTypeOfKeyframe()
830 private static PropertyValuesHolder loadPvh(Resources res, Theme theme, XmlPullParser parser, in loadPvh()
953 private static Keyframe loadKeyframe(Resources res, Theme theme, AttributeSet attrs, in loadKeyframe()
1007 private static ObjectAnimator loadObjectAnimator(Resources res, Theme theme, AttributeSet attrs, in loadObjectAnimator()
[all …]
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DAnimationScaleListDrawable.java78 @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/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java172 final Resources.Theme theme = i == 0 ? getActivity().getTheme() : null; in testConfigChangeMultipleThemes() local
186 final Resources.Theme theme = i == 0 ? getActivity().getTheme() : null; in testConfigChangeMultipleThemes() local
195 final Resources.Theme theme = i == 0 ? getActivity().getTheme() : null; in testConfigChangeMultipleThemes() local
/frameworks/base/core/java/android/widget/
DThemedSpinnerAdapter.java42 void setDropDownViewTheme(@Nullable Resources.Theme theme); in setDropDownViewTheme()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperSettingsActivity.java40 Resources.Theme theme = getTheme(); in onCreate() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DButtonItem.java42 private int theme = R.style.SuwButtonItem; field in ButtonItem
79 public void setTheme(int theme) { in setTheme()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DNavigationBar.java62 int theme = attributes.getResourceId(suwNavBarTheme, 0); in getNavbarTheme() local
78 final int theme = getNavbarTheme(context); in getThemedContext() local

12345