Home
last modified time | relevance | path

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

/development/tools/winscope/spec/utils/
Dtree.js2 constructor(nodeDef, children) { method in Node
9 constructor(nodeDef, diffType, children) { method in DiffNode
/development/tools/winscope/src/
Ddecode.js151 constructor: WindowManagerTrace, property
157 constructor: SurfaceFlingerTrace, property
163 constructor: ScreenRecordingTrace, property
171 constructor: TransactionsTrace, property
177 constructor: WaylandTrace, property
183 constructor: ProtoLogTrace, property
189 constructor: SystemUITrace, property
195 constructor: LauncherTrace, property
201 constructor: ImeTraceClients, property
207 constructor: ImeTraceService, property
[all …]
Dtransform_protolog.js25 constructor(message) { method in FormatStringMismatchError
Dmain.js150 if (Object.keys(traceFiles).length > 0 && typeInfo.constructor) {
151 traces[traceType] = new typeInfo.constructor(traceFiles);
183 if (Object.keys(dumpFiles).length > 0 && typeInfo.constructor) {
184 dumps[dumpType] = new typeInfo.constructor(dumpFiles);
Dtransform.js139 constructor(obj, rootName, stableId) { method in ObjectTransformer
/development/tools/winscope/spec/
DObjectTransformerSpec.js6 constructor(name, children, combined) { method in ObjNode
19 constructor(name, diffType, children, combined) { method in ObjDiffNode
/development/tools/winscope/src/utils/
Ddiff.js61 constructor(tree) { method in DiffGenerator
140 return Object.keys(obj).length === 0 && obj.constructor === Object;
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java501 item.constructor = constructors[i]; in loadMotoGpStats()
511 String constructor; field in PrintCustomContent.MotoGpStatItem
556 TextView constructorView = (TextView) convertView.findViewById(R.id.constructor); in getView()
557 constructorView.setText(item.constructor); in getView()
/development/tools/winscope/src/mixins/
DTimeline.js30 constructor(startPos, width) { method in Block
/development/tools/winscope/libs/virtualList/
Dvirtual.js13 constructor(param, callUpdate) { method in Virtual