Home
last modified time | relevance | path

Searched refs:n2 (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js178 this.n2 = this.initializeConsume('chipSize', 'chipSize');
196 this.n2.purgeDependencyOnElmtId(rmElmtId);
200 this.n2.aboutToBeDeleted();
206 return this.n2.get();
209 this.n2.set(newValue);
376 this.n2 = new ObservedPropertyObjectPU(b1.itemStyle.size, this, 'chipSize');
377 this.addProvidedVar('chipSize', this.n2, false);
462 this.n2.purgeDependencyOnElmtId(rmElmtId);
473 this.n2.aboutToBeDeleted();
496 return this.n2
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js338 this.n2 = new SynchedPropertyNesedObjectPU(params.optionsArray, this, "optionsArray");
347 this.n2.set(params.optionsArray);
352 this.n2.set(params.optionsArray);
357 this.n2.purgeDependencyOnElmtId(rmElmtId);
364 this.n2.aboutToBeDeleted();
373 return this.n2.get();
445 this.n2 = new SynchedPropertyNesedObjectPU(params.optionsArray, this, "optionsArray");
457 this.n2.set(params.optionsArray);
462 this.n2.set(params.optionsArray);
467 this.n2
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h46 #define FO_DIV(n1, n2) ((static_cast<int64_t>(n1) << FIXED_Q_NUM) / (n2))
49 #define FO_MUL(n1, n2) ((static_cast<int64_t>(n1) * (n2)) >> FIXED_Q_NUM)
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js368 let n2 = j2;
369 console.error(`AtomicServiceWeb checkUrl failed, code is ${n2.code}, message is ${n2.message}`);
1046 let n2 = m2.fileName ? m2.fileName : this.parseFileNameFromUrl(m2.url);
1059 this.saveDownloadFile(p2, n2, m2, y2 => {
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js368 let n2 = j2;
369 console.error(`AtomicServiceWeb checkUrl failed, code is ${n2.code}, message is ${n2.message}`);
1046 let n2 = m2.fileName ? m2.fileName : this.parseFileNameFromUrl(m2.url);
1059 this.saveDownloadFile(p2, n2, m2, y2 => {
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js395 this.n2 = new SynchedPropertyObjectOneWayPU(
555 this.n2.set(ChipSize.NORMAL);
661 this.n2.reset(params.chipSize);
681 this.n2.purgeDependencyOnElmtId(rmElmtId);
718 this.n2.aboutToBeDeleted();
757 return this.n2.get();
760 this.n2.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js244 set foldedLayoutOptions(n2) {
245 this.__foldedLayoutOptions.set(n2);
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1932 Stack.onTouch((n2) => {
1936 if (n2.type === TouchType.Down) {
1940 if (n2.type === TouchType.Up || n2.type === TouchType.Cancel) {
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1096 Button.onTouch((n2) => {
1097 this.touchEventAction(n2);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js1010 let n2 = l2.message;
1011 hilog.error(0x3900, 'ComposeTitleBar', `Failed to init fontsizescale info, cause, code: ${m2}, message: ${n2}`);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js313 let n2 = t.readString();
321 let e3 = await this.cloudDb.insert(n2, o2, p2);
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1389 set frontColor(n2) {
1390 this.__frontColor.set(n2);
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1881 set isFocus(n2) {
1882 this.__isFocus.set(n2);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp882 int Collate8Compare(void *p, int n1, const void *v1, int n2, const void *v2) in Collate8Compare() argument
890 uiter_setUTF8(&i2, (const char *)v2, n2); in Collate8Compare()
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js73 const n2 = 12;
310 this.a5 = node.b5 * n2 + o2;
353 this.l5 = node.b5 * n2 + o2;
523 this.l5 = l18 * n2 + o2;
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js930 this.observeComponentCreation2((n2, o2) => {
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js959 this.observeComponentCreation2((n2, o2) => {

Completed in 26 milliseconds