Searched refs:BEZIER_CONTROL_POINT_X_2 (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_toggle_button.cpp | 29 constexpr float BEZIER_CONTROL_POINT_X_2 = 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 | 36 constexpr float BEZIER_CONTROL_POINT_X_2 = 0.67; 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); 117 static constexpr float BEZIER_CONTROL_POINT_X_2 = 0.67f; member in OHOS::final
|
Completed in 2 milliseconds