Searched refs:valueMin (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_slider.cpp | 123 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 D | arkts_native_slider_bridge.cpp | 699 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 D | napi_accessibility_element.cpp | 41 "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