Home
last modified time | relevance | path

Searched refs:VMIN (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtoss_animation_controller.cpp28 constexpr float VMIN = 0.0f; variable
157 …wCount_ = static_cast<int>(DISMIN + (DISMAX - DISMIN) * (std::abs(speed_) - VMIN) / (VMAX - VMIN)); in UpdatePlayAnimationValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp29 constexpr double VMIN = 0; variable
160 …tic_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velocityMax - VMIN)); in UpdatePlayAnimationValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp26 constexpr double VMIN = 0; variable
153 …tic_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velocityMax - VMIN)); in UpdatePlayAnimationValue()
/ohos5.0/base/startup/init/services/begetctl/shell/
H A Dshell_main.c63 tio.c_cc[VMIN] = 1; in main()
/ohos5.0/base/startup/init/interfaces/innerkits/control_fd/
H A Dcontrol_fd_client.c168 term.c_cc[VMIN] = 1; in InitPtyInterface()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c336 termios.c_cc[VMIN] = 0; in UartAdapterSetBaud()