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:buttonRole
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H
A
D
js_button_theme.h
28
JSButtonTheme::
buttonRole
= role;
in ApplyTheme()
member in OHOS::Ace::Framework::JSButtonTheme::JSButtonTheme
34
JSButtonTheme::
buttonRole
= role;
in ApplyTheme()
member in OHOS::Ace::Framework::JSButtonTheme::JSButtonTheme
44
inline static ButtonRole
buttonRole
= ButtonRole::NORMAL;
member in OHOS::Ace::Framework::JSButtonTheme
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H
A
D
button_request_data.h
34
std::optional<ButtonRole>
buttonRole
;
member
H
A
D
button_model.h
60
virtual void SetRole(const std::optional<ButtonRole>&
buttonRole
) {}
in SetRole()
argument
H
A
D
button_pattern.h
230
static std::string ConvertButtonRoleToString(ButtonRole
buttonRole
)
in ConvertButtonRoleToString()
argument
H
A
D
button_model_ng.cpp
86
ButtonRole
buttonRole
= layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL);
in SetButtonStyle()
local
94
void ButtonModelNG::SetRole(const std::optional<ButtonRole>&
buttonRole
)
in SetRole()
argument
130
void ButtonModelNG::SetRole(FrameNode* frameNode, const std::optional<ButtonRole>&
buttonRole
)
in SetRole()
argument
158
ButtonRole
buttonRole
= layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL);
SetButtonStyle()
local
612
ApplyTheme(FrameNode* frameNode, ButtonStyleMode buttonStyle, ButtonRole
buttonRole
)
ApplyTheme()
argument
[all...]
H
A
D
button_pattern.cpp
152
ButtonRole
buttonRole
= layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL);
in UpdateTextStyle()
local
419
ButtonRole
buttonRole
= layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL);
in HandleBackgroundColor()
local
574
ButtonRole
buttonRole
= buttonLayoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL);
in OnColorConfigurationUpdate()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H
A
D
button_content_modifier_test_ng.cpp
86
std::optional<ButtonRole>
buttonRole
= std::nullopt;
member
H
A
D
button_extend_test_ng.cpp
91
std::optional<ButtonRole>
buttonRole
= std::nullopt;
member
H
A
D
button_test_ng.cpp
108
std::optional<ButtonRole>
buttonRole
= std::nullopt;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_button_bridge.cpp
145
uint32_t
buttonRole
= DEFAULT_ROLE;
in SetOptions()
local
669
uint32_t
buttonRole
= buttonRoleArgs->Uint32Value(vm);
in SetButtonRole()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_button.cpp
234
auto
buttonRole
= static_cast<ButtonRole>(value);
in SetRole()
local
405
auto
buttonRole
= para.
buttonRole
.value_or(ButtonRole::NORMAL);
in CreateWithLabel()
local
416
auto
buttonRole
= para.
buttonRole
.value_or(ButtonRole::NORMAL);
in CreateWithChild()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
button_modifier.cpp
525
void SetButtonRole(ArkUINodeHandle node, ArkUI_Uint32
buttonRole
)
in SetButtonRole()
argument
603
void SetButtonOptions(ArkUINodeHandle node, ArkUI_Uint32 buttonStyle, ArkUI_Uint32
buttonRole
)
in SetButtonOptions()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H
A
D
calendar_dialog_view.cpp
666
ButtonRole
buttonRole
= buttonLayoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL);
in UpdateButtonStyleAndRole()
local
Completed in 20 milliseconds