Home
last modified time | relevance | path

Searched refs:c5 (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjector_utils.cpp104 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 Deasing_curve.cpp207 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 Datomicserviceweb.js828 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 Datomicserviceweb.js828 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 Dcloud_extension_stub.js744 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 Dtabtitlebar.js587 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 Dgridobjectsortcomponent.js1734 if (!this.selected.some(c5 => c5.id === z3.id)) {
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js586 this.observeComponentCreation2((c5, d5) => {
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js641 this.observeComponentCreation2((b5, c5) => {
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js311 this.c5 = {
428 this.c5 = q18;
432 return this.c5;
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js954 this.observeComponentCreation2((c5, d5) => {
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1551 this.observeComponentCreation2((b5, c5) => {

Completed in 19 milliseconds