/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 1158 setInitiallyProvidedValue(n1) { 1159 if (n1.itemEditableDialog !== undefined) { 1160 this.itemEditableDialog = n1.itemEditableDialog; 1162 if (n1.callbackId !== undefined) { 1163 this.callbackId = n1.callbackId; 1165 if (n1.textEditableTitleBarDialog !== undefined) { 1166 this.textEditableTitleBarDialog = n1.textEditableTitleBarDialog; 1168 if (n1.mainWindowStage !== undefined) { 1169 this.mainWindowStage = n1.mainWindowStage; 1171 if (n1 [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/src/curves/ |
H A D | easing_curve.cpp | 221 constexpr float n1 = 7.5625f; in EaseOutBounce() local 224 return n1 * Pow2(t); in EaseOutBounce() 227 return n1 * Pow2(t - (1.5f / d1)) + 0.75f; in EaseOutBounce() 230 return n1 * Pow2(t - (2.25f / d1)) + 0.9375f; in EaseOutBounce() 232 return n1 * Pow2(t - (2.625f / d1)) + 0.984375f; in EaseOutBounce()
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAny.cpp | 206 NonTrivialNonThrowMove n1(100); in HWTEST() 207 Any a1 = n1; in HWTEST() 211 ASSERT_EQ(AnyCast<NonTrivialNonThrowMove>(a2).a_, n1.a_); in HWTEST()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 46 #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/chip/interfaces/ |
H A D | chip.js | 151 n1: [ 1215 let n1 = { width: 0, height: 0 }; 1220 n1.width = this.prefixIcon?.size?.width; 1223 n1.width = this.theme.prefixIcon.size.width; 1225 n1.width = 0; 1232 n1.height = this.prefixIcon?.size?.height; 1235 n1.height = this.theme.prefixIcon.size.height; 1237 n1.height = 0; 1240 return n1; 1264 return this.theme.m1.n1; [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 24 this.launchAtomicService = (n1, o1) => { };
|
/foundation/arkui/advanced_ui_component/innerfullscreenlaunchcomponent/interfaces/ |
H A D | innerfullscreenlaunchcomponent.js | 24 this.launchAtomicService = (n1, o1) => { };
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 140 let n1 = t.readString(); 141 let o1 = await this.cloudService.connectShareCenter(m1, n1); 690 let n1 = t.readString(); 693 let b4 = await this.shareCenter.share(y3, n1, z3, a4);
|
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 125 (l ? l : this).observeComponentCreation2((m1, n1, o1 = m) => {
|
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/ |
H A D | interstitialdialogaction.js | 125 (l ? l : this).observeComponentCreation2((m1, n1, o1 = m) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 1716 let n1 = class ItemProperty { 1724 n1 = j([ 1726 ], n1); 1766 }, (m2, index) => new n1()), this, "buttonItemProperty");
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 1048 setController(n1) { 1049 this.controller = n1;
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 1150 constructor(i1, j1, k1, l1 = -1, m1 = undefined, n1) { 1151 super(i1, k1, l1, n1);
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1154 constructor(n1, o1, p1) { 1155 this.name = n1;
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1154 constructor(n1, o1, p1) { 1155 this.name = n1;
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1747 let n1 = new ContentItemStruct(this, {}, undefined, l1, () => { }, 1749 ViewPU.create(n1); 1753 n1.paramsGenerator_ = z;
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 357 this.observeComponentCreation2((n1, o1) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1180 set isOnHover(n1) { 1181 this.__isOnHover.set(n1);
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2070 static getNumberByResource(m1, n1) { 2074 return n1;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 882 int Collate8Compare(void *p, int n1, const void *v1, int n2, const void *v2) in Collate8Compare() argument 889 uiter_setUTF8(&i1, (const char *)v1, n1); in Collate8Compare()
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 52 const n1 = 1; 1226 let z16 = n1; 1233 let m16 = n1;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 4314 Drawing::scalar n1 = 0.25f * elevation * (1 + elevation / 128.0f); // 0.25f 128.0f in UpdateForegroundFilter() local 4315 Drawing::scalar blurRadius = elevation > 0.0f ? n1 : GetShadowRadius(); in UpdateForegroundFilter()
|