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:scrollBarColor
(Results
1 - 11
of
11
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H
A
D
scroll_component.cpp
35
void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>&
scrollBarColor
,
in InitScrollBar()
argument
H
A
D
scroll_component.h
209
void SetScrollBarColor(const Color&
scrollBarColor
)
in SetScrollBarColor()
argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/
H
A
D
div_declaration.h
45
std::pair<bool, Color>
scrollBarColor
;
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H
A
D
grid_model_ng.cpp
425
void GridModelNG::SetScrollBarColor(FrameNode* frameNode, const Color&
scrollBarColor
)
in SetScrollBarColor()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_water_flow.cpp
549
auto
scrollBarColor
= JSScrollable::ParseBarColor(info);
in SetScrollBarColor()
local
H
A
D
js_grid.cpp
411
auto
scrollBarColor
= JSScrollable::ParseBarColor(info);
in SetScrollBarColor()
local
H
A
D
js_list.cpp
150
auto
scrollBarColor
= JSScrollable::ParseBarColor(info);
in SetScrollBarColor()
local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H
A
D
style.h
146
std::pair<bool, Color>
scrollBarColor
;
member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
grid_modifier.cpp
145
void SetGridScrollBarColor(ArkUINodeHandle node, uint32_t
scrollBarColor
)
in SetGridScrollBarColor()
argument
H
A
D
node_scroll_modifier.cpp
253
void SetScrollScrollBarColor(ArkUINodeHandle node, uint32_t
scrollBarColor
)
in SetScrollScrollBarColor()
argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H
A
D
render_grid_scroll.cpp
1230
auto&
scrollBarColor
= component_->GetScrollBarColor();
in InitScrollBar()
local
Completed in 15 milliseconds