Searched refs:parentScroll (Results 1 – 3 of 3) sorted by relevance
386 OHOS::TestUIScrollView* parentScroll = new TestUIScrollView(); in InnerBubbleDragTest() local387 parentScroll->SetStyle(STYLE_BACKGROUND_COLOR, Color::Blue().full); in InnerBubbleDragTest()389 parentScroll->SetThrowDrag(parentDraggable); in InnerBubbleDragTest()390 parentScroll->SetDraggable(parentDraggable); in InnerBubbleDragTest()391 container_->Add(parentScroll); in InnerBubbleDragTest()398 parentScroll->Add(childScroll); in InnerBubbleDragTest()416 parentScroll->SetLabel(label2); in InnerBubbleDragTest()433 parentScroll->SetOnClickListener(clickListenerParent); in SetScrollsListeners()440 parentScroll->SetOnLongPressListener(longTouchListenerParent); in SetScrollsListeners()449 parentScroll->SetOnTouchListener(touchListenerParent); in SetScrollsListeners()[all …]
442 void SetScrollsListeners(bool isBubble, OHOS::UIScrollView* parentScroll,
137 auto parentScroll = AceType::DynamicCast<RenderScroll>(renderList_.GetParent().Upgrade()); in HandleItemStateAndEffect() local138 if (parentScroll) { in HandleItemStateAndEffect()139 isFromRotate = parentScroll->IsFromRotate(); in HandleItemStateAndEffect()