Home
last modified time | relevance | path

Searched refs:DRAG_SPRING (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/
H A DGridObjectSortComponent.ets51 const DRAG_SPRING = curves.interpolatingSpring(0, 1, 400, 38); // Drag to move and fill curves
893 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER
950 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER
1151 …curve: this.clickRemoveBtn ? DRAG_SPRING : index === this.unSelectedIndex ? REMOVE_ADD_SPRING : DR…
1217 …curve: this.isStartDrag ? DRAG_SPRING : index === this.selectedIndex ? REMOVE_ADD_SPRING : DRAG_SP…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js58 const DRAG_SPRING = curves.interpolatingSpring(0, 1, 400, 38); constant
1468 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER
1483 curve: this.gridComState ? DRAG_SPRING : COMMON_BEZIER
1667 …curve: this.clickRemoveBtn ? DRAG_SPRING : y3 === this.unSelectedIndex ? REMOVE_ADD_SPRING : DRAG_…
1893 …curve: this.isStartDrag ? DRAG_SPRING : x1 === this.selectedIndex ? REMOVE_ADD_SPRING : DRAG_SPRIN…