Home
last modified time | relevance | path

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

/applications/standard/systemui/features/controlcentercomponent/src/main/ets/com/ohos/viewmodel/
DControlCenterVM.ts31 mComplexToggleLayout: SubscribedAbstractProperty<string[]>; property in ControlCenterVM
36 …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())}`);
/applications/standard/systemui/features/controlcentercomponent/src/main/ets/com/ohos/pages/
DControlCenterComponent.ets168 @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)))
/applications/standard/systemui/features/controlcentercomponent/src/main/ets/com/ohos/model/
DControlCenterService.ts70 mComplexToggleLayout: string[]; property in ControlCenterService
155 this.mComplexToggleLayout = complexToggleLayout;