Home
last modified time | relevance | path

Searched refs:BEZIER_CONTROL_POINT_X_2 (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_toggle_button.cpp29 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 Dui_checkbox.cpp36 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 Dui_abstract_scroll.cpp76 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