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:qrcodeColor
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
H
A
D
qrcode_declaration.h
31
Color
qrcodeColor
;
member
68
return style.
qrcodeColor
;
in GetQrcodeColor()
113
void SetQrcodeColor(const Color&
qrcodeColor
)
in SetQrcodeColor()
argument
116
style.
qrcodeColor
=
qrcodeColor
;
in SetQrcodeColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_qrcode.cpp
66
Color
qrcodeColor
;
in SetQRCodeColor()
local
67
if (!ParseJsColor(info[0],
qrcodeColor
) && !JSQRCodeTheme::ObtainQRCodeColor(
qrcodeColor
)) {
in SetQRCodeColor()
70
qrcodeColor
= qrcodeTheme->GetQrcodeColor();
in SetQRCodeColor()
72
QRCodeModel::GetInstance()->SetQRCodeColor(
qrcodeColor
);
in SetQRCodeColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H
A
D
js_qrcode_theme.h
48
static bool ObtainQRCodeColor(Color &
qrcodeColor
)
in ObtainQRCodeColor()
argument
54
qrcodeColor
= themeColors->CompForegroundPrimary();
in ObtainQRCodeColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H
A
D
qrcode_napi.cpp
82
Color
qrcodeColor
;
in JsColor()
local
83
if (!CommonNapiUtils::ParseColor(env, argv[0],
qrcodeColor
)) {
in JsColor()
86
qrcodeColor
= qrcodeTheme->GetQrcodeColor();
in JsColor()
88
QRCodeModel::GetInstance()->SetQRCodeColor(
qrcodeColor
);
in JsColor()
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H
A
D
qrcode_component.cpp
90
void QrcodeComponent::SetQrcodeColor(const Color&
qrcodeColor
)
in SetQrcodeColor()
argument
92
declaration_->SetQrcodeColor(
qrcodeColor
);
in SetQrcodeColor()
H
A
D
qrcode_component.h
46
void SetQrcodeColor(const Color&
qrcodeColor
);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
qrcode_modifier.cpp
37
Color
qrcodeColor
= qrcodeTheme->GetQrcodeColor();
in ResetQRColor()
local
38
QRCodeModelNG::SetQRCodeColor(frameNode,
qrcodeColor
);
in ResetQRColor()
Completed in 3 milliseconds