Searched refs:CalculateModeTypeTemp (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 | 140 void CalculateModeTypeTemp(double dragLen, double velocity);
|
H A D | render_sliding_panel.cpp | 431 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 D | sliding_panel_pattern.h | 114 void CalculateModeTypeTemp(float dragLen, float dragVelocity);
|
H A D | sliding_panel_pattern.cpp | 512 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 D | panel_test_ng.cpp | 719 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);
|