Searched refs:Theme (Results 101 - 125 of 152) sorted by relevance

1234567

/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DLayoutInflaterFactoryTestCase.java231 private static TypedValue getColorAccentValue(final Resources.Theme theme) {
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DRoundedDrawable.java103 @NonNull AttributeSet attrs, @Nullable Resources.Theme theme)
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java33 import android.content.res.Resources.Theme;
526 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme)
678 public void applyTheme(Theme t) {
812 + " called with a non-null Theme object.");
861 public void inflatePendingAnimators(@NonNull Resources res, @Nullable Theme t) {
891 public Animator newInstance(Resources res, Theme theme) {
H A DBitmapDrawable.java23 import android.content.res.Resources.Theme;
765 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
900 public void applyTheme(Theme t) {
H A DDrawableContainer.java23 import android.content.res.Resources.Theme;
629 public void applyTheme(Theme theme) {
971 final void applyTheme(Theme theme) {
H A DGradientDrawable.java26 import android.content.res.Resources.Theme;
1234 @NonNull AttributeSet attrs, @Nullable Theme theme)
1250 public void applyTheme(@NonNull Theme t) {
1346 private void applyThemeChildElements(Theme t) {
1398 Theme theme) throws XmlPullParserException, IOException {
H A DLayerDrawable.java24 import android.content.res.Resources.Theme;
173 @NonNull AttributeSet attrs, @Nullable Theme theme)
201 public void applyTheme(@NonNull Theme t) {
242 @NonNull AttributeSet attrs, @Nullable Theme theme)
454 * @param themeAttrs Theme attributes extracted from the layer.
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java47 import android.content.res.Resources.Theme;
187 static Drawable getDrawable(Resources resources, int id, Theme theme) {
221 static int getColor(Resources resources, int id, Theme theme) throws NotFoundException {
256 static ColorStateList getColorStateList(Resources resources, int id, Theme theme)
524 static TypedArray obtainAttributes(Resources resources, Resources.Theme theme, AttributeSet
H A DBridgeTypedArray.java32 import android.content.res.Resources.Theme;
163 public void setTheme(Theme theme) {
695 // TODO: Get the right Theme Attribute ID to enable caching of the drawables.
777 // The drawables are always inflated with a Theme and we don't care about caching. So,
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java21 import android.content.res.Resources.Theme;
219 int defStyleRes, Theme popupTheme) {
H A DQuickContactBadge.java94 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
H A DSpinner.java28 import android.content.res.Resources.Theme;
241 Theme popupTheme) {
962 @Nullable Resources.Theme dropDownTheme) {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatSpinner.java195 Resources.Theme popupTheme) {
604 @Nullable Resources.Theme dropDownTheme) {
H A DAppCompatDrawableManager.java71 @NonNull AttributeSet attrs, @Nullable Resources.Theme theme);
772 @NonNull AttributeSet attrs, @Nullable Resources.Theme theme) {
789 @NonNull AttributeSet attrs, @Nullable Resources.Theme theme) {
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesManagerTest.java189 Resources.Theme theme = resources1.newTheme();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java128 com.android.internal.R.styleable.Theme, 0, 0);
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSetupWizardLayoutTest.java172 android.R.style.Theme);
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp363 <declare-styleable name="Theme">
466 ASSERT_TRUE(TestParse(R"(<style name="foo" parent="com.app:Theme"/>)"));
471 EXPECT_THAT(style->parent.value().name, Eq(make_value(test::ParseNameOrDie("com.app:style/Theme"))));
477 name="foo" parent="app:Theme"/>)";
484 EXPECT_THAT(style->parent.value().name, Eq(make_value(test::ParseNameOrDie("android:style/Theme"))));
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteButton.java133 Resources.Theme theme = ApiHelper.getLibResources(context).newTheme();
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java116 com.android.internal.R.styleable.Theme);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSuggestionsPopupWindowTest.java266 getActivity().obtainStyledAttributes(com.android.internal.R.styleable.Theme);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java172 public Resources.Theme getTheme() {
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
H A DGlifLayoutTest.java199 mContext = new ContextThemeWrapper(application, android.R.style.Theme);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3622 ResTable::Theme::Theme(const ResTable& table) function in class:ResTable::Theme
3629 ResTable::Theme::~Theme()
3639 void ResTable::Theme::free_package(package_info* pi)
3650 ResTable::Theme::package_info* ResTable::Theme::copy_package(package_info* pi)
3669 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force)
3769 status_t ResTable::Theme::setTo(const Theme
[all...]
/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_test.cpp244 const ResolvedBag* bag = assetmanager.GetBag(fix_package_id(lib_one::R::style::Theme, 0x03));
263 const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::Theme);

Completed in 536 milliseconds

1234567