Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/rects/
Drect_spec.ts22 legend: RectLegendOption[];
32 export interface RectLegendOption { interface
62 static makeLegendForLayerRects(withHierarchy: boolean): RectLegendOption[] {
63 const legend: RectLegendOption[] = [
80 ): RectLegendOption[] {
81 const legend: RectLegendOption[] = [
108 static makeLegendForWindowStateRects(): RectLegendOption[] {
109 const legend: RectLegendOption[] = [
118 static makeLegendForViewRects(): RectLegendOption[] {
119 const legend: RectLegendOption[] = [
[all …]
Drects_component_test.ts45 RectLegendOption,
1151 l: RectLegendOption[],