Home
last modified time | relevance | path

Searched refs:moved_ (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcontainer_observer.cpp29 : added_ { 0, {} }, removed_ { 0, {} }, moved_ { 0, {} }, container_(container) in ContainerChangeListener()
49 moved_ = BASE_NS::move(moved_); in operator =()
57 other.moved_.first == moved_.first;
67 moved_ = { container->OnMoved()->AddHandler(onMoved), onMoved }; in Subscribe()
68 return added_.first && removed_.first && moved_.first; in Subscribe()
82 if (moved_.first) { in Unsubscribe()
83 container->OnMoved()->RemoveHandler(moved_.first); in Unsubscribe()
88 moved_ in Unsubscribe()
[all...]
H A Dcontainer_observer.h46 mutable BASE_NS::pair<IEvent::Token, IOnChildMoved::InterfaceTypePtr> moved_; member in final
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp369 if (!moved_ || increaseCpuTime >= INCREASE_CPU_TIME_ONCE) { in HandleDragStart()
542 moved_ = UpdateScrollPosition(offset, source); in HandleScroll()
618 if (!moved_ || info.GetInputEventType() == InputEventType::AXIS) { in HandleDragEnd()
901 if (!moved_) { in ProcessScrollSnapMotion()
935 if (moved_) { in OnAnimateStop()
942 moved_ = false; in OnAnimateStop()
1015 moved_ = false; in ProcessScrollMotionStop()
1042 moved_ = UpdateScrollPosition(position - currentPos_, SCROLL_FROM_ANIMATION_SPRING); in ProcessSpringMotion()
1043 if (!moved_) { in ProcessSpringMotion()
1075 if (!moved_) { in ProcessScrollMotion()
[all...]
H A Dscrollable.h88 (controller_ ? (!controller_->IsRunning()) : true) && !moved_; in IsMotionStop()
190 moved_ = value; in SetMoved()
337 moved_ = flag; in ChangeMoveStatus()
526 bool moved_ = false; member in OHOS::Ace::Scrollable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp350 if (!moved_ || increaseCpuTime >= INCREASE_CPU_TIME_ONCE) { in HandleDragStart()
368 moved_ = UpdateScrollPosition(offset, source); in HandleScroll()
446 if (!moved_ || IsMouseWheelScroll(info)) { in HandleDragEnd()
471 ACE_SCOPED_TRACE("HandleDragEnd, mainPosition:%f, gestureVelocity:%f, currentVelocity:%f, moved_:%u " in HandleDragEnd()
473 mainPosition, lastGestureVelocity_, currentVelocity_, moved_, canOverScroll_, nodeId_, nodeTag_.c_str()); in HandleDragEnd()
782 if (!moved_ && state_ == AnimationState::SNAP) { in ProcessListSnapMotion()
817 moved_ = false; in OnAnimateStop()
966 moved_ = false; in ProcessScrollMotionStop()
1018 moved_ = UpdateScrollPosition(delta, SCROLL_FROM_ANIMATION_SPRING); in ProcessSpringMotion()
1019 if (!moved_) { in ProcessSpringMotion()
[all...]
H A Dscrollable.h101 return state_ != AnimationState::SPRING && state_ != AnimationState::FRICTION && !moved_; in IsMotionStop()
197 moved_ = value; in SetMoved()
349 moved_ = flag; in ChangeMoveStatus()
564 bool moved_ = false; member in OHOS::Ace::NG::Scrollable
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp1567 scrollable->moved_ = false; in HWTEST_F()
1576 scrollable->moved_ = true; in HWTEST_F()

Completed in 11 milliseconds