Home
last modified time | relevance | path

Searched refs:CalculateModeTypeTemp (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.h140 void CalculateModeTypeTemp(double dragLen, double velocity);
H A Drender_sliding_panel.cpp431 CalculateModeTypeTemp(dragLen, velocity); in HandleDragEnd()
495 void RenderSlidingPanel::CalculateModeTypeTemp(double dragLen, double velocity) // FULL & HALF in CalculateModeTypeTemp() function in OHOS::Ace::RenderSlidingPanel
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.h114 void CalculateModeTypeTemp(float dragLen, float dragVelocity);
H A Dsliding_panel_pattern.cpp512 CalculateModeTypeTemp(dragLen, dragVelocity); in HandleDragEnd()
582 void SlidingPanelPattern::CalculateModeTypeTemp(float dragLen, float velocity) // FULL & HALF in CalculateModeTypeTemp() function in OHOS::Ace::NG::SlidingPanelPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp719 slidingPanelPattern->CalculateModeTypeTemp(DRAG_LENGTH, DRAG_VELOCITY);
722 slidingPanelPattern->CalculateModeTypeTemp(DRAG_LENGTH, DRAG_VELOCITY);
726 slidingPanelPattern->CalculateModeTypeTemp(DRAG_LENGTH, VELOCITY_THRESHOLD);
727 slidingPanelPattern->CalculateModeTypeTemp(DRAG_LENGTH, -VELOCITY_THRESHOLD);
2678 slidingPanelPattern->CalculateModeTypeTemp(DRAG_LENGTH, -VELOCITY_THRESHOLD);
2681 slidingPanelPattern->CalculateModeTypeTemp(DRAG_LENGTH, VELOCITY_THRESHOLD);