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:AXIS_TYPE_ROTATE
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimodalinput/input/interfaces/kits/c/input/
H
A
D
oh_axis_type.h
84
AXIS_TYPE_ROTATE
enumerator
94
* @brief Enumerates two-finger pinch events. The axis value can be AXIS_TYPE_PINCH or
AXIS_TYPE_ROTATE
.
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H
A
D
pointer_event.h
131
AXIS_TYPE_ROTATE
,
enumerator
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
pointer_event.h
252
AXIS_TYPE_ROTATE
,
enumerator
727
* Indicates two-finger pinch events. The axis value can be AXIS_TYPE_PINCH or
AXIS_TYPE_ROTATE
.
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
touchpad_transform_processor.cpp
441
pointerEvent_->SetAxisValue(PointerEvent::
AXIS_TYPE_ROTATE
, rotateAngle_);
in ProcessTouchPadPinchDataEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H
A
D
event_log_helper.h
355
event->GetAxisValue(PointerEvent::AXIS_TYPE_PINCH), event->GetAxisValue(PointerEvent::
AXIS_TYPE_ROTATE
),
in Print()
/foundation/multimodalinput/input/frameworks/native/input/
H
A
D
oh_input_manager.cpp
819
value = event->GetAxisValue(OHOS::MMI::PointerEvent::
AXIS_TYPE_ROTATE
);
in SetAxisValueByAxisEventType()
820
axisEvent->axisValues.insert(std::make_pair(
AXIS_TYPE_ROTATE
, value));
in SetAxisValueByAxisEventType()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
mmi_event_convertor.cpp
401
event.rotateAxisAngle = pointerEvent->GetAxisValue(OHOS::MMI::PointerEvent::AxisType::
AXIS_TYPE_ROTATE
);
in ConvertAxisEvent()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H
A
D
mouse_transform_processor.cpp
601
pointerEvent_->SetAxisValue(PointerEvent::
AXIS_TYPE_ROTATE
, angle);
in NormalizeRotateEvent()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H
A
D
js_input_monitor.cpp
668
pointerEvent->GetAxisValue(PointerEvent::
AXIS_TYPE_ROTATE
)) != napi_ok) {
in TransformRotateEvent()
Completed in 14 milliseconds