/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | scroll_composed_element.cpp | 29 …{ "scrollable", [](const ScrollComposedElement& inspector) { return inspector.GetAxisDirection(); … in __anon77e4dceb0202() 40 DumpLog::GetInstance().AddDesc(std::string("scrollable: ").append(GetAxisDirection())); in Dump() 55 std::string ScrollComposedElement::GetAxisDirection() const in GetAxisDirection() function in OHOS::Ace::V2::ScrollComposedElement
|
H A D | scroll_composed_element.h | 36 std::string GetAxisDirection() const;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng.cpp | 1578 EXPECT_EQ(panHorizontal->GetAxisDirection(), Axis::HORIZONTAL); 1583 EXPECT_EQ(panVertical->GetAxisDirection(), Axis::VERTICAL); 1588 EXPECT_EQ(panLeft->GetAxisDirection(), Axis::HORIZONTAL); 1593 EXPECT_EQ(panRight->GetAxisDirection(), Axis::HORIZONTAL); 1598 EXPECT_EQ(panUp->GetAxisDirection(), Axis::VERTICAL); 1603 EXPECT_EQ(panDown->GetAxisDirection(), Axis::VERTICAL); 1608 EXPECT_EQ(panFree->GetAxisDirection(), Axis::FREE); 1628 EXPECT_EQ(swipeVertical->GetAxisDirection(), Axis::VERTICAL); 1632 EXPECT_EQ(swipeFree->GetAxisDirection(), Axis::FREE); 1691 EXPECT_EQ(exclusiveDoubleFree->GetAxisDirection(), Axis::FREE); [all …]
|
H A D | event_manager_test_ng_new.cpp | 95 EXPECT_EQ(sequenceDoubleHorizontal->GetAxisDirection(), Axis::HORIZONTAL); 102 EXPECT_EQ(sequenceDoubleVertical->GetAxisDirection(), Axis::VERTICAL); 109 EXPECT_EQ(sequenceDoubleFree->GetAxisDirection(), Axis::FREE); 116 EXPECT_EQ(sequenceHorizontalVertical->GetAxisDirection(), Axis::FREE); 123 EXPECT_EQ(sequenceHorizontalFree->GetAxisDirection(), Axis::FREE); 130 EXPECT_EQ(sequenceVerticalFree->GetAxisDirection(), Axis::FREE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | recognizer_group.h | 87 Axis GetAxisDirection() override in GetAxisDirection() function 96 auto direction = recognizer->GetAxisDirection(); in GetAxisDirection()
|
H A D | swipe_recognizer.h | 41 Axis GetAxisDirection() override in GetAxisDirection() function
|
H A D | pan_recognizer.h | 51 Axis GetAxisDirection() override;
|
H A D | pan_recognizer.cpp | 798 Axis PanRecognizer::GetAxisDirection() in GetAxisDirection() function in OHOS::Ace::NG::PanRecognizer
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.h | 56 Axis GetAxisDirection() const in GetAxisDirection() function
|
H A D | render_single_child_scroll.cpp | 38 auto axis = scroll->GetAxisDirection(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.h | 460 return panRecognizerNG_->GetAxisDirection(); in GetPanDirection()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.cpp | 868 switch (panRecognizer_->GetAxisDirection()) { in GetPanDirectionDumpInfo() 1028 return panRecognizer_->GetAxisDirection(); in GetPanDirection()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.cpp | 480 switch (panRecognizer_->GetAxisDirection()) { in GetPanDirectionDumpInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 787 virtual Axis GetAxisDirection() in GetAxisDirection() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 427 auto axisDirection = axisRecognizer->GetAxisDirection(); in HasDifferentDirectionGesture()
|