Home
last modified time | relevance | path

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

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