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:itemsHeight_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_picker.cpp
105
itemsHeight_
(0),
in UIPicker()
210
if (!isWidthSet_ || !isHeightSet_ || !
itemsHeight_
) {
in RefreshValues()
228
if (!isWidthSet_ || !isHeightSet_ || !
itemsHeight_
) {
in RefreshValues()
249
textAdapter_->SetHeight(
itemsHeight_
);
in RefreshList()
265
list_.SetScrollBlankSize((height -
itemsHeight_
) / 2); // 2: half
in RefreshList()
318
if (
itemsHeight_
&& (list_.GetChildrenHead() != nullptr) && isWidthSet_ && isHeightSet_) {
in RefreshSelected()
321
int16_t yOffset = (list_.GetHeight() -
itemsHeight_
) / 2 -
in RefreshSelected()
322
itemsHeight_
* (index - list_.GetChildrenHead()->GetViewIndex());
in RefreshSelected()
419
if (height ==
itemsHeight_
) {
in SetItemHeight()
423
itemsHeight_
in SetItemHeight()
[all...]
H
A
D
ui_time_picker.cpp
33
itemsHeight_
(0),
130
picker->SetItemHeight(
itemsHeight_
);
in InitPicker()
270
itemsHeight_
= height;
in SetItemHeight()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_time_picker.h
345
uint16_t
itemsHeight_
;
member in OHOS::UITimePicker
H
A
D
ui_picker.h
565
uint16_t
itemsHeight_
;
member in OHOS::UIPicker
Completed in 3 milliseconds