Home
last modified time | relevance | path

Searched defs:lastDirection (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.h46 MarqueeDirection lastDirection = MarqueeDirection::LEFT; member
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp750 thread_local static int32_t lastDirection = 0; in JudgeIfSwipeInward() local
786 …um libinput_event_type type, libinput_event* event, int32_t* angleTolerance, int32_t lastDirection) in SwipeInwardProcess()