Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.cpp43 const int32_t MAX_VALID_VALUE = 100; variable
1403 if (thresholdValue < MINI_VALID_VALUE || thresholdValue > MAX_VALID_VALUE) { in SetShowCounter()
H A Darkts_native_text_input_bridge.cpp44 const int32_t MAX_VALID_VALUE = 100; variable
1422 if (thresholdValue < MINI_VALID_VALUE || thresholdValue > MAX_VALID_VALUE) { in SetShowCounter()
H A Darkts_native_text_area_bridge.cpp47 const int32_t MAX_VALID_VALUE = 100; variable
394 if (thresholdValue < MINI_VALID_VALUE || thresholdValue > MAX_VALID_VALUE) { in SetShowCounter()