Home
last modified time | relevance | path

Searched refs:titleIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/style/StyleBaseTest001/
H A Dindex.js20 titleIndex: 0,
40 this.titleIndex++;
41 if (this.titleIndex % 2 > 0) {
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_file_utils.cpp215 size_t titleIndex = fileName.rfind("."); in GarbleFileName() local
216 if (titleIndex == string::npos) { in GarbleFileName()
217 titleIndex = fileName.size(); in GarbleFileName()
219 if (titleIndex <= GARBLE.size() * GARBLE_UNIT) { in GarbleFileName()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js2368 this.titleIndex = 0;
2379 if (params.titleIndex !== undefined) {
2380 this.titleIndex = params.titleIndex;
2451 let titleChild = children[this.titleIndex];
2535 this.titleIndex = 0;
2624 if (params.titleIndex !== undefined) {
2625 this.titleIndex = params.titleIndex;
2890 if (index === this.titleIndex) {
2932 … this.forEachUpdateFunction(elmtId, [this.titleIndex, this.contentIndex,
2952 if (index === this.titleIndex) {
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/source/
H A Ddialog.ets928 titleIndex: number = 0;
951 let titleChild: Measurable = children[this.titleIndex];
1020 titleIndex: number = 0;
1033 ForEach([this.titleIndex, this.contentIndex, this.buttonIndex], (index: number) => {
1034 if (index === this.titleIndex) {