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:pressure
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
tablet_tool_tranform_processor.cpp
156
double
pressure
= libinput_event_tablet_tool_get_pressure(event);
in OnTipDown()
local
207
double
pressure
= libinput_event_tablet_tool_get_pressure(tabletEvent);
in OnTipMotion()
local
279
double
pressure
= libinput_event_tablet_tool_get_pressure(tabletEvent);
in OnTipProximity()
local
H
A
D
touch_transform_processor.cpp
71
double
pressure
= libinput_event_touch_get_pressure(touch);
in OnEventTouchDown()
local
167
double
pressure
= libinput_event_touch_get_pressure(touch);
in OnEventTouchMotion()
local
H
A
D
touchpad_transform_processor.cpp
80
double
pressure
= libinput_event_touchpad_get_pressure(touchpad);
in OnEventTouchPadDown()
local
135
double
pressure
= libinput_event_touchpad_get_pressure(touchpad);
in OnEventTouchPadMotion()
local
/foundation/multimodalinput/input/test/fuzztest/injectevent_fuzzer/
H
A
D
injectevent_fuzzer.cpp
90
int32_t
pressure
;
in InjectTouchEvent()
local
135
int32_t
pressure
;
in InjectMouseEvent()
local
/foundation/multimodalinput/input/test/fuzztest/simulateinputevent_fuzzer/
H
A
D
simulateinputevent_fuzzer.cpp
94
int32_t
pressure
;
in SimulatePointerEvent()
local
/foundation/window/window_manager/wm/include/
H
A
D
gtx_input_event_sender.h
37
double
pressure
= .0f;
member
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
event_convertor.h
47
double
pressure
= 0.0;
variable
/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H
A
D
mock_pointer_event.cpp
121
void PointerEvent::PointerItem::SetPressure(double
pressure
)
in SetPressure()
argument
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
pointer_event_test.cpp
1508
double
pressure
= -1.0;
in HWTEST_F()
local
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H
A
D
libinput_interface.h
72
double
pressure
;
member
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
native_compatible.h
114
double
pressure
;
member
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H
A
D
js_register_module.cpp
476
double
pressure
;
in HandleTouchPropertyInt32()
local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
264
void PointerEvent::PointerItem::SetPressure(double
pressure
)
in SetPressure()
argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
137
ArkUI_Float64
pressure
;
member
1088
ArkUI_Int32
pressure
;
member
Completed in 30 milliseconds