Home
last modified time | relevance | path

Searched refs:MINI_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.cpp42 const int32_t MINI_VALID_VALUE = 1; variable
1403 if (thresholdValue < MINI_VALID_VALUE || thresholdValue > MAX_VALID_VALUE) { in SetShowCounter()
H A Darkts_native_text_input_bridge.cpp43 const int32_t MINI_VALID_VALUE = 1; variable
1422 if (thresholdValue < MINI_VALID_VALUE || thresholdValue > MAX_VALID_VALUE) { in SetShowCounter()
H A Darkts_native_text_area_bridge.cpp46 const int32_t MINI_VALID_VALUE = 1; variable
394 if (thresholdValue < MINI_VALID_VALUE || thresholdValue > MAX_VALID_VALUE) { in SetShowCounter()