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())}`);
170 @StorageLink('ControlCenterComplexToggleLayout') mComplexToggleLayout: string[] = [];174 …G_ControlCenterComplexToggleLayout, `aboutToAppear, mComplexToggleLayout: ${this.mComplexToggleLay…183 ForEach(this.mComplexToggleLayout, (componentName: string) => {195 Math.ceil(this.mComplexToggleLayout.length / 2),199 .rowsTemplate(this.generateRowsTemplate(Math.ceil(this.mComplexToggleLayout.length / 2)))
70 mComplexToggleLayout: string[]; property in ControlCenterService155 this.mComplexToggleLayout = complexToggleLayout;