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:SetReboundSize
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/
H
A
D
ui_test_scroll_bar.cpp
60
scrollView_->
SetReboundSize
(50); // 50: rebound size
in SetUp()
67
list_->
SetReboundSize
(50); // 50: rebound size
in SetUp()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_picker.h
406
void
SetReboundSize
(uint16_t size)
in SetReboundSize()
function in OHOS::UIPicker
408
list_.
SetReboundSize
(size);
in SetReboundSize()
H
A
D
ui_abstract_scroll.h
129
void
SetReboundSize
(uint16_t size)
in SetReboundSize()
function in OHOS::UIAbstractScroll
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
scroll_layer.cpp
52
scroll->
SetReboundSize
(0);
in AddScrollLayer()
/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H
A
D
ui_test_rotate_input.cpp
97
container_->
SetReboundSize
(50); // 50 : rebound size
in SetUp()
218
list_->
SetReboundSize
(50); // 50 : rebound size
in UIKitRotateEventList001()
248
scroll_->
SetReboundSize
(50); // 50 : rebound size
in UIKitRotateEventScrollView002()
/foundation/arkui/ui_lite/test/framework/src/
H
A
D
ui_test_app.cpp
73
mainList_->
SetReboundSize
(50); // 50: rebound size
in InitMainMenu()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_scroll_view_unit_test.cpp
227
* @tc.desc: Verify
SetReboundSize
function.
235
scrollView_->
SetReboundSize
(size);
in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H
A
D
ui_test_ui_scroll_view.cpp
121
scroll->
SetReboundSize
(50); // 50: rebound size
in UIKitUIScrollViewTestbar001()
/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H
A
D
ui_test_ui_list.cpp
402
currentList_->
SetReboundSize
(g_reboundSize);
in OnClick()
Completed in 6 milliseconds