Searched defs:bottomValue (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_utils.h | 178 auto bottomValue = GetValidEdgeLength(swiperHeight, indicatorHeight, bottom.value()); in CalcIndicatrOffsetY() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_button_ffi.cpp | 158 Dimension bottomValue(bottom, static_cast<DimensionUnit>(bottomUnit)); in FfiOHOSAceFrameworkButtonSetPadding() local
|
H A D | cj_swiper_ffi.cpp | 118 Dimension bottomValue(value.bottom, static_cast<DimensionUnit>(value.bottomUnit)); in FfiOHOSAceFrameworkSwiperSetIndicatorStyle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 49 auto bottomValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 4, 0.0f); in SetRectShape() local 108 auto bottomValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 12, 0.0f); in SetRoundRectShape() local 137 auto bottomValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 4, 0.0f); in SetOvalShape() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_swiper.cpp | 446 JSRef<JSVal> bottomValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM_VALUE)); in GetDotIndicatorInfo() local 744 JSRef<JSVal> bottomValue = obj->GetProperty("bottom"); in SetIndicatorStyle() local
|
H A D | js_view_abstract.cpp | 2270 int32_t bottomValue = jsBottomValue->ToNumber<int32_t>(); in JsPixelRound() local 4759 auto bottomValue = object->GetProperty(static_cast<int32_t>(ArkUIIndex::BOTTOM)); in ParseBorderStyle() local 4798 auto bottomValue = object->GetProperty("bottom"); in ParseOuterBorderStyle() local 10434 auto bottomValue = obj->GetProperty("bottom"); in ParseBorderStyleProps() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 238 auto bottomValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_BOTTOM); in GetDotIndicatorInfo() local
|
H A D | node_common_modifier.cpp | 2445 auto bottomValue = values[NUM_3]; in SetPixelStretchEffect() local
|