Searched refs:REMOVE_ADD_SPRING (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/ |
H A D | GridObjectSortComponent.ets | 52 const REMOVE_ADD_SPRING = curves.interpolatingSpring(0, 1, 150, 24); // Delete Add Curve 395 animateTo({ curve: REMOVE_ADD_SPRING, onFinish: () => { 829 curve: REMOVE_ADD_SPRING, 1089 animateTo({ curve: REMOVE_ADD_SPRING, onFinish: () => { 1151 …his.clickRemoveBtn ? DRAG_SPRING : index === this.unSelectedIndex ? REMOVE_ADD_SPRING : DRAG_SPRING 1158 curve: this.imageText ? REMOVE_ADD_SPRING : COMMON_BEZIER, 1217 …ve: this.isStartDrag ? DRAG_SPRING : index === this.selectedIndex ? REMOVE_ADD_SPRING : DRAG_SPRIN… 1270 curve: this.imageText ? REMOVE_ADD_SPRING : COMMON_BEZIER, 1351 curve: this.imageText ? REMOVE_ADD_SPRING : COMMON_BEZIER,
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 59 const REMOVE_ADD_SPRING = curves.interpolatingSpring(0, 1, 150, 24); constant 929 Context.animateTo({ curve: REMOVE_ADD_SPRING, onFinish: () => { 1416 curve: REMOVE_ADD_SPRING, 1647 curve: this.imageText ? REMOVE_ADD_SPRING : COMMON_BEZIER, 1667 …: this.clickRemoveBtn ? DRAG_SPRING : y3 === this.unSelectedIndex ? REMOVE_ADD_SPRING : DRAG_SPRING 1720 Context.animateTo({ curve: REMOVE_ADD_SPRING, onFinish: () => { 1815 curve: this.imageText ? REMOVE_ADD_SPRING : COMMON_BEZIER, 1893 …curve: this.isStartDrag ? DRAG_SPRING : x1 === this.selectedIndex ? REMOVE_ADD_SPRING : DRAG_SPRIN… 2050 curve: this.imageText ? REMOVE_ADD_SPRING : COMMON_BEZIER,
|