/foundation/arkui/ui_lite/frameworks/animator/ |
H A D | interpolation.cpp | 22 int16_t Interpolation::GetBezierInterpolation(int16_t t, int16_t u0, int16_t u1, int16_t u2, int16_t u3) in GetBezierInterpolation() argument 33 ret += t3 * u3; in GetBezierInterpolation() 41 float Interpolation::GetBezierInterpolation(float t, float u0, float u1, float u2, float u3) in GetBezierInterpolation() argument 52 ret += t3 * u3; in GetBezierInterpolation() 57 float Interpolation::GetBezierDerivative(float t, float u0, float u1, float u2, float u3) in GetBezierDerivative() argument 62 float d2 = u3 - u2; in GetBezierDerivative()
|
/foundation/arkui/ui_lite/interfaces/kits/animator/ |
H A D | interpolation.h | 59 * @param u3 Indicates the coordinates for the end point of the cubic Bezier curve, within [0, 1024]. 64 static int16_t GetBezierInterpolation(int16_t t, int16_t u0, int16_t u1, int16_t u2, int16_t u3); 75 * @param u3 Indicates the coordinates for the end point of the cubic Bezier curve, within [0, 1]. 80 static float GetBezierInterpolation(float t, float u0, float u1, float u2, float u3); 100 static float GetBezierDerivative(float t, float u0, float u1, float u2, float u3);
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | RefUriTest.cpp | 89 RefUri u3 { uid, "//test/path" }; in HWTEST_F() 90 EXPECT_TRUE(u3.StartsFromRoot()); in HWTEST_F() 91 EXPECT_EQ(u3.ToString(), "ref:f80a3984-7ac7-4400-8e17-13937cc11d39//test/path"); in HWTEST_F() 92 u3.SetStartsFromRoot(false); in HWTEST_F() 93 EXPECT_EQ(u3, RefUri(uid, "/test/path")); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 22 for (var u3 = t3.length - 1; u3 >= 0; u3--) { 23 if (d = t3[u3]) { 1660 u3: 15 2339 u3: 11 2411 u3: 23 2488 u3: 13 2521 u3: 13 2557 }, { page: "segmentbutton/src/main/ets/components/MainPage.ets", line: 1172, u3 [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 496 this.u3 = new ObservedPropertySimplePU(a1.SM, this, 'chipBreakPoints'); 707 this.u3.purgeDependencyOnElmtId(rmElmtId); 744 this.u3.aboutToBeDeleted(); 913 return this.u3.get(); 916 this.u3.set(newValue);
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 788 const u3 = s3; 793 let y3 = new ImageMenuItem(this, { item: u3, index: this.index * 1000 + 798 item: u3,
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 840 set buttonGestureModifier(u3) { 841 this.__buttonGestureModifier.set(u3);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 624 let u3 = this.unmarshallingAssets(t); 625 let v3 = await this.assetLoader.upload(v1, r3, u3);
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 366 this.observeComponentCreation2((u3, v3) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 745 const t3 = (u3, v3) => { 746 const w3 = u3;
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1715 this.observeComponentCreation2((t3, u3) => { 1716 if (u3) {
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 839 onMeasureSize(u3, v3, w3) {
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1140 this.observeComponentCreation2((t3, u3) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 19 if (typeof Reflect === 'object' && typeof Reflect.u3 === 'function') { 20 r = Reflect.u3(f19, target, key, desc);
|