Home
last modified time | relevance | path

Searched refs:myIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dswiper_optimization.md177 myIndex: number = 0;
183 console.info(`aboutToAppear` + this.myIndex);
184 this.imageContent = this.dataSource.getData(this.myIndex)?.image;
190 let str = "item" + (this.myIndex + 1) + ".jpg";
195 console.info("aboutToAppear push" + this.myIndex)
196 this.dataSource.addData(this.myIndex, { description: "" + this.myIndex, image: value })
274 myIndex: index,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp210 auto myIndex = swiperNode->GetChildFlatIndex(tabContentId).second; in AddTabBarItem() local
212 tabBarPattern->SetTabBarStyle(tabBarParam.GetTabBarStyle(), myIndex); in AddTabBarItem()
213 tabBarPattern->SetBottomTabBarStyle(bottomTabBarStyle, myIndex); in AddTabBarItem()
217 tabBarPattern->SetIconStyle(iconStyle, myIndex); in AddTabBarItem()
219 tabBarPattern->SetSymbol(symbol, myIndex); in AddTabBarItem()
231 tabBarPattern->SetSelectedMode(selectedMode, myIndex); in AddTabBarItem()
232 tabBarPattern->SetIndicatorStyle(indicatorStyle, myIndex); in AddTabBarItem()
339 if (myIndex == indicator) { in AddTabBarItem()
397 if (myIndex == indicator) { in AddTabBarItem()
429 if (imageSourceInfo.IsSvg() && myIndex == indicator) { in AddTabBarItem()
[all …]
H A Dtab_content_node.cpp62 auto myIndex = swiper->GetChildFlatIndex(GetId()).second; in ProcessTabBarItem() local
75 TabContentModelNG::AddTabBarItem(Referenced::Claim(this), myIndex, update); in ProcessTabBarItem()
/ohos5.0/docs/en/application-dev/performance/
H A Dswiper_optimization.md176 myIndex: number = 0;
182 console.info(`aboutToAppear` + this.myIndex);
183 this.imageContent = this.dataSource.getData(this.myIndex)?.image;
189 let str = "item" + (this.myIndex + 1) + ".jpg";
194 console.log("aboutToAppear push" + this.myIndex)
195 this.dataSource.addData(this.myIndex, { description: "" + this.myIndex, image: value })
273 myIndex: index,
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-user-defined-arktsNode-builderNode.md722 @Entry({ routeName: "myIndex" })
767 this.getUIContext().getRouter().replaceNamedRoute({ name: "myIndex" });
839 @Entry({ routeName: "myIndex" })