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
defs:controlSize
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_request_data.h
33
std::optional<ControlSize>
controlSize
;
member
H
A
D
button_model.h
59
virtual void SetControlSize(const std::optional<ControlSize>&
controlSize
) {}
in SetControlSize()
argument
H
A
D
button_pattern.h
287
static std::string ConvertControlSizeToString(ControlSize
controlSize
)
in ConvertControlSizeToString()
argument
H
A
D
button_layout_algorithm.cpp
347
ControlSize
controlSize
= layoutProperty->GetControlSize().value_or(ControlSize::NORMAL);
in GetDefaultHeight()
local
361
ControlSize
controlSize
= layoutProperty->GetControlSize().value_or(ControlSize::NORMAL);
in GetDefaultBorderRadius()
local
H
A
D
button_model_ng.cpp
113
void ButtonModelNG::SetControlSize(const std::optional<ControlSize>&
controlSize
)
in SetControlSize()
argument
166
void ButtonModelNG::SetControlSize(FrameNode* frameNode, const std::optional<ControlSize>&
controlSize
)
in SetControlSize()
argument
[all...]
H
A
D
button_pattern.cpp
157
ControlSize
controlSize
= layoutProperty->GetControlSize().value_or(ControlSize::NORMAL);
in UpdateTextStyle()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H
A
D
select_pattern_test_ng.cpp
1691
auto
controlSize
= selectPattern->GetControlSize();
in HWTEST_F()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H
A
D
button_content_modifier_test_ng.cpp
85
std::optional<ControlSize>
controlSize
= std::nullopt;
member
H
A
D
button_extend_test_ng.cpp
90
std::optional<ControlSize>
controlSize
= std::nullopt;
member
H
A
D
button_test_ng.cpp
107
std::optional<ControlSize>
controlSize
= std::nullopt;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_select.cpp
324
auto
controlSize
= SelectModel::GetInstance()->GetControlSize();
in ResetFontSize()
local
824
auto
controlSize
= static_cast<ControlSize>(info[0]->ToNumber<int32_t>());
in SetControlSize()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H
A
D
select_model_ng.cpp
410
void SelectModelNG::SetControlSize(const std::optional<ControlSize>&
controlSize
)
in SetControlSize()
argument
436
void SelectModelNG::SetControlSize(FrameNode* frameNode, const std::optional<ControlSize>&
controlSize
)
in SetControlSize()
argument
H
A
D
select_pattern.cpp
71
static std::string ConvertControlSizeToString(ControlSize
controlSize
)
in ConvertControlSizeToString()
argument
1412
void SelectPattern::SetControlSize(const ControlSize&
controlSize
)
in SetControlSize()
argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
select_modifier.cpp
325
auto
controlSize
= SelectModelNG::GetControlSize(frameNode);
in ResetFont()
local
473
auto
controlSize
= static_cast<ControlSize>(value);
in SetControlSize()
local
H
A
D
button_modifier.cpp
563
void SetButtonControlSize(ArkUINodeHandle node, ArkUI_Uint32
controlSize
)
in SetButtonControlSize()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_button_bridge.cpp
137
uint32_t
controlSize
= DEFAULT_CONTROL_SIZE;
in SetOptions()
local
720
uint32_t
controlSize
= controlSizeArgs->Uint32Value(vm);
in SetButtonControlSize()
local
H
A
D
arkts_native_select_bridge.cpp
720
auto
controlSize
= controlSizeArg->Int32Value(vm);
in SetControlSize()
local
Completed in 25 milliseconds