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
defs:tiltY
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
tablet_tool_tranform_processor.cpp
155
double
tiltY
= libinput_event_tablet_tool_get_tilt_y(event);
in OnTipDown()
local
206
double
tiltY
= libinput_event_tablet_tool_get_tilt_y(tabletEvent);
in OnTipMotion()
local
278
double
tiltY
= libinput_event_tablet_tool_get_tilt_y(tabletEvent);
in OnTipProximity()
local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H
A
D
native_interface_xcomponent_impl.cpp
130
int32_t OH_NativeXComponent::GetTiltY(size_t pointIndex, float*
tiltY
)
in GetTiltY()
argument
H
A
D
native_interface_xcomponent_impl.h
38
float
tiltY
= 0.0f;
member
/foundation/arkui/ace_engine/interfaces/native/
H
A
D
native_interface_xcomponent.cpp
83
int32_t OH_NativeXComponent_GetTouchPointTiltY(OH_NativeXComponent* component, uint32_t pointIndex, float*
tiltY
)
in OH_NativeXComponent_GetTouchPointTiltY()
argument
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
native_compatible.h
126
double
tiltY
;
member
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H
A
D
pointer_event.h
55
std::optional<float>
tiltY
;
member
77
std::optional<float>
tiltY
;
member in OHOS::MMI::PointerEvent
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
ace_events.h
148
void SetTiltY(float
tiltY
)
in SetTiltY()
argument
H
A
D
touch_event.cpp
90
TouchEvent& TouchEvent::SetTiltY(std::optional<float>
tiltY
)
in SetTiltY()
argument
[all...]
H
A
D
touch_event.h
49
std::optional<float>
tiltY
;
member
74
std::optional<float>
tiltY
;
member
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
194
void PointerEvent::PointerItem::SetTiltY(double
tiltY
)
in SetTiltY()
argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
141
ArkUI_Float64
tiltY
;
member
1090
ArkUI_Int32
tiltY
;
member
Completed in 31 milliseconds