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:touchPointY
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
drag_adapter_impl.cpp
48
internalDragAction->
touchPointY
= dragAction->
touchPointY
;
in DragActionConvert()
H
A
D
node_drag_modifier.cpp
54
event.dragEvent.
touchPointY
= info->GetPreviewRect().GetOffset().GetY();
in SetDragEventProperty()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H
A
D
internal_drag_action.h
70
float
touchPointY
= 0.0;
member
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H
A
D
image_analyzer_manager.h
60
void UpdateOverlayTouchInfo(int touchPointX, int
touchPointY
, TouchType touchType);
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_image_analyzer_manager.cpp
103
void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int
touchPointY
, TouchType touchType)
in UpdateOverlayTouchInfo()
argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
drag_and_drop_test.cpp
91
EXPECT_EQ(interalDragAction->
touchPointY
, 1.0);
in HWTEST_F()
122
EXPECT_EQ(interalDragAction->
touchPointY
, 1.0);
in HWTEST_F()
517
dragEvent.
touchPointY
= TOUCH_POINT_Y;
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
image_analyzer_manager.cpp
417
void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int
touchPointY
, TouchType touchType)
in UpdateOverlayTouchInfo()
argument
420
analyzerUIConfig_.touchInfo.touchPoint.y =
touchPointY
- analyzerUIConfig_.overlayOffset.GetY();
in UpdateOverlayTouchInfo()
/foundation/arkui/ace_engine/interfaces/native/event/
H
A
D
drag_and_drop_impl.cpp
206
dragActions->
touchPointY
= y;
in OH_ArkUI_DragAction_SetTouchPointY()
586
auto result = static_cast<float>(dragEvent->
touchPointY
);
in OH_ArkUI_DragEvent_GetPreviewTouchPointY()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_func_wrapper.cpp
71
double y = dragAction->
touchPointY
;
in GetShadowInfoArray()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
246
ArkUI_Float64
touchPointY
;
member
1462
ArkUI_Float64
touchPointY
= 0.0f;
member
Completed in 29 milliseconds