Searched refs:n10 (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 45 setInitiallyProvidedValue(n10) { argument 46 if (n10.item !== undefined) { 47 this.item = n10.item; 49 if (n10.title !== undefined) { 50 this.title = n10.title; 52 if (n10.subtitle !== undefined) { 53 this.subtitle = n10.subtitle; 55 if (n10.menuItems !== undefined) { 56 this.menuItems = n10.menuItems; 61 if (n10.fontSize !== undefined) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 16 var __decorate = (this && this.__decorate) || function (m10, n10, o10, p10) { 17 …var q10 = arguments.length, r10 = q10 < 3 ? n10 : p10 === null ? p10 = Object.getOwnPropertyDescri… 19 r10 = Reflect.decorate(m10, n10, o10, p10); 23 r10 = (q10 < 3 ? s10(r10) : q10 > 3 ? s10(n10, o10, r10) : s10(n10, o10)) || r10; 24 return q10 > 3 && r10 && Object.defineProperty(n10, o10, r10), r10;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 1593 this.n10 = []; 1605 if (this.n10.indexOf(listener) < 0) { 1606 this.n10.push(listener); 1613 this.n10.splice(pos, 1); 1618 this.n10.forEach(listener => { 1624 this.n10.forEach(listener => { 1633 this.n10.forEach(listener => { 1639 this.n10.forEach(listener => { 1645 this.n10.forEach(listener => { 2895 for (let n10 = 0; n10 < m10.length; n10++) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 93 constructor(m10, n10, o10, p10 = -1, q10 = undefined, r10) { argument 116 …this.__contentMargin = new SynchedPropertyObjectOneWayPU(n10.contentMargin, this, 'contentMargin'); 122 this.setInitiallyProvidedValue(n10);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 356 Swiper.onChange((n10) => { 357 const o10 = this.tabOffsets[n10] + TabTitleBar.correctionOffset; 358 this.currentIndex = n10;
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker.js | 294 this.observeComponentCreation2((n10, o10) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1152 let n10 = this.getCoveringGridPosition(m10); 1154 x: n10.x, 1155 y: n10.y
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1167 this.observeComponentCreation2((n10, o10) => {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/ |
H A D | counter.js | 2606 this.observeComponentCreation2((n10, o10) => {
|