Searched refs:attr_resid (Results 1 – 2 of 2) sorted by relevance
90 const ResourceId attr_resid = result.attr.compiled_attribute.value().id.value(); in ProcessRule() local91 const ApiVersion attr_version = FindAttributeSdkLevel(attr_resid); in ProcessRule()93 auto iter = rules_->find(attr_resid); in ProcessRule()120 const ResourceId attr_resid = attr.compiled_attribute.value().id.value(); in ProcessDoc() local121 const ApiVersion attr_version = FindAttributeSdkLevel(attr_resid); in ProcessDoc()123 auto rule = rules_->find(attr_resid); in ProcessDoc()
751 jint attr_resid = bag->entries[i].key; in NativeGetStyleAttributes() local752 env->SetIntArrayRegion(array, i, 1, &attr_resid); in NativeGetStyleAttributes()