Home
last modified time | relevance | path

Searched defs:bottom (Results 151 – 175 of 250) sorted by relevance

12345678910

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp596 double bottom = -1.0; in HandlePadding() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp207 float bottom = GetData<float>(); in RSImageFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js2152 … left: BorderStyle.NONE, top: BorderStyle.NONE, right: BorderStyle.NONE, bottom: BorderStyle.NONE … property in borderStyleValue
2164 this.borderWidthValue = { left: 0, top: 0, right: 0, bottom: 0 }; property in borderWidthValue
2176 …this.borderColorValue = { left: 0XFF000000, top: 0XFF000000, right: 0XFF000000, bottom: 0XFF000000… property in borderColorValue
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_declaration.h244 float bottom = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp264 struct ArkUISizeType bottom = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetRadioPadding() local
H A Darkts_native_checkbox_bridge.cpp236 Local<JSValueRef> bottom = runtimeCallInfo->GetCallArgRef(3); // 3: bottom data in SetCheckboxPadding() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_list.cpp834 int16_t bottom = rect.GetBottom(); in CalculateReboundDistance() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_pattern_test_controlsize_ng.cpp478 CalcDimension bottom = -20.0_vp; variable
H A Dselect_test_ng.cpp925 CalcDimension bottom = 20.0_vp; variable
985 CalcDimension bottom = -20.0_vp; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp251 const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) in SetCalendarPickerPadding()
H A Dradio_modifier.cpp160 const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) in SetRadioPadding()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp221 void WebviewControllerImpl::ScrollPageDown(bool bottom) in ScrollPageDown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp349 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in SetPaddings()
376 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in SetMargins()
468 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) in SetBorderWidth()
506 BorderStyle bottom = styleBottom.value_or(BorderStyle::SOLID); in SetBorderStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp220 … int32_t bottom = GetValidEdgeLength(swiperHeight_, indicatorHeight, indicator_->GetBottom()); in UpdateIndicator() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/blank/
H A Dblank_test_ng.cpp205 PaddingProperty BlankTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h199 void PageDown(bool bottom) override {} in PageDown()
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h255 void PageDown(bool bottom) override in PageDown()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp377 auto bottom = GetBottomBySafeAreaManager(safeAreaManager, props, menuPattern); in InitializeParam() local
441 float bottom = marginProps.bottom.has_value() in InitializeLayoutRegionMargin() local
478 auto bottom = GetBottomBySafeAreaManager(safeAreaManager, props, menuPattern); in InitWrapperRect() local
503 auto bottom = safeAreaInsets.bottom_.Length(); in GetBottomBySafeAreaManager() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1122 auto bottom = indicatorlayoutProperty->GetBottom(); in PlaceDigitChild() local
1198 auto bottom = indicatorLayoutProperty->GetBottom(); in CalculateCustomOffset() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js1341 bottom: { class in contentPadding
1363 bottom: { class in contentPadding
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp499 … auto bottom = safeAreaManager ? safeAreaManager->GetSafeAreaWithoutProcess().bottom_.Length() : 0; in GetTextMaxHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h122 Dimension bottom; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp524 int32_t bottom = GetData<int32_t>(); in DoMarshallingHelper013() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp576 std::optional<CalcDimension> bottom; in JsPadding() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp1063 CalcDimension bottom(30, DimensionUnit::VP); variable

12345678910