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:OnRotateEvent
(Results
1 - 12
of
12
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_scroll_view.cpp
90
bool UIScrollView::
OnRotateEvent
(const RotateEvent& event)
in OnRotateEvent()
function in OHOS::UIScrollView
93
return UIView::
OnRotateEvent
(event);
in OnRotateEvent()
126
GRAPHIC_LOGI("UIScrollView::
OnRotateEvent
calls TYPE_ONE vibrator");
in OnRotateEvent()
133
GRAPHIC_LOGI("UIScrollView::
OnRotateEvent
calls TYPE_THREE vibrator");
in OnRotateEvent()
137
return UIView::
OnRotateEvent
(event);
in OnRotateEvent()
143
return UIView::
OnRotateEvent
(event);
in OnRotateEndEvent()
H
A
D
ui_slider.cpp
362
bool UISlider::
OnRotateEvent
(const RotateEvent& event)
in OnRotateEvent()
function in OHOS::UISlider
368
return UIView::
OnRotateEvent
(event);
in OnRotateEvent()
382
GRAPHIC_LOGI("UISlider::
OnRotateEvent
calls TYPE_THREE vibrator");
in OnRotateEvent()
387
GRAPHIC_LOGI("UISlider::
OnRotateEvent
calls TYPE_TWO vibrator");
in OnRotateEvent()
393
return UIView::
OnRotateEvent
(event);
in OnRotateEvent()
H
A
D
ui_abstract_scroll.cpp
358
bool UIAbstractScroll::
OnRotateEvent
(const RotateEvent& event)
in OnRotateEvent()
function in OHOS::UIAbstractScroll
367
return UIView::
OnRotateEvent
(event);
in OnRotateEvent()
H
A
D
ui_swipe_view.cpp
199
bool UISwipeView::
OnRotateEvent
(const RotateEvent& event)
in OnRotateEvent()
function in OHOS::UISwipeView
211
return UIView::
OnRotateEvent
(event);
in OnRotateEvent()
H
A
D
ui_view.cpp
689
bool UIView::
OnRotateEvent
(const RotateEvent& event)
in OnRotateEvent()
function in OHOS::UIView
/foundation/arkui/ui_lite/frameworks/dock/
H
A
D
rotate_input_device.cpp
84
view->
OnRotateEvent
(data.rotate);
in DispatchEvent()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_scroll_view.h
146
bool
OnRotateEvent
(const RotateEvent& event) override;
H
A
D
ui_swipe_view.h
213
bool
OnRotateEvent
(const RotateEvent& event) override;
H
A
D
ui_slider.h
265
bool
OnRotateEvent
(const RotateEvent& event) override;
H
A
D
ui_abstract_scroll.h
338
bool
OnRotateEvent
(const RotateEvent& event) override;
H
A
D
ui_view.h
372
virtual bool
OnRotateEvent
(const RotateEvent& event);
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_scroll_view_unit_test.cpp
284
* @tc.desc: Verify OnRotateStartEvent
OnRotateEvent
OnRotateEndEvent function.
294
EXPECT_EQ(scrollView_->
OnRotateEvent
(*event), false);
in HWTEST_F()
Completed in 9 milliseconds