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:blankSize_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_swipe_view.cpp
23
: swipeListener_(nullptr), curIndex_(0),
blankSize_
(DEFAULT_BLANK_SIZE), curView_(nullptr), loop_(false)
in UISwipeView()
107
if (childrenHead_->GetX() >=
blankSize_
) {
in DragXInner()
109
} else if (childrenHead_ && (childrenHead_->GetX() + distance >
blankSize_
)) {
in DragXInner()
110
distance =
blankSize_
- childrenHead_->GetX();
in DragXInner()
114
if (childrenTail_->GetRelativeRect().GetRight() < width -
blankSize_
) {
in DragXInner()
116
} else if (width - (childrenTail_->GetX() + childrenTail_->GetWidth() + distance) >
blankSize_
) {
in DragXInner()
117
distance = width -
blankSize_
- childrenTail_->GetX() - childrenTail_->GetWidth();
in DragXInner()
134
if (childrenHead_->GetY() >=
blankSize_
) {
in DragYInner()
136
} else if ((childrenHead_ != nullptr) && (childrenHead_->GetY() + distance >
blankSize_
)) {
in DragYInner()
137
distance =
blankSize_
in DragYInner()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_swipe_view.h
198
blankSize_
= size;
in SetBlankSize()
360
uint16_t
blankSize_
;
member in OHOS::UISwipeView
Completed in 3 milliseconds