Home
last modified time | relevance | path

Searched defs:shellData (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/app/components/timeline/
Dtimeline_utils.ts24 const shellData = transition.getChildByName('shellData'); constant
32 const shellData = transition.getChildByName('shellData'); constant
48 const shellData = transition.getChildByName('shellData'); constant
/development/tools/winscope/src/parsers/transitions/operations/
Dadd_root_properties.ts27 const shellData = assertDefined(value.getChildByName('shellData')); constant