Home
last modified time | relevance | path

Searched refs:selectIndex (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.cpp59 auto selectIndex = GetCurrentIndex(); in GetText() local
60 if (selectIndex < static_cast<int32_t>(arrayValue.size())) { in GetText()
61 return arrayValue.at(selectIndex); in GetText()
H A Dindexer_pattern.h171 void FireOnSelect(int32_t selectIndex, bool fromPress);
H A Dindexer_pattern.cpp1926 void IndexerPattern::FireOnSelect(int32_t selectIndex, bool fromPress) in FireOnSelect() argument
1937 selectIndex; in FireOnSelect()
1938 if (fromPress || lastIndexFromPress_ == fromPress || lastFireSelectIndex_ != selectIndex) { in FireOnSelect()
1948 if (onSelected && (selectIndex >= 0) && (selectIndex < itemCount_)) { in FireOnSelect()
1954 lastFireSelectIndex_ = selectIndex; in FireOnSelect()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DavailableP2p.ets34 private selectIndex: number = - 1
36 …builder : P2pPswDialog({ p2pScanInfo : this.p2pList[ this.selectIndex ] , action : this.onAccept }…
62 this.selectIndex = index
H A DavailableWifi.ets35 @State selectIndex: number = - 1
37 builder : PswDialog({ scanInfo : this.wifiList[ this.selectIndex ] , action : this.onAccept }) ,
73 this.selectIndex = index
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dnode_custom_component_reusable_pool.md54 this.arrayTitle[this.selectIndex].isSelected = false;
55 this.selectIndex = index;
72 if (this.selectIndex !== index) {
74 this.arrayTitle[this.selectIndex].isSelected = false;
75 this.selectIndex = index;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.h106 void OnSelect(uint32_t selectIndex);
H A Drender_option.cpp183 void RenderOption::OnSelect(uint32_t selectIndex) in OnSelect() argument
189 if (data_->GetIndex() == selectIndex) { in OnSelect()
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dtypical-layout-scenario.md404 @State selectIndex: number = 0;
426 this.selectIndex = index;
442 Image(images[this.selectIndex].imageSrc)