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:GetWindowYPos
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
mmi_event_convertor.cpp
146
mouseEvent.y = pointerItem.
GetWindowYPos
();
in UpdateMouseEventForPen()
194
event.y = item.
GetWindowYPos
();
in ConvertTouchEvent()
598
yRelative = item.
GetWindowYPos
();
in CalculatePointerEvent()
623
yRelative = item.
GetWindowYPos
();
in CalculatePointerEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H
A
D
window_scene_helper.cpp
199
PointF tmpPos(item.GetWindowXPos() + rect.GetX(), item.
GetWindowYPos
() + rect.GetY());
in CaculatePoint()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H
A
D
event_log_helper.h
298
item.
GetWindowYPos
(), item.GetOriginPointerId());
in PrintInfoLog()
307
item.
GetWindowYPos
(), item.GetOriginPointerId(), isSimulate.c_str());
in PrintInfoLog()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H
A
D
pointer_event.h
873
double
GetWindowYPos
() const;
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H
A
D
pointer_event.cpp
149
double PointerEvent::PointerItem::
GetWindowYPos
() const
in GetWindowYPos()
function in OHOS::MMI::PointerEvent::PointerItem
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H
A
D
pointer_event_test.cpp
1067
ASSERT_EQ(item.
GetWindowYPos
(), y);
in HWTEST_F()
Completed in 9 milliseconds