Home
last modified time | relevance | path

Searched refs:hoverForThirdState_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp217 hoverForThirdState_.idle = true; in ResetHoverForThirdState()
218 hoverForThirdState_.nodesHovering.clear(); in ResetHoverForThirdState()
229 std::vector<int64_t> lastNodesHovering = hoverForThirdState_.nodesHovering; in HandleAccessibilityHoverForThird()
266 hoverForThirdState_.nodesHovering = std::move(currentNodesHovering); in HandleAccessibilityHoverForThird()
267 hoverForThirdState_.time = config.time; in HandleAccessibilityHoverForThird()
268 hoverForThirdState_.source = config.sourceType; in HandleAccessibilityHoverForThird()
269 hoverForThirdState_.idle = config.eventType == NG::AccessibilityHoverEventType::EXIT; in HandleAccessibilityHoverForThird()
H A Djs_third_accessibility_hover_ng.h124 AccessibilityHoverForThirdState hoverForThirdState_; variable