Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SetMargin
(Results
1 - 25
of
66
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H
A
D
water_flow_misc_test.cpp
33
ViewAbstract::
SetMargin
(CalcLength(5.0f));
in HWTEST_F()
68
ViewAbstract::
SetMargin
(CalcLength(5.0f));
in HWTEST_F()
72
ViewAbstract::
SetMargin
(CalcLength(5.0f));
in HWTEST_F()
114
ViewAbstract::
SetMargin
(CalcLength(5.0f));
in HWTEST_F()
148
ViewAbstract::
SetMargin
(CalcLength(5.0f));
in HWTEST_F()
180
ViewAbstract::
SetMargin
(CalcLength(5.0f));
in HWTEST_F()
185
ViewAbstract::
SetMargin
(CalcLength(1.0f));
in HWTEST_F()
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H
A
D
rme_core_sched.cpp
86
("FrameS-
SetMargin
-rtg:" + to_string(m_rtg) + " margin:" + to_string(MARGIN_BEGIN)).c_str());
in BeginFlushBuild()
87
SetMargin
(MARGIN_BEGIN);
in BeginFlushBuild()
100
("FrameS-
SetMargin
-rtg:" + to_string(m_rtg) + " margin:" + to_string(MARGIN_MIDDLE)).c_str());
in BeginFlushRender()
101
SetMargin
(MARGIN_MIDDLE);
in BeginFlushRender()
125
("FrameS-
SetMargin
-rtg:" + to_string(m_rtg) + " margin:" + to_string(MARGIN_END)).c_str());
in RenderStart()
126
SetMargin
(MARGIN_END);
in RenderStart()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_piece.cpp
43
declaration->
SetMargin
(GetBoxComponent()->GetMargin());
in PrepareSpecializedComponent()
53
boxComponent_->
SetMargin
(Edge());
in PrepareSpecializedComponent()
H
A
D
dom_popup.cpp
221
popupChild_->GetPopupParam()->
SetMargin
(boxComponent_->GetMargin());
in PrepareSpecializedComponent()
222
boxComponent_->
SetMargin
(Edge());
in PrepareSpecializedComponent()
H
A
D
dom_dialog.cpp
44
dialogChild_->
SetMargin
(margin);
in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H
A
D
piece_component.cpp
144
void PieceComponent::
SetMargin
(const Edge& margin)
in SetMargin()
function in OHOS::Ace::PieceComponent
146
declaration_->
SetMargin
(margin);
in SetMargin()
H
A
D
piece_component.h
75
void
SetMargin
(const Edge& margin);
/foundation/resourceschedule/frame_aware_sched/common/include/
H
A
D
rtg_interface.h
102
int
SetMargin
(int stateParam);
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H
A
D
custom_dialog_component.h
138
void
SetMargin
(const Edge& margin)
in SetMargin()
function in OHOS::Ace::CustomDialogComponent
H
A
D
custom_dialog_element.cpp
79
baseDialog->
SetMargin
(dialog_->GetMargin());
in ShowDialog()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H
A
D
dialog_modal_component.cpp
69
box->
SetMargin
(Edge(BG_MARGIN));
in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/animation/
H
A
D
animatable_properties.h
52
void
SetMargin
(const AnimatableDimension& value, const DimensionHelper& helper);
H
A
D
animatable_properties.cpp
123
animatableProperties->
SetMargin
(AnimatableDimension(margin->GetValue()), setter);
in UpdatePropAnimation()
590
void AnimatableProperties::
SetMargin
(const AnimatableDimension& value, const DimensionHelper& helper)
in SetMargin()
function in OHOS::Ace::AnimatableProperties
596
renderNode->
SetMargin
(value, helper);
in SetMargin()
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H
A
D
sliding_panel_component_v2.cpp
49
boxForContent->
SetMargin
(boxStyle_->GetMargin());
in BuildInnerChild()
H
A
D
sliding_panel_component.cpp
92
boxForContent->
SetMargin
(boxStyle->GetMargin());
in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H
A
D
dialog_tween_component.h
164
void
SetMargin
(const Edge& edge)
in SetMargin()
function in OHOS::Ace::DialogTweenComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_textfield_ffi.cpp
141
TextFieldModel::GetInstance()->
SetMargin
();
in FfiOHOSAceFrameworkTextFieldSetMargin()
147
TextFieldModel::GetInstance()->
SetMargin
();
in FfiOHOSAceFrameworkTextFieldSetMargins()
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
H
A
D
rtg_interface_test.cpp
328
ret =
SetMargin
(0);
in HWTEST_F()
345
ret =
SetMargin
(0);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H
A
D
piece_declaration.h
137
void
SetMargin
(const Edge& margin)
in SetMargin()
function in OHOS::Ace::PieceDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
alert_dialog_component.cpp
63
box->
SetMargin
(margin_);
in BuildChild()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H
A
D
box_base_component.h
117
void
SetMargin
(const Edge& margin)
in SetMargin()
function in OHOS::Ace::BoxBaseComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract.h
155
static void
SetMargin
(const CalcLength &value);
156
static void
SetMargin
(const PaddingProperty &value);
552
static void
SetMargin
(FrameNode* frameNode, const CalcLength& value);
553
static void
SetMargin
(FrameNode* frameNode, const PaddingProperty& value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_field_model_ng.h
92
void
SetMargin
() override;
274
static void
SetMargin
(FrameNode* frameNode, NG::PaddingProperty& margin);
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.h
152
void
SetMargin
(const EdgePx& margin)
in SetMargin()
function in OHOS::Ace::RosenDecorationPainter::RosenDecorationPainter
/foundation/arkui/ace_engine/frameworks/core/components/toast/
H
A
D
toast_component.cpp
129
baseBox->
SetMargin
(toastTheme->GetMarging());
in BuildPackageBox()
Completed in 12 milliseconds
1
2
3