Home
last modified time | relevance | path

Searched refs:axisDirection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h47 void SetAxisDirection(Axis axisDirection) in SetAxisDirection() argument
49 if (axisDirection == Axis::FREE) { in SetAxisDirection()
50 LOGE("Invalid direction: %{public}d", axisDirection); in SetAxisDirection()
53 axisDirection_ = axisDirection; in SetAxisDirection()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dscroll_bar_composed_element.cpp56 Axis axisDirection = renderScrollBar->GetAxis(); in GetScrollBarDirection() local
57 switch (axisDirection) { in GetScrollBarDirection()
H A Dscroll_composed_element.cpp61 Axis axisDirection = renderSingleChildScroll->GetAxis(); in GetAxisDirection() local
62 switch (axisDirection) { in GetAxisDirection()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp427 auto axisDirection = axisRecognizer->GetAxisDirection(); in HasDifferentDirectionGesture() local
428 if (axisDirection == Axis::FREE) { in HasDifferentDirectionGesture()
431 if (axisDirection == Axis::VERTICAL) { in HasDifferentDirectionGesture()
433 } else if (axisDirection == Axis::HORIZONTAL) { in HasDifferentDirectionGesture()