Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts47 private selectedLayer: LayerTraceEntry | Layer | null = null; property in Presenter
240 this.uiData.selectedLayer = this.selectedLayer;
241 this.uiData.displayPropertyGroups = this.shouldDisplayPropertyGroups(this.selectedLayer);
329 this.selectedLayer = transformer.getOriginalFlickerItem(this.entry, selectedTree.stableId);
334 private shouldDisplayPropertyGroups(selectedLayer: Layer): boolean {
337 const isRoot = selectedLayer === this.entry;
Dui_data.ts32 selectedLayer: Layer = {}; property in UiData