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:scrollBlankSize_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_scroll_view.cpp
112
if (childRect.GetLeft() -
scrollBlankSize_
>= 0 || childRect.GetRight() +
scrollBlankSize_
<= GetWidth()) {
in OnRotateEvent()
116
if (childRect.GetTop() -
scrollBlankSize_
>= 0 || childRect.GetBottom() +
scrollBlankSize_
<= GetHeight()) {
in OnRotateEvent()
152
if (childRect.GetLeft() -
scrollBlankSize_
>= 0 || childRect.GetRight() +
scrollBlankSize_
<= GetWidth()) {
in SetIsEdge()
156
if (childRect.GetTop() -
scrollBlankSize_
>= 0 || childRect.GetBottom() +
scrollBlankSize_
<= GetHeight()) {
in SetIsEdge()
186
if (childRect.GetWidth() <= (GetWidth() - (
scrollBlankSize_
<< 1)) ||
in DragXInner()
192
if (childRect.GetLeft() >
scrollBlankSize_
in DragXInner()
[all...]
H
A
D
ui_list.cpp
283
if (childrenHead_ && ((childrenHead_->GetX() + distance) > (
scrollBlankSize_
+ reboundSize))) {
in DragXInner()
284
distance =
scrollBlankSize_
+ reboundSize - childrenHead_->GetX();
in DragXInner()
289
listWidth -
scrollBlankSize_
- reboundSize) {
in DragXInner()
292
distance) <= (listWidth -
scrollBlankSize_
- reboundSize)) {
in DragXInner()
293
distance = listWidth -
scrollBlankSize_
- reboundSize - childrenTail_->GetRelativeRect().GetRight() -
in DragXInner()
323
if (childrenHead_ && ((childrenHead_->GetY() + distance) > (
scrollBlankSize_
+ reboundSize))) {
in DragYInner()
324
distance =
scrollBlankSize_
+ reboundSize - childrenHead_->GetY();
in DragYInner()
329
listHeight -
scrollBlankSize_
- reboundSize) {
in DragYInner()
332
distance) <= (listHeight -
scrollBlankSize_
- reboundSize)) {
in DragYInner()
333
distance = listHeight -
scrollBlankSize_
in DragYInner()
[all...]
H
A
D
ui_picker.cpp
99
scrollBlankSize_
(0),
in UIPicker()
263
list_.SetScrollBlankSize(
scrollBlankSize_
);
in RefreshList()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_abstract_scroll.h
95
scrollBlankSize_
= size;
in SetScrollBlankSize()
105
return
scrollBlankSize_
;
in GetScrollBlankSize()
524
uint16_t
scrollBlankSize_
= 0;
member in OHOS::UIAbstractScroll
H
A
D
ui_picker.h
461
scrollBlankSize_
= size;
in SetScrollBlankSize()
555
uint16_t
scrollBlankSize_
;
member in OHOS::UIPicker
Completed in 5 milliseconds