Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/layers/
DLayerTraceEntry.ts17 import { Display, LayerTraceEntry, LayerTraceEntryBuilder, toRect, toSize, toTransform } from "../c…
21 LayerTraceEntry.fromProto = function (protos: any[], displayProtos: any[],
22 timestamp: number, hwcBlob: string, where: string = ''): LayerTraceEntry {
26 const entry: LayerTraceEntry = builder.build();
33 function addAttributes(entry: LayerTraceEntry, protos: any) {
54 function updateChildren(entry: LayerTraceEntry) {
79 export default LayerTraceEntry;
/development/tools/winscope/src/flickerlib/
DLayersTrace.ts18 import LayerTraceEntry from './layers/LayerTraceEntry'
23 const transformedEntry = LayerTraceEntry.fromProto(
Dcommon.js59 const LayerTraceEntry = require('flicker').com.android.server.wm.traces.common. constant
60 layers.LayerTraceEntry;
239 LayerTraceEntry,