Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js594 this.needRenderLeftClickCount = new NeedRenderLeftClickCount();
1335 let NeedRenderLeftClickCount = class NeedRenderLeftClickCount { class
1340 NeedRenderLeftClickCount = __decorate([
1342 ], NeedRenderLeftClickCount);
1343 export { NeedRenderLeftClickCount };
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/source/
H A Dmultinavigation.ets235 @ObjectLink needRenderLeftClickCount: NeedRenderLeftClickCount;
426 needRenderLeftClickCount: NeedRenderLeftClickCount = new NeedRenderLeftClickCount();
1225 export class NeedRenderLeftClickCount {