Home
last modified time | relevance | path

Searched refs:getIntFlagsAsStrings (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/flickerlib/
DObjectFormatter.ts213 translatedValue = this.getIntFlagsAsStrings(value,
219 translatedValue = this.getIntFlagsAsStrings(value, typeDefSpec)
232 private static getIntFlagsAsStrings(intFlags: any, annotationType: string) { method in ObjectFormatter