Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/winscope/src/viewers/viewer_transactions/operations/
H A Dset_root_display_name_test.ts19 import {SetRootDisplayNames} from './set_root_display_name';
22 let operation: SetRootDisplayNames;
25 operation = new SetRootDisplayNames();
H A Dset_root_display_name.ts20 export class SetRootDisplayNames implements Operation<UiPropertyTreeNode> { class
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_transactions/
H A Dpresenter.ts32 import {SetRootDisplayNames} from './operations/set_root_display_name';
72 [new SetRootDisplayNames()],