Searched refs:c5 (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.cpp | 104 const int c5 = 3; in EaseInOutCubic() local 106 return (t < c1) ? (c2 * t * t * t) : (1 - pow(c3 * t + c4, c5) / c6); in EaseInOutCubic() 116 const int c5 = 4; in EaseInOutQuart() local 118 return (t < c1) ? (c2 * t * t * t * t) : (1 - pow(c3 * t + c4, c5) / c6); in EaseInOutQuart()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/curves/ |
H A D | easing_curve.cpp | 207 constexpr float c5 = (2.f * BASE_NS::Math::PI) / 4.5f; in EaseInOutElastic() local 215 return -(BASE_NS::Math::pow(2.f, 20 * t - 10) * BASE_NS::Math::sin((20 * t - 11.125f) * c5)) / 2.f; in EaseInOutElastic() 217 return (BASE_NS::Math::pow(2.f, -20 * t + 10) * BASE_NS::Math::sin((20 * t - 11.125f) * c5)) / 2.f + 1.f; in EaseInOutElastic()
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 828 pushUrl(c5) { 829 if (!this.checkRouterMode(c5.mode, c5)) { 832 router.pushUrl({ url: c5.url, params: c5.params }, this.parseRouterMode(c5.mode)).then(() => { 833 this.success(new PushUrlResult(), c5); 835 this.error(f5, c5);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 828 pushUrl(c5) { 829 if (!this.checkRouterMode(c5.mode, c5)) { 832 router.pushUrl({ url: c5.url, params: c5.params }, this.parseRouterMode(c5.mode)).then(() => { 833 this.success(new PushUrlResult(), c5); 835 this.error(f5, c5);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 744 let c5 = await this.shareCenter.confirmInvitation(y4, z4, a5, b5); 745 u.writeInt(c5.code); 746 if (c5.description) { 747 u.writeString(c5.description); 752 if (c5.value) { 753 u.writeString(c5.value);
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 587 const a5 = (b5, c5) => { 592 let g5 = new ImageMenuItem(this, { item: d5, index: this.index * 1000 + c5 + 1 }, 599 index: this.index * 1000 + c5 + 1
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1734 if (!this.selected.some(c5 => c5.id === z3.id)) {
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 586 this.observeComponentCreation2((c5, d5) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 641 this.observeComponentCreation2((b5, c5) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 311 this.c5 = { 428 this.c5 = q18; 432 return this.c5;
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 954 this.observeComponentCreation2((c5, d5) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1551 this.observeComponentCreation2((b5, c5) => {
|
Completed in 19 milliseconds