Home
last modified time | relevance | path

Searched refs:valueMin (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp123 static const double valueMin = -1000000.0f; in Create() local
124 double value = valueMin; // value:Current progress value. The default value is min. in Create()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_slider_bridge.cpp699 static const double valueMin = -1000000.0f; in ParseOptions() local
700 options.value = valueMin; in ParseOptions()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp41 "error", "isHint", "pageId", "valueMax", "valueMin", "valueNow", "windowId", "accessibilityText",
89 {"valueMin", &NAccessibilityElement::GetElementInfoValueMin},
1305 napi_value valueMin = nullptr; in GetElementInfoAllAttribute4() local
1306 GetElementInfoValueMin(callbackInfo, valueMin); in GetElementInfoAllAttribute4()
1307 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "valueMin", valueMin)); in GetElementInfoAllAttribute4()

Completed in 7 milliseconds