Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_input/operations/
Dinput_coordinate_propagator.ts62 let axisValues = pointer.getChildByName('axisValueInWindow');
63 if (axisValues === undefined) {
64 axisValues = this.addPropertyTo(pointer, 'axisValueInWindow');
68 axisValues.getAllChildren().forEach((axisValue) => {
79 axisValues?.removeChild(axisValue.id);
87 const xAxisValue = this.addPropertyTo(axisValues, 'x');
96 const yAxisValue = this.addPropertyTo(axisValues, 'y');
142 const axisValues = pointer.getChildByName('axisValue'); constant
145 axisValues?.getAllChildren()?.forEach((axisValue) => {
Ddispatch_entry_formatter.ts66 const axisValues = pointer.getChildByName('axisValueInWindow'); constant
69 axisValues?.getAllChildren()?.forEach((axisValue) => {