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:buttonComponent
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
button_model_impl.cpp
37
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
in SetFontSize()
local
38
if (!
buttonComponent
) {
in SetFontSize()
41
if (
buttonComponent
->NeedResetHeight()) {
in SetFontSize()
89
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
in SetType()
local
90
if (
buttonComponent
) {
in SetType()
91
buttonComponent
->SetType((ButtonType)value);
in SetType()
98
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
in SetStateEffect()
local
99
if (
buttonComponent
) {
in SetStateEffect()
100
buttonComponent
->SetStateEffect(stateEffect);
in SetStateEffect()
126
auto
buttonComponent
in Create()
local
148
auto
buttonComponent
= AceType::MakeRefPtr<ButtonComponent>(buttonChildren);
CreateWithChild()
local
205
auto
buttonComponent
=
OnClick()
local
223
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
BackgroundColor()
local
249
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
SetWidth()
local
267
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
SetHeight()
local
287
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
SetAspectRatio()
local
304
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
SetBorderRadius()
local
331
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
GetTextComponent()
local
348
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
ResetButtonHeight()
local
358
SetTypeAndStateEffect(const std::optional<ButtonType>& type, const std::optional<bool>& stateEffect, const RefPtr<ButtonComponent>&
buttonComponent
)
SetTypeAndStateEffect()
argument
373
SetDefaultAttributes(const RefPtr<ButtonComponent>&
buttonComponent
)
SetDefaultAttributes()
argument
391
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(stack->GetMainComponent());
SetRemoteMessage()
local
[all...]
H
A
D
button_model_impl.h
53
const RefPtr<ButtonComponent>&
buttonComponent
);
54
static void SetDefaultAttributes(const RefPtr<ButtonComponent>&
buttonComponent
);
/foundation/arkui/ace_engine/frameworks/core/components/button/
H
A
D
button_element.cpp
42
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(component_);
in Update()
local
43
if (
buttonComponent
) {
in Update()
44
SetFocusable(!
buttonComponent
->GetDisabledState() &&
buttonComponent
->GetFocusable());
in Update()
72
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(component_);
in LocalizedUpdate()
local
74
if (Container::IsCurrentUsePartialUpdate() &&
buttonComponent
->GetHasCustomChild()) {
in LocalizedUpdate()
78
ComponentGroupElement::UpdateChildrenForDeclarative(
buttonComponent
->GetChildren());
in LocalizedUpdate()
84
auto
buttonComponent
= AceType::DynamicCast<ButtonComponent>(component_);
in Apply()
local
85
if (!
buttonComponent
) {
in Apply()
88
if (
buttonComponent
in Apply()
[all...]
H
A
D
button_component.cpp
68
auto
buttonComponent
= AceType::MakeRefPtr<ButtonComponent>(buttonChildren);
in Build()
local
69
buttonComponent
->SetHasCustomChild(false);
in Build()
72
return
buttonComponent
;
in Build()
81
buttonComponent
->SetHeight(buttonTheme->GetHeight());
in Build()
82
buttonComponent
->SetRectRadius(buttonTheme->GetHeight() / 2.0);
in Build()
83
buttonComponent
->SetBackgroundColor(buttonTheme->GetBgColor());
in Build()
84
buttonComponent
->SetClickedColor(buttonTheme->GetClickedColor());
in Build()
85
buttonComponent
->SetFocusColor(buttonTheme->GetBgFocusColor());
in Build()
86
buttonComponent
->SetFocusAnimationColor(buttonTheme->GetBgFocusColor());
in Build()
87
return
buttonComponent
;
in Build()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H
A
D
popup_component_v2.cpp
144
auto
buttonComponent
= AceType::MakeRefPtr<ButtonComponent>(buttonChildren);
in CreateButton()
local
145
buttonComponent
->SetType(ButtonType::CAPSULE);
in CreateButton()
146
buttonComponent
->SetDeclarativeFlag(true);
in CreateButton()
147
buttonComponent
->SetHeight(buttonTheme->GetHeight());
in CreateButton()
148
buttonComponent
->SetBackgroundColor(Color::TRANSPARENT);
in CreateButton()
149
buttonComponent
->SetIsPopupButton(true);
in CreateButton()
150
buttonComponent
->SetClickedColor(POPUP_BUTTON_CLICKED_COLOR);
in CreateButton()
151
buttonComponent
->SetHoverColor(POPUP_BUTTON_HOVER_COLOR);
in CreateButton()
152
buttonComponent
->SetMouseAnimationType(HoverAnimationType::NONE);
in CreateButton()
153
buttonComponent
in CreateButton()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
dialog_component.cpp
731
RefPtr<ButtonComponent>
buttonComponent
;
in BuildButtons()
local
734
buttonComponent
= ButtonBuilder::Build(
in BuildButtons()
737
buttonComponent
=
in BuildButtons()
740
buttonComponent
->SetBackgroundColor(Color::TRANSPARENT);
in BuildButtons()
742
buttonComponent
->SetHeight(dialogTheme->GetButtonHeight());
in BuildButtons()
743
buttonComponent
->SetRectRadius(dialogTheme->GetButtonHeight() / 2.0);
in BuildButtons()
745
buttonComponent
->SetBackgroundColor(dialogTheme->GetCommonButtonBgColor());
in BuildButtons()
747
buttonComponent
->SetBackgroundColor(dialogTheme->GetEmphasizeButtonBgColor());
in BuildButtons()
750
buttonComponent
->SetHoverColor(Color::FromString("#0C000000"));
in BuildButtons()
751
buttonComponent
in BuildButtons()
792
auto
buttonComponent
= AceType::MakeRefPtr<ButtonComponent>(buttonChildren);
BuildButtonsForWatch()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_input.h
85
const auto&
buttonComponent
= AceType::DynamicCast<ButtonComponent>(inputChild_);
in InitButton()
local
86
if (theme &&
buttonComponent
) {
in InitButton()
87
buttonComponent
->ApplyTheme(theme);
in InitButton()
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H
A
D
render_list_item.cpp
215
auto
buttonComponent
= AceType::MakeRefPtr<ButtonComponent>(std::list<RefPtr<Component>>());
in CreateDeleteButton()
local
216
buttonComponent
->SetType(ButtonType::ICON);
in CreateDeleteButton()
217
buttonComponent
->SetWidth(BUTTON_WIDTH);
in CreateDeleteButton()
218
buttonComponent
->SetHeight(BUTTON_WIDTH);
in CreateDeleteButton()
220
buttonComponent
->SetClickFunction([weak = AceType::WeakClaim(this)] {
in CreateDeleteButton()
227
auto button =
buttonComponent
->CreateRenderNode();
in CreateDeleteButton()
229
button->Update(
buttonComponent
);
in CreateDeleteButton()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkComponent.js
16986
let
buttonComponent
= component;
16987
buttonComponent
.setContentModifier(this.value);
Completed in 35 milliseconds