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:pointerEvent
(Results
1 - 5
of
5
) sorted by relevance
/ide/tools/previewer/mock/rich/
H
A
D
MouseInputImpl.cpp
49
auto
pointerEvent
= std::make_shared<PointerEvent>();
in DispatchOsTouchEvent()
local
53
pointerEvent
->time = std::chrono::high_resolution_clock::time_point(duration);
in DispatchOsTouchEvent()
54
pointerEvent
->id = 1;
in DispatchOsTouchEvent()
55
pointerEvent
->x = mouseXPosition;
in DispatchOsTouchEvent()
56
pointerEvent
->y = mouseYPosition;
in DispatchOsTouchEvent()
57
pointerEvent
->type = ConvertToOsType(touchAction);
in DispatchOsTouchEvent()
58
pointerEvent
->buttonId_ = pointButton;
in DispatchOsTouchEvent()
59
pointerEvent
->pointerAction_ = pointAction;
in DispatchOsTouchEvent()
60
pointerEvent
->sourceType = sourceType;
in DispatchOsTouchEvent()
61
pointerEvent
in DispatchOsTouchEvent()
[all...]
/ide/tools/previewer/test/mock/arkui/
H
A
D
MockAceAbility.cpp
46
bool AceAbility::OnInputEvent(const std::shared_ptr<MMI::PointerEvent>&
pointerEvent
) const
in OnInputEvent()
/ide/tools/previewer/test/mock/jsapp/
H
A
D
MockJsAppImpl.cpp
131
void JsAppImpl::DispatchPointerEvent(const std::shared_ptr<OHOS::MMI::PointerEvent>&
pointerEvent
) const
in DispatchPointerEvent()
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.h
90
void DispatchPointerEvent(const std::shared_ptr<OHOS::MMI::PointerEvent>&
pointerEvent
) const;
H
A
D
JsAppImpl.cpp
844
void JsAppImpl::DispatchPointerEvent(const std::shared_ptr<OHOS::MMI::PointerEvent>&
pointerEvent
) const
in DispatchPointerEvent()
853
window->ConsumePointerEvent(
pointerEvent
);
in DispatchPointerEvent()
856
ability->OnInputEvent(
pointerEvent
);
in DispatchPointerEvent()
Completed in 4 milliseconds