Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/
Dcommon.js99 const EMPTY_MATRIX = new Matrix(0, 0, 0, 0, 0, 0); constant
100 const EMPTY_TRANSFORM = new Transform(0, EMPTY_MATRIX);
214 return new Transform(proto.type ?? 0, EMPTY_MATRIX);