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:touchpad
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
touchpad_transform_processor.cpp
65
auto
touchpad
= libinput_event_get_touchpad_event(event);
in OnEventTouchPadDown()
local
66
CHKPR(
touchpad
, RET_ERR);
in OnEventTouchPadDown()
70
uint64_t time = libinput_event_touchpad_get_time_usec(
touchpad
);
in OnEventTouchPadDown()
78
int32_t longAxis = libinput_event_touchpad_get_touch_contact_long_axis(
touchpad
);
in OnEventTouchPadDown()
79
int32_t shortAxis = libinput_event_touchpad_get_touch_contact_short_axis(
touchpad
);
in OnEventTouchPadDown()
80
double pressure = libinput_event_touchpad_get_pressure(
touchpad
);
in OnEventTouchPadDown()
81
int32_t seatSlot = libinput_event_touchpad_get_seat_slot(
touchpad
);
in OnEventTouchPadDown()
82
double logicalX = libinput_event_touchpad_get_x(
touchpad
);
in OnEventTouchPadDown()
83
double logicalY = libinput_event_touchpad_get_y(
touchpad
);
in OnEventTouchPadDown()
84
double toolPhysicalX = libinput_event_touchpad_get_tool_x(
touchpad
);
in OnEventTouchPadDown()
118
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
OnEventTouchPadMotion()
local
168
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
OnEventTouchPadUp()
local
261
GetTouchPadToolType( struct libinput_event_touch *
touchpad
, struct libinput_device *device)
GetTouchPadToolType()
argument
[all...]
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touchpad_transform_processor_test.cpp
365
* @tc.desc: Verify the correctness of
touchpad
down event processing
384
std::cout << "
touchpad
device: " << libinput_device_get_name(dev) << std::endl;
in HWTEST_F()
401
* @tc.desc: Test the ability of the
touchpad
motion event processing function to handle normal input situations
420
std::cout << "
touchpad
device: " << libinput_device_get_name(dev) << std::endl;
in HWTEST_F()
438
* @tc.desc: Test the ability of the
touchpad
motion event processing function to handle normal input situations
457
std::cout << "
touchpad
device: " << libinput_device_get_name(dev) << std::endl;
in HWTEST_F()
478
* @tc.desc: Verify the correctness of
touchpad
up event processing
497
std::cout << "
touchpad
device: " << libinput_device_get_name(dev) << std::endl;
in HWTEST_F()
518
* @tc.desc: Verify the correctness of
touchpad
up event processing
537
std::cout << "
touchpad
devic
in HWTEST_F()
783
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
816
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
849
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
882
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
1037
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
1059
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
1099
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
1127
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
1154
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/service/event_handler/test/
H
A
D
input_event_handler_test.cpp
353
auto
touchpad
= libinput_event_get_touchpad_event(event);
in HWTEST_F()
local
354
ASSERT_TRUE(
touchpad
!= nullptr);
in HWTEST_F()
365
touchpad
= libinput_event_get_touchpad_event(event);
in HWTEST_F()
366
ASSERT_TRUE(
touchpad
!= nullptr);
in HWTEST_F()
376
touchpad
= libinput_event_get_touchpad_event(event);
in HWTEST_F()
401
auto
touchpad
= libinput_event_get_touchpad_event(event);
in HWTEST_F()
local
413
touchpad
= libinput_event_get_touchpad_event(event);
in HWTEST_F()
414
ASSERT_TRUE(
touchpad
!= nullptr);
in HWTEST_F()
424
touchpad
= libinput_event_get_touchpad_event(event);
in HWTEST_F()
425
ASSERT_TRUE(
touchpad
!
in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
event_normalize_handler.cpp
457
auto
touchpad
= libinput_event_get_touchpad_event(event);
in HandlePalmEvent()
local
458
if (
touchpad
== nullptr) {
in HandlePalmEvent()
461
int32_t toolType = libinput_event_touchpad_get_tool_type(
touchpad
);
in HandlePalmEvent()
488
auto
touchpad
= libinput_event_get_touchpad_event(event);
in HandleTouchPadEvent()
local
489
CHKPR(
touchpad
, ERROR_NULL_POINTER);
in HandleTouchPadEvent()
494
int32_t seatSlot = libinput_event_touchpad_get_seat_slot(
touchpad
);
in HandleTouchPadEvent()
495
MULTI_FINGERTAP_HDR->HandleMulFingersTap(
touchpad
, type);
in HandleTouchPadEvent()
825
MMI_HILOGI("Restore
touchpad
, deviceId:%{public}d", id);
in RestoreTouchPadStatus()
894
// get
touchpad
physic size
in JudgeIfSwipeInward()
898
// get
touchpad
ma
in JudgeIfSwipeInward()
942
auto
touchpad
= libinput_event_get_
touchpad
_event(event);
SwipeInwardProcess()
local
[all...]
Completed in 5 milliseconds