Searched refs:hoverForThirdState_ (Results 1 – 2 of 2) sorted by relevance
217 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()
124 AccessibilityHoverForThirdState hoverForThirdState_; variable