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:SetItemHeight
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_picker/
H
A
D
ui_test_ui_picker.cpp
109
picker1_->
SetItemHeight
(50); // 50: height
in UIKitPickerTestBase001()
170
picker3_->
SetItemHeight
(50); // 50: height
in UIKitPickerTestBase002()
204
picker2_->
SetItemHeight
(50); // 50 height
in UIKitPickerTestTimePicker001()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
picker_view_component.cpp
166
uiPicker->
SetItemHeight
(PICKER_ITEM_HEIGHT);
in CreateTextPicker()
188
uiTimePicker->
SetItemHeight
(PICKER_ITEM_HEIGHT);
in CreateTimePicker()
208
uiDatePicker->
SetItemHeight
(PICKER_ITEM_HEIGHT);
in CreateDatePicker()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_picker_unit_test.cpp
161
picker_->
SetItemHeight
(itemHeight);
in HWTEST_F()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_time_picker.h
164
void
SetItemHeight
(int16_t height);
H
A
D
ui_picker.h
277
void
SetItemHeight
(int16_t height);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_time_picker.cpp
130
picker->
SetItemHeight
(itemsHeight_);
in InitPicker()
268
void UITimePicker::
SetItemHeight
(int16_t height)
in SetItemHeight()
function in OHOS::UITimePicker
H
A
D
ui_picker.cpp
417
void UIPicker::
SetItemHeight
(int16_t height)
in SetItemHeight()
function in OHOS::UIPicker
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.cpp
339
timePicker_->
SetItemHeight
(50); // 50 height
in UIKitRotateEventTimePicker005()
379
picker_->
SetItemHeight
(50); // 50: height
in UIKitRotateEventPicker006()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H
A
D
dot_indicator_modifier.h
255
void
SetItemHeight
(const float itemHeight)
in SetItemHeight()
function in OHOS::Ace::NG::DotIndicatorModifier
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
642
picker_->
SetItemHeight
(50); // 50: height
in UIKitUITestBorderMarginPaddingTest014()
Completed in 7 milliseconds