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:UIAbstractScroll
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_abstract_scroll.cpp
39
explicit BarEaseInOutAnimator(
UIAbstractScroll
& scrollView)
in BarEaseInOutAnimator()
118
UIAbstractScroll
& scrollView_;
125
UIAbstractScroll
::
UIAbstractScroll
()
in UIAbstractScroll()
function in OHOS::UIAbstractScroll
151
UIAbstractScroll
::~
UIAbstractScroll
()
in ~UIAbstractScroll()
169
void
UIAbstractScroll
::MoveChildByOffset(int16_t offsetX, int16_t offsetY)
in MoveChildByOffset()
184
int16_t
UIAbstractScroll
::GetMaxDelta() const
in GetMaxDelta()
195
int16_t
UIAbstractScroll
::GetMaxRotate() const
in GetMaxRotate()
206
void
UIAbstractScroll
[all...]
H
A
D
ui_scroll_view.cpp
45
UIAbstractScroll
::StopAnimator();
in OnDragEvent()
145
return
UIAbstractScroll
::OnRotateEndEvent(event);
in OnRotateEndEvent()
250
UIAbstractScroll
::MoveChildByOffset(offsetX, offsetY);
in MoveOffset()
310
UIAbstractScroll
::StopAnimator();
in StopAnimator()
H
A
D
ui_list.cpp
195
UIAbstractScroll
::StopAnimator();
in OnDragEvent()
238
return
UIAbstractScroll
::OnRotateStartEvent(event);
in OnRotateStartEvent()
244
return
UIAbstractScroll
::OnRotateEndEvent(event);
in OnRotateEndEvent()
710
UIAbstractScroll
::StopAnimator();
in StopAnimator()
804
UIAbstractScroll
::SetXScrollBarVisible(visible);
in SetXScrollBarVisible()
817
UIAbstractScroll
::SetYScrollBarVisible(visible);
in SetYScrollBarVisible()
H
A
D
ui_swipe_view.cpp
306
UIAbstractScroll
::StopAnimator();
in StopAnimator()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_abstract_scroll.h
53
class
UIAbstractScroll
: public UIViewGroup {
class
56
* @brief A constructor used to create a <b>
UIAbstractScroll
</b> instance.
61
UIAbstractScroll
();
64
* @brief A destructor used to delete the <b>
UIAbstractScroll
</b> instance.
69
virtual ~
UIAbstractScroll
();
H
A
D
ui_scroll_view.h
43
* @brief Supports horizontal or vertical scroll of child views. This class is inherited from {@link
UIAbstractScroll
}.
51
class UIScrollView : public
UIAbstractScroll
{
H
A
D
ui_swipe_view.h
51
* @see
UIAbstractScroll
55
class UISwipeView : public
UIAbstractScroll
{
H
A
D
ui_list.h
174
class UIList : public
UIAbstractScroll
{
Completed in 6 milliseconds