Searched refs:scorllableNode_ (Results 1 – 3 of 3) sorted by relevance
57 scorllableNode_ = scrollableNode; in RegisterScrollableNode()100 auto node = scorllableNode_; in NotifyScrollableNode()116 auto node = scorllableNode_; in NotifyScrollBarNode()130 auto node = scorllableNode_; in NotifyScrollStart()140 auto node = scorllableNode_; in NotifyScrollStop()150 auto scrollable = scorllableNode_.scrollableNode.Upgrade(); in NotifyScrollBar()222 auto scrollable = scorllableNode_.scrollableNode.Upgrade(); in NotifySnapScroll()223 …if (!scrollable || !CheckScrollable(scrollable) || !scorllableNode_.calePredictSnapOffsetCallback … in NotifySnapScroll()224 !scorllableNode_.startScrollSnapMotionCallback) { in NotifySnapScroll()233 scorllableNode_.startScrollSnapMotionCallback(predictSnapOffset.value(), velocity); in NotifySnapScroll()[all …]
117 return scorllableNode_; in GetScrollableNodeInfo()127 ScrollableNodeInfo scorllableNode_; // Scrollable node, like list, grid, scroll, etc. variable
309 auto scrollableNode = scrollBarProxy->scorllableNode_;