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:pointAction
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
1137
int32_t
pointAction
= GetPointerAction();
in IsValidCheckMouseFunc()
local
1138
bool checkFlag =
pointAction
!= POINTER_ACTION_CANCEL &&
pointAction
!= POINTER_ACTION_MOVE &&
in IsValidCheckMouseFunc()
1139
pointAction
!= POINTER_ACTION_AXIS_BEGIN &&
pointAction
!= POINTER_ACTION_AXIS_UPDATE &&
in IsValidCheckMouseFunc()
1140
pointAction
!= POINTER_ACTION_AXIS_END &&
pointAction
!= POINTER_ACTION_BUTTON_DOWN &&
in IsValidCheckMouseFunc()
1141
pointAction
!= POINTER_ACTION_BUTTON_UP;
in IsValidCheckMouseFunc()
1148
if (
pointAction
== POINTER_ACTION_BUTTON_DOWN ||
pointAction
in IsValidCheckMouseFunc()
1213
int32_t
pointAction
= GetPointerAction();
IsValidCheckTouchFunc()
local
[all...]
/foundation/multimodalinput/input/service/event_dispatch/include/
H
A
D
event_dispatch_handler.h
65
void NotifyPointerEventToRS(int32_t
pointAction
, const std::string& programName, uint32_t pid, int32_t pointCnt);
/foundation/multimodalinput/input/service/event_dispatch/src/
H
A
D
event_dispatch_handler.cpp
211
void EventDispatchHandler::NotifyPointerEventToRS(int32_t
pointAction
, const std::string& programName,
in NotifyPointerEventToRS()
argument
214
OHOS::Rosen::RSInterfaces::GetInstance().NotifyTouchEvent(
pointAction
, pointCnt);
in NotifyPointerEventToRS()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
session.h
534
void HandlePointDownDialog(int32_t
pointAction
);
Completed in 6 milliseconds