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:selectPosition_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_list.cpp
162
selectPosition_
(0),
in UIList()
424
offsetY =
selectPosition_
- (onSelectedView_->GetY() + (onSelectedView_->GetRelativeRect().GetHeight() / 2));
in ReCalculateDragEnd()
427
offsetX =
selectPosition_
- (onSelectedView_->GetX() + (onSelectedView_->GetRelativeRect().GetWidth() / 2));
in ReCalculateDragEnd()
534
if ((childrenHead_ == nullptr) || (
selectPosition_
== 0)) {
in GetSelectView()
540
if ((child->GetY() <=
selectPosition_
) &&
in GetSelectView()
541
(child->GetY() + child->GetRelativeRect().GetHeight() >=
selectPosition_
)) {
in GetSelectView()
548
if ((child->GetX() <=
selectPosition_
) &&
in GetSelectView()
549
(child->GetX() + child->GetRelativeRect().GetWidth() >=
selectPosition_
)) {
in GetSelectView()
634
if ((onSelectedIndex_ != NULL_SELECT_INDEX) && (
selectPosition_
!= 0)) {
in MoveChildByOffset()
637
if ((view->GetY() + yOffset >
selectPosition_
) ||
in MoveChildByOffset()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H
A
D
text_drag_pattern.h
64
SelectPositionInfo
selectPosition_
;
member
68
selectPosition_
= selectionInfo;
in initSelecitonInfo()
139
return textDragData_.
selectPosition_
;
in GetSelectPosition()
H
A
D
text_drag_pattern.cpp
89
endX = %{public}f, endY = %{public}f", data.
selectPosition_
.startX_, data.
selectPosition_
.startY_,
in CreateDragNode()
90
data.
selectPosition_
.endX_, data.
selectPosition_
.endY_);
in CreateDragNode()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_list.h
322
selectPosition_
= position;
in SetSelectPosition()
505
uint16_t
selectPosition_
;
member in OHOS::UIList
Completed in 4 milliseconds