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:jsColorsArray
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H
A
D
js_with_theme.cpp
54
auto
jsColorsArray
= JSRef<JSArray>::Cast(jsColors);
in SendThemeToNative()
local
58
colors.SetColors(
jsColorsArray
);
in SendThemeToNative()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_gauge_bridge.cpp
159
auto
jsColorsArray
= panda::CopyableGlobal<panda::ArrayRef>(vm, info);
in SetGradientColors()
local
160
if (
jsColorsArray
.IsEmpty() ||
jsColorsArray
->IsUndefined()
in SetGradientColors()
161
||
jsColorsArray
->IsNull() ||
jsColorsArray
->Length(vm) == 0) {
in SetGradientColors()
166
for (size_t i = 0; i <
jsColorsArray
->Length(vm); ++i) {
in SetGradientColors()
170
auto jsValue =
jsColorsArray
->GetValueAt(vm, info, i);
in SetGradientColors()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_gauge.cpp
189
auto
jsColorsArray
= JSRef<JSArray>::Cast(info[0]);
in SetGradientColors()
local
190
if (
jsColorsArray
->Length() == 0) {
in SetGradientColors()
195
for (size_t i = 0; i <
jsColorsArray
->Length(); ++i) {
in SetGradientColors()
199
JSRef<JSVal> jsValue =
jsColorsArray
->GetValueAt(i);
in SetGradientColors()
Completed in 4 milliseconds