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 - 14
of
14
) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H
A
D
js_mouse_event.cpp
61
TOUCHPAD
= 3
member in OHOS::MMI::__anon11310::Button::ToolType
111
DECLARE_NAPI_STATIC_PROPERTY("
TOUCHPAD
", GetNapiInt32(env, static_cast<int32_t>(ToolType::
TOUCHPAD
))),
in Export()
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
ace_events.h
51
TOUCHPAD
= 9,
member in OHOS::Ace::KeyCode::SourceTool
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H
A
D
mouse_transform_processor.h
73
TOUCHPAD
= 2,
member in OHOS::MMI::final::PointerDataSource
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H
A
D
distributed_input_collector.cpp
176
(inputType & static_cast<uint32_t>(DInputDeviceType::
TOUCHPAD
)) != 0) {
in SetSharingTypes()
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
constants_dinput.h
61
TOUCHPAD
= MOUSE,
member in OHOS::DistributedHardware::DistributedInput::DInputDeviceType
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable.cpp
330
if (info.GetSourceTool() == SourceTool::
TOUCHPAD
) {
in HandleDragStart()
437
bool isScrollFromTouchPad = info.GetSourceTool() == SourceTool::
TOUCHPAD
;
in HandleDragEnd()
1317
return info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() != SourceTool::
TOUCHPAD
;
in IsMouseWheelScroll()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_method_test_ng.cpp
1555
gestureEvent->SetSourceTool(SourceTool::
TOUCHPAD
);
in HWTEST_F()
1561
gestureEvent2->SetSourceTool(SourceTool::
TOUCHPAD
);
in HWTEST_F()
H
A
D
web_pattern_test_ng.cpp
1519
event.SetSourceTool(SourceTool::
TOUCHPAD
);
in HWTEST_F()
1546
event.SetSourceTool(SourceTool::
TOUCHPAD
);
in HWTEST_F()
1574
event.SetSourceTool(SourceTool::
TOUCHPAD
);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H
A
D
container_modal_pattern.cpp
294
(event.GetSourceTool() != SourceTool::
TOUCHPAD
)) {
in AddOrRemovePanEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
mmi_event_convertor.cpp
52
return SourceTool::
TOUCHPAD
;
in GetSourceTool()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H
A
D
swiper_event_test_ng.cpp
76
info.SetSourceTool(SourceTool::
TOUCHPAD
);
in CreateDragInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
865
(event.GetSourceTool() == SourceTool::
TOUCHPAD
)) {
in HandleFlingMove()
907
if (event.GetSourceTool() == SourceTool::
TOUCHPAD
) {
in InitPinchEvent()
925
if (event.GetSourceTool() == SourceTool::
TOUCHPAD
) {
in InitPinchEvent()
7045
(event.GetSourceTool() == SourceTool::
TOUCHPAD
)) {
in UpdateTouchpadSlidingStatus()
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H
A
D
segmentbutton.js
2204
event.sourceTool === SourceTool.
TOUCHPAD
) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_pattern.cpp
2219
(info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() == SourceTool::
TOUCHPAD
);
in InitPanEvent()
2798
info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() == SourceTool::
TOUCHPAD
);
in HandleDragStart()
2840
if (info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() == SourceTool::
TOUCHPAD
) {
in HandleDragUpdate()
Completed in 40 milliseconds