Home
last modified time | relevance | path

Searched refs:TouchGuideState (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp36 currentState_ = static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING); in TouchGuider()
96 switch (static_cast<TouchGuideState>(currentState_)) { in OnPointerEvent()
97 case TouchGuideState::TOUCH_GUIDING: in OnPointerEvent()
100 case TouchGuideState::DRAGGING: in OnPointerEvent()
103 case TouchGuideState::TRANSMITTING: in OnPointerEvent()
192 if (server_.currentState_ != static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING)) { in OnDoubleTap()
208 server_.currentState_ = static_cast<int32_t>(TouchGuideState::TRANSMITTING); in OnStarted()
220 if (server_.currentState_ != static_cast<int32_t>(TouchGuideState::TRANSMITTING)) { in OnCompleted()
228 server_.currentState_ = static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING); in OnCompleted()
241 switch (static_cast<TouchGuideState>(server in OnCancelled()
[all...]
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp36 currentState_ = static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING); in MockTouchGuider()
96 switch (static_cast<TouchGuideState>(currentState_)) { in OnPointerEvent()
97 case TouchGuideState::TOUCH_GUIDING: in OnPointerEvent()
100 case TouchGuideState::DRAGGING: in OnPointerEvent()
103 case TouchGuideState::TRANSMITTING: in OnPointerEvent()
192 if (server_.currentState_ != static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING)) { in OnDoubleTap()
208 server_.currentState_ = static_cast<int32_t>(TouchGuideState::TRANSMITTING); in OnStarted()
220 if (server_.currentState_ != static_cast<int32_t>(TouchGuideState::TRANSMITTING)) { in OnCompleted()
228 server_.currentState_ = static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING); in OnCompleted()
241 switch (static_cast<TouchGuideState>(server in OnCancelled()
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp44 currentState_ = static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING); in GetAttributeValueTest()
124 if ((static_cast<TouchGuideState>(currentState_) == TouchGuideState::DRAGGING) && in OnPointerEvent()
127 } else if (static_cast<TouchGuideState>(currentState_) != TouchGuideState::DRAGGING) { in OnPointerEvent()
161 switch (static_cast<TouchGuideState>(currentState_)) { in HandlePointerEvent()
162 case TouchGuideState::TOUCH_GUIDING: in HandlePointerEvent()
170 case TouchGuideState::DRAGGING: in HandlePointerEvent()
173 case TouchGuideState::TRANSMITTING: in HandlePointerEvent()
176 case TouchGuideState in HandlePointerEvent()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp44 currentState_ = static_cast<int32_t>(TouchGuideState::TOUCH_GUIDING); in TouchGuider()
124 if ((static_cast<TouchGuideState>(currentState_) == TouchGuideState::DRAGGING) && in OnPointerEvent()
127 } else if (static_cast<TouchGuideState>(currentState_) != TouchGuideState::DRAGGING) { in OnPointerEvent()
161 switch (static_cast<TouchGuideState>(currentState_)) { in HandlePointerEvent()
162 case TouchGuideState::TOUCH_GUIDING: in HandlePointerEvent()
170 case TouchGuideState::DRAGGING: in HandlePointerEvent()
173 case TouchGuideState::TRANSMITTING: in HandlePointerEvent()
176 case TouchGuideState in HandlePointerEvent()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_touch_guider.h45 enum class TouchGuideState : int32_t { class

Completed in 6 milliseconds