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:scrollView_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_scroll_view_unit_test.cpp
35
static UIScrollView*
scrollView_
;
member in OHOS::ScrollViewTest
38
UIScrollView* ScrollViewTest::
scrollView_
= nullptr;
member in OHOS::ScrollViewTest
42
if (
scrollView_
== nullptr) {
in SetUpTestCase()
43
scrollView_
= new UIScrollView();
in SetUpTestCase()
49
if (
scrollView_
!= nullptr) {
in TearDownTestCase()
50
delete
scrollView_
;
in TearDownTestCase()
51
scrollView_
= nullptr;
in TearDownTestCase()
86
if (
scrollView_
== nullptr) {
in HWTEST_F()
90
EXPECT_EQ(
scrollView_
->GetViewType(), UI_SCROLL_VIEW);
in HWTEST_F()
101
if (
scrollView_
in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_scroll_bar/
H
A
D
ui_test_scroll_bar.cpp
37
if (
scrollView_
== nullptr) {
in SetUp()
38
scrollView_
= new UIScrollView();
in SetUp()
56
container_->Add(
scrollView_
);
in SetUp()
57
scrollView_
->SetPosition(0, 0, VIEW_WIDTH, VIEW_HEIGHT);
in SetUp()
58
scrollView_
->SetYScrollBarVisible(true);
in SetUp()
59
scrollView_
->SetHorizontalScrollState(false);
in SetUp()
60
scrollView_
->SetReboundSize(50); // 50: rebound size
in SetUp()
61
scrollView_
->SetScrollBarCenter({200, 200}); // 200: x, y of center
in SetUp()
97
scrollView_
= nullptr;
in TearDown()
124
scrollView_
in UIKitScrollBarTESTScrollview001()
[all...]
H
A
D
ui_test_scroll_bar.h
40
UIScrollView*
scrollView_
= nullptr;
member in OHOS::UITestScrollBar
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_abstract_scroll.cpp
40
:
scrollView_
(scrollView),
in BarEaseInOutAnimator()
58
} else if (
scrollView_
.yScrollBar_->GetOpacity() == OPA_TRANSPARENT) {
in RefreshBar()
78
if (
scrollView_
.yScrollBarVisible_) {
79
scrollView_
.yScrollBar_->SetOpacity(opa);
81
if (
scrollView_
.xScrollBarVisible_) {
82
scrollView_
.xScrollBar_->SetOpacity(opa);
84
scrollView_
.Invalidate();
90
if (
scrollView_
.yScrollBarVisible_) {
91
scrollView_
.yScrollBar_->SetOpacity(OPA_OPAQUE);
93
if (Screen::GetInstance().GetScreenShape() == ScreenShape::RECTANGLE &&
scrollView_
118
UIAbstractScroll&
scrollView_
;
global()
member in OHOS::final
[all...]
Completed in 2 milliseconds