Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp2323 double resDistance = !isTabStep ? std::numeric_limits<double>::max() : 0.0f; in GetNearestNodeByProjectArea() local
2364 if ((!isTabStep && val < resDistance) || (isTabStep && val > resDistance)) { in GetNearestNodeByProjectArea()
2365 resDistance = val; in GetNearestNodeByProjectArea()
2374 SEC_PARAM(nextNode ? nextNode->GetFrameId() : -1), resDistance); in GetNearestNodeByProjectArea()