Home
last modified time | relevance | path

Searched refs:o4 (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js371 this.o4 = new SynchedPropertyObjectOneWayPU(
418 this.o4.set(b1.itemStyle);
453 this.o4.reset(params.itemStyle);
461 this.o4.purgeDependencyOnElmtId(rmElmtId);
472 this.o4.aboutToBeDeleted();
490 return this.o4.get();
493 this.o4.set(newValue);
570 let o4 = this.itemStyle.fontColor;
571 if (o4 == undefined || o4
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js16 let __decorate = (this && this.__decorate) || function (m4, n4, o4, p4) {
18 let r4 = q4 < 3 ? n4 : p4 === null ? p4 = Object.getOwnPropertyDescriptor(n4, o4) : p4;
21 r4 = Reflect.decorate(m4, n4, o4, p4);
24 (s4 = m4[t4]) && (r4 = (q4 < 3 ? s4(r4) : q4 > 3 ? s4(n4, o4, r4) : s4(n4, o4)) || r4);
27 return q4 > 3 && r4 && Object.defineProperty(n4, o4, r4), r4;
739 getTextColor(o4) {
740 if (this.activateIndex === o4 && (this.toolBarList[o4]?.state === ItemState.ACTIVATE)) {
741 return this.toolBarList[o4]
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DRefUriTest.cpp307 auto o4 = interface_pointer_cast<IObjectInstance>(r1)->Resolve<IObjectInstance>(RefUri("ref://")); in HWTEST_F() local
308 ASSERT_TRUE(o4); in HWTEST_F()
309 EXPECT_EQ(o4->GetInstanceId(), interface_pointer_cast<IObjectInstance>(c3)->GetInstanceId()); in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js936 clearPath(o4) {
937 if (!this.checkNavPathStack('navPathStack.clear', o4)) {
940 this.navPathStack?.clear(o4.animated);
941 this.success(new ClearPathResult(), o4);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js936 clearPath(o4) {
937 if (!this.checkNavPathStack('navPathStack.clear', o4)) {
940 this.navPathStack?.clear(o4.animated);
941 this.success(new ClearPathResult(), o4);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js572 this.observeComponentCreation((n4, o4) => {
741 if (!o4) {
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js721 let o4 = this.unMarshallingParticipants(t);
722 let p4 = await this.shareCenter.changePrivilege(l4, m4, n4, o4);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js294 this.o4 = false;
543 this.o4 = j18;
547 return this.o4;
4384 constructor(m4, n4, itemWidth, itemHeight, o4, p4) {
4395 if (o4 !== undefined) {
4396 this.r15 = o4;
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1485 set textArrowLeftSafeOffset(o4) {
1486 this.__textArrowLeftSafeOffset.set(o4);
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js615 this.observeComponentCreation2((o4, p4) => {
638 this.forEachUpdateFunction(o4, this.menuItems.slice(0, CollapsibleMenuSection.maxCountOfVisibleItems - 1),
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js4134 onStateChange: this.popover?.onStateChange ?? ((o4) => {
4135 if (!o4.isVisible) {

Completed in 18 milliseconds