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:targetWindowId
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimodalinput/input/service/message_handle/src/
H
A
D
server_msg_handler.cpp
411
int32_t
targetWindowId
= pointerEvent->GetTargetWindowId();
in SaveTargetWindowId()
local
413
shellTargetWindowIds_[pointerId] =
targetWindowId
;
in SaveTargetWindowId()
415
accessTargetWindowIds_[pointerId] =
targetWindowId
;
in SaveTargetWindowId()
417
nativeTargetWindowIds_[pointerId] =
targetWindowId
;
in SaveTargetWindowId()
441
int32_t
targetWindowId
= -1;
in FixTargetWindowId()
local
454
targetWindowId
= iter->second;
in FixTargetWindowId()
459
targetWindowId
= iter->second;
in FixTargetWindowId()
464
targetWindowId
= iter->second;
in FixTargetWindowId()
467
MMI_HILOGD("TargetWindowId:%{public}d %{public}d", pointerEvent->GetTargetWindowId(),
targetWindowId
);
in FixTargetWindowId()
469
action == PointerEvent::POINTER_ACTION_DOWN ||
targetWindowId
<
in FixTargetWindowId()
[all...]
/foundation/arkui/ace_engine/frameworks/core/event/
H
A
D
pointer_event.h
73
int32_t
targetWindowId
= -1;
member
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
input_windows_manager.cpp
2204
int32_t
targetWindowId
= pointerEvent->GetTargetWindowId();
in UpdateDisplayInfo()
local
2207
if (
targetWindowId
<= 1) {
in UpdateDisplayInfo()
2240
} else if ((
targetWindowId
< 0) && (IsInHotArea(logicalX, logicalY, item.pointerHotAreas, item))) {
in UpdateDisplayInfo()
2256
MMI_HILOG_DISPATCHD("Find out the dispatch window of this pointer event when the
targetWindowId
"
in UpdateDisplayInfo()
2271
} else if ((
targetWindowId
>= 0) && (
targetWindowId
== item.id)) {
in UpdateDisplayInfo()
2272
firstBtnDownWindowInfo_.first =
targetWindowId
;
in UpdateDisplayInfo()
2274
MMI_HILOG_DISPATCHD("Find out the dispatch window of this pointer event when the
targetWindowId
"
in UpdateDisplayInfo()
2621
MMI_HILOGD("disable mouse hover scroll in inactive window,
targetWindowId
:%{public}d", touchWindow->id);
in UpdateDisplayInfo()
2743
MMI_HILOGD("Process mouse event in Anco window,
targetWindowId
in UpdateDisplayInfo()
3077
auto
targetWindowId
= pointerItem.GetTargetWindowId();
UpdateDisplayInfo()
local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
mmi_event_convertor.cpp
538
event.
targetWindowId
= pointerItem.GetTargetWindowId();
in ConvertPointerEvent()
Completed in 9 milliseconds