Searched defs:Theme (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResources.java932 * In other words, a Theme is a set of values for resource attributes;
936 * <p>The Theme's attributes come into play in two ways: (1) a styled
940 * attribute's value in the Theme.
945 public final class Theme { class in class:Resources
948 * specified by <var>resid</var> will be retrieved from this Theme's
949 * resources, its values placed into the Theme object.
974 * @param other The existing Theme to copy from.
976 public void setTo(Theme other) {
982 * <var>Theme</var> which are listed in <var>attrs</var>.
1164 * Retrieve the value of an attribute in the Theme
1208 /*package*/ Theme() { method in class:Resources.Theme
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1260 ResTable::Theme::Theme(const ResTable& table) function in class:android::ResTable::Theme
1266 ResTable::Theme::~Theme()
1276 void ResTable::Theme::free_package(package_info* pi)
1287 ResTable::Theme::package_info* ResTable::Theme::copy_package(package_info* pi)
1307 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force)
1399 status_t ResTable::Theme::setTo(const Theme
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h1696 class Theme { class in class:android::ResTable
1698 Theme(const ResTable& table);
1699 ~Theme();
1704 status_t setTo(const Theme& other);
1739 Theme(const Theme&);
1740 Theme& operator=(const Theme&);

Completed in 19 milliseconds