Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.h29 constexpr static float AIPOS_RECTIFIED_INTERVAL_MS = 1000.0f; variable
H A Dtext_input_ai_checker.cpp37 if (targetType == CaretUpdateType::PRESSED && timeout.count() < AIPOS_RECTIFIED_INTERVAL_MS) { in NeedAIAnalysis()