Home
last modified time | relevance | path

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

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