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:listView_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_list.cpp
42
if (
listView_
== nullptr) {
in MeasureAdapterRelativeRect()
45
UIView* childHead =
listView_
->childrenHead_;
in MeasureAdapterRelativeRect()
50
if (
listView_
->direction_ == VERTICAL) {
in MeasureAdapterRelativeRect()
59
adapterRelativeRect_.SetRect(0, y,
listView_
->GetWidth() - 1, y + height - 1);
in MeasureAdapterRelativeRect()
69
adapterRelativeRect_.SetRect(x, 0, x + width - 1,
listView_
->GetHeight() - 1);
in MeasureAdapterRelativeRect()
75
if ((adapter_ == nullptr) || (
listView_
== nullptr)) {
in InitRecycle()
79
listView_
->Invalidate();
in InitRecycle()
81
if (
listView_
->xScrollBarVisible_ ||
listView_
->yScrollBarVisible_) {
in InitRecycle()
108
uint16_t index =
listView_
in FillActiveView()
[all...]
H
A
D
ui_picker.cpp
24
:
listView_
(list),
in PickerListScrollListener()
37
if ((lastSelectView_ != nullptr) && (
listView_
!= nullptr) && (pickerView_ != nullptr) && (view != nullptr)) {
in OnItemSelected()
53
listView_
->Invalidate();
in OnItemSelected()
62
if ((view == nullptr) || (
listView_
== nullptr) || (pickerView_ == nullptr)) {
in OnScrollEnd()
84
listView_
->Invalidate();
in OnScrollEnd()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_list.h
435
explicit Recycle(UIList* list) : adapter_(nullptr),
listView_
(list), hasInitialiszed_(false) {}
in Recycle()
475
UIList*
listView_
;
member in OHOS::UIList::Recycle
H
A
D
ui_picker.h
80
UIList*
listView_
;
member in OHOS::PickerListScrollListener
Completed in 3 milliseconds