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:disabledColor_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H
A
D
stepper_component.h
201
disabledColor_
= disabledColor;
in SetDisabledColor()
206
return
disabledColor_
;
in GetDisabledColor()
350
Color
disabledColor_
;
member in OHOS::Ace::StepperComponent
H
A
D
stepper_theme.h
65
theme->
disabledColor_
= pattern->GetAttr<Color>("button_bg_color_disabled", Color::RED);
in Build()
149
return
disabledColor_
;
in GetDisabledColor()
221
Color
disabledColor_
;
member in OHOS::Ace::StepperTheme
H
A
D
render_stepper.h
216
Color
disabledColor_
;
member in OHOS::Ace::RenderStepper
H
A
D
render_stepper.cpp
125
disabledColor_
= stepperComponent_->GetDisabledColor().ChangeOpacity(disabledAlpha_);
in InitAttr()
304
textStyles_[currentIndex_].SetTextColor(
disabledColor_
);
in UpdateButton()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_button.h
89
Color
disabledColor_
;
member in OHOS::Ace::Framework::final
H
A
D
dom_button.cpp
339
disabledColor_
= buttonDeclaration_->GetDisabledColor();
in PrepareButtonState()
364
if (
disabledColor_
== Color()) {
in PrepareDisabledBackgroundColor()
369
buttonDeclaration_->SetDisabledColor(
disabledColor_
);
in PrepareDisabledBackgroundColor()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H
A
D
button_theme.h
64
theme->
disabledColor_
=
in ParsePattern()
200
return
disabledColor_
;
in GetDisabledColor()
461
Color
disabledColor_
;
member in OHOS::Ace::ButtonTheme
/foundation/arkui/ace_engine/frameworks/core/components/select/
H
A
D
select_theme.h
128
theme->
disabledColor_
= pattern->GetAttr<Color>("select_color_text_primary", Color(0x5C000000));
in ParseNewPattern()
322
theme->
disabledColor_
=
disabledColor_
;
in ClonePartOne()
466
return
disabledColor_
;
in GetDisabledColor()
470
disabledColor_
= value;
in SetDisabledColor()
1144
Color
disabledColor_
;
member in OHOS::Ace::final
Completed in 8 milliseconds