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:GetViewIndex
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_list.cpp
49
uint16_t idx = childHead->
GetViewIndex
();
in MeasureAdapterRelativeRect()
359
if (childrenHead_ && (childrenHead_->
GetViewIndex
() == 0) &&
in MoveOffset()
361
scrollListener_->OnScrollTop(childrenHead_->
GetViewIndex
(), childrenHead_);
in MoveOffset()
363
if (childrenTail_ && (childrenTail_->
GetViewIndex
() == recycle_.GetAdapterItemCount() - 1) &&
in MoveOffset()
366
scrollListener_->OnScrollBottom(childrenTail_->
GetViewIndex
(), childrenTail_);
in MoveOffset()
369
if (childrenHead_ && (childrenHead_->
GetViewIndex
() == 0) &&
in MoveOffset()
371
scrollListener_->OnScrollTop(childrenHead_->
GetViewIndex
(), childrenHead_);
in MoveOffset()
373
if (childrenTail_ && (childrenTail_->
GetViewIndex
() == recycle_.GetAdapterItemCount() - 1) &&
in MoveOffset()
376
scrollListener_->OnScrollBottom(childrenTail_->
GetViewIndex
(), childrenTail_);
in MoveOffset()
543
scrollListener_->OnItemSelected(child->
GetViewIndex
(), chil
in GetSelectView()
[all...]
H
A
D
ui_swipe_view.cpp
241
if (child->
GetViewIndex
() == index) {
in GetViewByIndex()
375
curIndex_ = childrenHead_->
GetViewIndex
();
in pfnGetWidthOrHeight()
378
curIndex_ = childrenTail_->
GetViewIndex
();
in pfnGetWidthOrHeight()
384
curIndex_ = view->
GetViewIndex
();
in pfnGetWidthOrHeight()
H
A
D
ui_picker.cpp
322
itemsHeight_ * (index - list_.GetChildrenHead()->
GetViewIndex
());
in RefreshSelected()
331
int16_t viewIndex = childView->
GetViewIndex
();
in RefreshSelected()
H
A
D
ui_view.cpp
1095
int16_t UIView::
GetViewIndex
() const
in GetViewIndex()
function in OHOS::UIView
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_image_unit_test.cpp
459
EXPECT_EQ(imageView_->
GetViewIndex
(), index);
in HWTEST_F()
H
A
D
ui_view_unit_test.cpp
766
EXPECT_EQ(view_->
GetViewIndex
(), index);
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_view.h
1085
int16_t
GetViewIndex
() const;
/foundation/arkui/ui_lite/frameworks/dfx/
H
A
D
ui_dump_dom_tree.cpp
135
cJSON_AddNumberToObject(usr, "selectedIndex", static_cast<double>(selectView->
GetViewIndex
()));
in AddListField()
Completed in 9 milliseconds