Searched refs:VELOCITY (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | drag_and_drop_test.cpp | 46 const float VELOCITY = 1.0f; member 523 dragEvent.velocity = VELOCITY; in HWTEST_F() 539 EXPECT_EQ(OH_ArkUI_DragEvent_GetVelocity(drag_Event), VELOCITY); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_pattern.cpp | 57 constexpr double VELOCITY = 0.0f; member 63 AceType::MakeRefPtr<InterpolatingSpring>(VELOCITY, MASS, STIFFNESS, DAMPING); 65 AceType::MakeRefPtr<InterpolatingSpring>(VELOCITY, MASS, STIFFNESS, STACK_MENU_DAMPING);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 44 constexpr double VELOCITY = 0.0f; member 494 auto rotateOption = AceType::MakeRefPtr<InterpolatingSpring>(VELOCITY, MASS, STIFFNESS, DAMPING); in ShowEmbeddedExpandMenu() 525 auto rotateOption = AceType::MakeRefPtr<InterpolatingSpring>(VELOCITY, MASS, STIFFNESS, DAMPING); in HideEmbeddedExpandMenu()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_pattern_test_ng.cpp | 86 constexpr double VELOCITY = 0.0f; member 1612 AceType::MakeRefPtr<InterpolatingSpring>(VELOCITY, MASS, STIFFNESS, DAMPING); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 103 constexpr double VELOCITY = -1000; member 4284 AceType::MakeRefPtr<InterpolatingSpring>(VELOCITY, MASS, STIFFNESS, DAMPING); in UltralimitShake()
|
Completed in 24 milliseconds