Searched refs:useCustomAnimation (Results 1 – 4 of 4) sorted by relevance
203 void UseCustomAnimation(bool useCustomAnimation) in UseCustomAnimation() argument205 useCustomAnimation_ = useCustomAnimation; in UseCustomAnimation()
201 void SetUseCustomAnimation(bool useCustomAnimation) in SetUseCustomAnimation() argument203 useCustomAnimation_ = useCustomAnimation; in SetUseCustomAnimation()
279 auto useCustomAnimation = JSVal(ToJSValue(dragEvent_->IsUseCustomAnimation())); in GetUseCustomDropAnimation() local280 auto useCustomAnimationRef = JSRef<JSVal>::Make(useCustomAnimation); in GetUseCustomDropAnimation()
994 auto useCustomAnimation = event->IsUseCustomAnimation(); in OnDragDrop() local999 pipeline->AddAfterRenderTask([dragResult, useCustomAnimation, windowId, dragBehavior, in OnDragDrop()1004 useCustomAnimation, windowId, pointerEventId); in OnDragDrop()1009 InteractionInterface::GetInstance()->SetDragWindowVisible(!useCustomAnimation); in OnDragDrop()1010 DragDropRet dragDropRet { dragResult, useCustomAnimation, windowId, dragBehavior }; in OnDragDrop()