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

/frameworks/base/core/java/android/content/res/
H A DResources.java928 * In other words, a Theme is a set of values for resource attributes;
932 * <p>The Theme's attributes come into play in two ways: (1) a styled
936 * attribute's value in the Theme.
941 public final class Theme { class in class:Resources
944 * specified by <var>resid</var> will be retrieved from this Theme's
945 * resources, its values placed into the Theme object.
970 * @param other The existing Theme to copy from.
972 public void setTo(Theme other) {
978 * <var>Theme</var> which are listed in <var>attrs</var>.
1160 * Retrieve the value of an attribute in the Theme
1204 /*package*/ Theme() { method in class:Resources.Theme
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1359 ResTable::Theme::Theme(const ResTable& table) function in class:android::ResTable::Theme
1365 ResTable::Theme::~Theme()
1375 void ResTable::Theme::free_package(package_info* pi)
1386 ResTable::Theme::package_info* ResTable::Theme::copy_package(package_info* pi)
1406 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force)
1498 status_t ResTable::Theme::setTo(const Theme
[all...]
/frameworks/base/include/utils/
H A DResourceTypes.h1823 class Theme { class in class:android::ResTable
1825 Theme(const ResTable& table);
1826 ~Theme();
1831 status_t setTo(const Theme& other);
1866 Theme(const Theme&);
1867 Theme& operator=(const Theme&);

Completed in 78 milliseconds