Searched refs:CalculateModeTypeFold (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | render_sliding_panel.h | 139 void CalculateModeTypeFold(double dragLen, double velocity);
|
H A D | render_sliding_panel.cpp | 427 CalculateModeTypeFold(dragLen, velocity); in HandleDragEnd() 465 void RenderSlidingPanel::CalculateModeTypeFold(double dragLen, double velocity) // FULL & HALF & MI… in CalculateModeTypeFold() function in OHOS::Ace::RenderSlidingPanel
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.h | 113 void CalculateModeTypeFold(float dragLen, float dragVelocity);
|
H A D | sliding_panel_pattern.cpp | 508 CalculateModeTypeFold(dragLen, dragVelocity); in HandleDragEnd() 552 void SlidingPanelPattern::CalculateModeTypeFold(float dragLen, float velocity) // // FULL & HALF & … in CalculateModeTypeFold() function in OHOS::Ace::NG::SlidingPanelPattern
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | panel_test_ng.cpp | 674 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, DRAG_VELOCITY); 677 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, DRAG_VELOCITY); 682 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, VELOCITY_THRESHOLD); 685 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, VELOCITY_THRESHOLD); 688 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, -VELOCITY_THRESHOLD); 691 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, -VELOCITY_THRESHOLD); 1924 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, DRAG_VELOCITY); 1928 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, DRAG_VELOCITY); 2612 slidingPanelPattern->CalculateModeTypeFold(DRAG_LENGTH, -VELOCITY_THRESHOLD);
|