Searched refs:searchAttrs (Results 1 – 2 of 2) sorted by relevance
124 const searchAttrs = [ constant147 searchAttrs.map((str) => `*[${str}]`).join(',') +161 searchAttrs,
853 List<AttributeHolder> attributeList = searchAttrs(attrs); in internalObtainStyledAttributes()1112 List<AttributeHolder> attributes = searchAttrs(attrs); in createStyleBasedTypedArray()1156 private List<AttributeHolder> searchAttrs(int[] attributeIds) { in searchAttrs() method in BridgeContext