Searched refs:res_category (Results 1 – 1 of 1) sorted by relevance
/packages/modules/AdServices/adservices/scripts/ |
D | generate_adservices_public_xml.py | 76 def _get_updated_resources(self, res_category, res_xml_dir): argument 77 match res_category: 101 def update_public_xml(self, res_xml_dir, res_type, res_category, map_start, argument 106 res_all = self._get_updated_resources(res_category, res_xml_dir) 139 res_type='string', res_category=ResourceCategory.Value, 143 res_type='dimen', res_category=ResourceCategory.Value, 146 res_type='color', res_category=ResourceCategory.Value, 149 res_type='integer', res_category=ResourceCategory.Value, 152 res_type='style', res_category=ResourceCategory.Value, 155 res_type='drawable', res_category=ResourceCategory.File, [all …]
|