Searched refs:BEZIER_CONTROL_POINT_X_1 (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_toggle_button.cpp | 28 constexpr float BEZIER_CONTROL_POINT_X_1 = 0.2; member 127 float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1); in Callback()
|
H A D | ui_checkbox.cpp | 35 constexpr float BEZIER_CONTROL_POINT_X_1 = 0.33; member 207 float coefficient = Interpolation::GetBezierY(x, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1); in Callback()
|
H A D | ui_abstract_scroll.cpp | 76 Interpolation::GetBezierY(bezielY / OPA_OPAQUE, BEZIER_CONTROL_POINT_X_1, 0, BEZIER_CONTROL_POINT_X_2, 1); 116 static constexpr float BEZIER_CONTROL_POINT_X_1 = 0.33f; member in OHOS::final
|
Completed in 2 milliseconds