Home
last modified time | relevance | path

Searched defs:bottom (Results 126 – 150 of 250) sorted by relevance

12345678910

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_pair.cpp289 sptr<WindowNode>& bottom, sptr<WindowNode>& mid, sptr<WindowNode>& top) in CreateOrderedPair()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_property.h373 std::optional<T> bottom; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp252 auto bottom = safeAreaManager->GetSystemSafeArea().bottom_.Length(); in ModifySubMenuWrapper() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dmeasure_utils_test_ng.cpp933 std::optional<CalcDimension> top, bottom, left, right; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h103 ArkUI_VerticalAlignRule bottom; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp164 float bottom = GetObject<float>(); in PathFuzzTest003() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.cpp428 auto bottom = AceType::DynamicCast<AnimatableData<Dimension>>(data); in UpdatePropAnimation() local
788 void AnimatableProperties::SetPositionBottom(const Dimension& bottom) in SetPositionBottom()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp866 int16_t bottom, in CalcVerticalInfo()
889 int16_t bottom = invalidatedArea.GetBottom(); in GradientColor() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A DdragBar_pattern_test_ng.cpp75 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/folder_stack/
H A Dfolder_stack_test_ng.cpp74 PaddingProperty FolderStackTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp76 …uint32_t bottom = static_cast<uint32_t>(pixmap->GetHeight() * coordinates[3]); // 3 is index of bo… in ColorExtract() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.cpp368 const std::optional<Dimension>& bottom) in SetBackgroundPadding()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js78 chipGroupPadding: { top: 14, bottom: 14 }, property in b1.chipGroupPadding
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_tdd_test.cpp377 int16_t bottom = button->GetStyle(STYLE_MARGIN_BOTTOM); in ComponentInputStyleTest07() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_chart.h867 void SetGradientBottom(uint16_t bottom) in SetGradientBottom()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp227 auto bottom = renderSwiper->GetSwiperBottom(); in GetSwiperBottom() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_rect.h133 void SetBottom(T bottom) in SetBottom()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_extract.cpp53 …uint32_t bottom = static_cast<uint32_t>(pixmap->GetHeight() * coordinates[3]); // 3 is index of bo… in RSColorExtract() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.cpp304 std::optional<CalcDimension> bottom; in JsPadding() local
374 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in SetPaddings()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_calendar_picker_bridge.cpp152 struct ArkUISizeType bottom = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetCalendarPickerPadding() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp486 …double bottom = margin_.Bottom().Unit() == DimensionUnit::PERCENT ? margin_.Bottom().Value() * max… in UpdateTouchRegion() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h223 void SetBottom(const Dimension& bottom) in SetBottom()
/ohos5.0/foundation/window/window_manager/interfaces/kits/dmndk/dm/
H A Doh_display_info.h189 NativeDisplayManager_Rect bottom; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp264 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local
356 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local
435 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildCreateMenuItemButton() local
501 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildMoreOrBackButton() local
1397 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in SelectMenuAndInnerInitProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp226 …const std::string& message, int32_t duration, const std::string& bottom, const NG::ToastShowMode& … in ShowToast()

12345678910