Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 111) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dflex_model_impl.h49 void SetMainSpace(const std::optional<Dimension>& space) override {}; in SetMainSpace()
50 void SetCrossSpace(const std::optional<Dimension>& space) override {}; in SetCrossSpace()
H A Dcolumn_model_impl.cpp28 const std::optional<Dimension>& space, AlignDeclaration* declaration, const std::string& tag) in Create()
H A Drow_model_impl.cpp27 void RowModelImpl::Create(const std::optional<Dimension>& space, AlignDeclaration* declaration, con… in Create()
H A Dlist_item_group_model_impl.cpp31 void ListItemGroupModelImpl::SetSpace(const Dimension& space) in SetSpace()
H A Dgauge_model_impl.h44 void SetIndicatorSpace(const Dimension& space) override {} in SetIndicatorSpace()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_paint_test.cpp89 auto space = std::make_shared<ColorSpace>(); variable
143 auto space = std::make_shared<ColorSpace>(); variable
165 auto space = std::make_shared<ColorSpace>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.h34 float space = 0.0f; member
44 float space = 0.0f; member
H A Dcolumn_model_ng.cpp30 void ColumnModelNG::Create(const std::optional<Dimension>& space, AlignDeclaration*, const std::str… in Create()
48 void ColumnModelNG::SetSpace(FrameNode* frameNode, const std::optional<Dimension>& space) in SetSpace()
H A Drow_model_ng.cpp26 void RowModelNG::Create(const std::optional<Dimension>& space, AlignDeclaration*, const std::string… in Create()
44 void RowModelNG::SetSpace(FrameNode* frameNode, const std::optional<Dimension>& space) in SetSpace()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt247 val space = regex
267 val space = regex
286 val space = regex
306 val space = regex
325 val space = regex
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.cpp31 std::string space = " "; in Print() local
66 std::string space = " "; in Print() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_model_ng.cpp293 void FlexModelNG::SetMainSpace(const std::optional<Dimension>& space) in SetMainSpace()
301 void FlexModelNG::SetCrossSpace(const std::optional<Dimension>& space) in SetCrossSpace()
309 void FlexModelNG::SetMainSpace(FrameNode* frameNode, const std::optional<Dimension>& space) in SetMainSpace()
317 void FlexModelNG::SetCrossSpace(FrameNode* frameNode, const std::optional<Dimension>& space) in SetCrossSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_list_item_group_ffi.cpp29 void (*headerBuilder)(), void (*footerBuilder)(), double space, int32_t spaceUnit) in FfiOHOSAceFrameworkListItemGroupCreate()
H A Dcj_column_ffi.cpp45 void FfiOHOSAceFrameworkColumnCreateWithSpace(double space, int32_t unit) in FfiOHOSAceFrameworkColumnCreateWithSpace()
H A Dcj_row_ffi.cpp45 void FfiOHOSAceFrameworkRowCreateWithSpace(double space, int32_t unit) in FfiOHOSAceFrameworkRowCreateWithSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dchain_animation.cpp29 … int32_t index, float space, float maxSpace, float minSpace, RefPtr<SpringProperty> springProperty) in ChainAnimationNode()
69 ChainAnimation::ChainAnimation(float space, float maxSpace, float minSpace, RefPtr<SpringProperty> … in ChainAnimation()
212 void ChainAnimation::SetSpace(float space, float maxSpace, float minSpace) in SetSpace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcolumn_modifier.cpp82 const auto space = CalcDimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetColumnSpace() local
90 const auto space = CalcDimension(0.0, DimensionUnit::PX); in ResetColumnSpace() local
H A Drow_modifier.cpp72 const auto space = CalcDimension(value, static_cast<OHOS::Ace::DimensionUnit>(unit)); in SetRowSpace() local
80 const auto space = CalcDimension(0.0, DimensionUnit::PX); in ResetRowSpace() local
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_persist.c41 WorkSpace *space = GetWorkSpace(WORKSPACE_INDEX_DAC); in GetPersistCommitId() local
56 WorkSpace *space = GetWorkSpace(WORKSPACE_INDEX_DAC); in UpdatePersistCommitId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h115 void UpdatePosMapStart(float delta, float& listCurrentPos, float space, in UpdatePosMapStart()
139 void UpdatePosMapEnd(int32_t prevEndIndex, float space, bool groupAtEnd) in UpdatePosMapEnd()
325 void UpdatePosMap(LayoutWrapper* layoutWrapper, int32_t lanes, float space, in UpdatePosMap()
354 void UpdateGroupPosMap(int32_t totalCount, int32_t lanes, float space, in UpdateGroupPosMap()
H A Dlist_paint_method.h34 float space = 0.0f; member
46 …ntMethod(const V2::ItemDivider& divider, bool vertical, bool isReverse, int32_t lanes, float space) in ListPaintMethod()
H A Dlist_item_group_model_ng.cpp48 void ListItemGroupModelNG::SetSpace(const Dimension& space) in SetSpace()
148 void ListItemGroupModelNG::SetSpace(FrameNode* frameNode, const Dimension& space) in SetSpace()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp99 string space = " "; in InsertSmapsTitle() local
124 string space = " "; in BuildSmapsInfo() local
160 string space = " "; in BuildSmapsResult() local
/aosp14/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp340 bool space = is_space(c); in text() local
363 bool space = true; in text() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp515 double space = 0.0; in UpdateText() local
565 double space = 0.0; in UpdateText() local
621 double space = 0.0; in UpdateTextPath() local
690 double space = 0.0; in UpdateTextPath() local
761 double space = 0.0; in MeasureTextBounds() local
791 double space = 0.0; in MeasureTextBounds() local
823 double space = 0.0; in MeasureTextPathBounds() local
859 double space = 0.0; in MeasureTextPathBounds() local

12345