Home
last modified time | relevance | path

Searched defs:Gesture (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h44 Gesture = 100, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dgesture_info.h110 explicit Gesture(int32_t fingers) : fingers_(fingers) {} in Gesture() function
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Daccessibility_ut_helper.h210 void SetTestGesture(int Gesture) in SetTestGesture()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h389 explicit Gesture(int32_t fingers) : fingers_(fingers) {} in Gesture() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp1571 void RenderBox::UpdateGestureRecognizer(const std::array<RefPtr<Gesture>, MAX_GESTURE_SIZE>& gestur… in UpdateGestureRecognizer()