Searched refs:mComplexToggleLayout (Results 1 – 3 of 3) sorted by relevance
31 mComplexToggleLayout: SubscribedAbstractProperty<string[]>; property in ControlCenterVM36 …this.mComplexToggleLayout = AppStorage.SetAndLink(CONTROL_CENTER_COMPLEX_TOGGLE_LAYOUT_KEY, new Ar…53 if (JSON.stringify(layout) != JSON.stringify(this.mComplexToggleLayout.get())) {54 this.mComplexToggleLayout.set(layout);56 …setComplexToggleLayout, mComplexToggleLayout: ${JSON.stringify(this.mComplexToggleLayout.get())}`);
168 @StorageLink('ControlCenterComplexToggleLayout') mComplexToggleLayout: string[] = [];172 …G_ControlCenterComplexToggleLayout, `aboutToAppear, mComplexToggleLayout: ${this.mComplexToggleLay…181 ForEach(this.mComplexToggleLayout, (componentName) => {192 ….height(this.calcGridHeight(Math.ceil(this.mComplexToggleLayout.length / 2), this.style.rowHeight,…194 .rowsTemplate(this.generateRowsTemplate(Math.ceil(this.mComplexToggleLayout.length / 2)))
70 mComplexToggleLayout: string[]; property in ControlCenterService155 this.mComplexToggleLayout = complexToggleLayout;