Home | History | Annotate | Download | only in androidfw

Lines Matching defs:Theme

3415 ResTable::Theme::Theme(const ResTable& table)
3422 ResTable::Theme::~Theme()
3432 void ResTable::Theme::free_package(package_info* pi)
3443 ResTable::Theme::package_info* ResTable::Theme::copy_package(package_info* pi)
3462 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force)
3469 ALOGV("Applying style 0x%08x to theme %p, count=%zu", resID, this, N);
3555 ALOGI("Applying style 0x%08x (force=%d) theme %p...\n", resID, force, this);
3562 status_t ResTable::Theme::setTo(const Theme& other)
3565 ALOGI("Setting theme %p from theme %p...\n", this, &other);
3600 ALOGI("Final theme:");
3607 status_t ResTable::Theme::clear()
3610 ALOGI("Clearing theme %p...\n", this);
3624 ALOGI("Final theme:");
3631 ssize_t ResTable::Theme::getAttribute(uint32_t resID, Res_value* outValue,
3644 ALOGI("Looking up attr 0x%08x in theme %p", resID, this);
3667 ALOGI("Theme value: type=0x%x, data=0x%08x",
3696 ssize_t ResTable::Theme::resolveAttributeReference(Res_value* inOutValue,
3718 uint32_t ResTable::Theme::getChangingConfigurations() const
3723 void ResTable::Theme::dumpToLog() const
3725 ALOGI("Theme %p:\n", this);