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:xScrollBar_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_abstract_scroll.cpp
82
scrollView_.
xScrollBar_
->SetOpacity(opa);
94
scrollView_.
xScrollBar_
->SetOpacity(OPA_OPAQUE);
102
scrollView_.
xScrollBar_
->SetOpacity(OPA_TRANSPARENT);
159
if (
xScrollBar_
!= nullptr) {
in ~UIAbstractScroll()
160
delete
xScrollBar_
;
in ~UIAbstractScroll()
161
xScrollBar_
= nullptr;
in ~UIAbstractScroll()
403
} else if (visible &&
xScrollBar_
== nullptr) {
in SetXScrollBarVisible()
404
xScrollBar_
= new UIBoxScrollBar();
in SetXScrollBarVisible()
448
xScrollBar_
->SetPosition(scrollRect.GetLeft(), scrollRect.GetBottom() - SCROLL_BAR_WIDTH + 1,
in OnPostDraw()
451
xScrollBar_
in OnPostDraw()
[all...]
H
A
D
ui_scroll_view.cpp
275
xScrollBar_
->SetForegroundProportion(static_cast<float>(len) / totalLen);
in RefreshScrollBar()
276
xScrollBar_
->SetScrollProgress(static_cast<float>(scrollBlankSize_ - childrenRect.GetLeft()) /
in RefreshScrollBar()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_abstract_scroll.h
548
UIAbstractScrollBar*
xScrollBar_
= nullptr;
member in OHOS::UIAbstractScroll
Completed in 3 milliseconds