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
defs:touchInfo
(Results
1 - 25
of
30
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_on_child_touch_test_function.cpp
24
JSRef<JSVal> JsOnChildTouchTestFunction::Execute(const std::vector<NG::TouchTestInfo>&
touchInfo
)
in Execute()
argument
H
A
D
js_touch_function.cpp
25
JSRef<JSObject> JsTouchFunction::CreateTouchInfo(const TouchLocationInfo&
touchInfo
, TouchEventInfo& info)
in CreateTouchInfo()
argument
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H
A
D
touch_event_normalize_test.cpp
103
EventTouch
touchInfo
;
in HWTEST_F()
local
H
A
D
touch_transform_processor_test.cpp
137
EventTouch
touchInfo
;
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend.cpp
49
const auto*
touchInfo
= TypeInfoHelper::DynamicCast<TouchEventInfo>(&info);
in CopyEventInfo()
local
79
const auto
touchInfo
= TypeInfoHelper::DynamicCast<TouchEventInfo>(&info);
in TouchInfoToString()
local
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H
A
D
touch_transform_processor.cpp
56
EventTouch
touchInfo
;
in OnEventTouchDown()
local
102
void TouchTransformProcessor::UpdatePointerItemProperties(PointerEvent::PointerItem &item, EventTouch &
touchInfo
)
in UpdatePointerItemProperties()
argument
155
EventTouch
touchInfo
;
OnEventTouchMotion()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H
A
D
hyperlink_pattern.cpp
203
auto
touchInfo
= touchList.front();
in OnTouchEvent()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_frame_node_bridge.cpp
102
CreateTouchInfo( EcmaVM* vm, const TouchLocationInfo&
touchInfo
, TouchEventInfo& info)
CreateTouchInfo()
argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_interactable_view_ffi.cpp
124
void FfiOHOSAceFrameworkInteractableViewOnTouch(bool (*callback)(CJTouchEvent
touchInfo
))
in FfiOHOSAceFrameworkInteractableViewOnTouch()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_pattern_testthree_ng.cpp
508
auto
touchInfo
= touchEventInfo.GetTouches().front();
in HWTEST_F()
local
528
auto
touchInfo
= touchEventInfo.GetTouches().front();
in HWTEST_F()
local
548
auto
touchInfo
= touchEventInfo.GetTouches().front();
in HWTEST_F()
local
568
auto
touchInfo
= touchEventInfo.GetTouches().front();
in HWTEST_F()
local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H
A
D
image_analyzer.h
110
OHOS::Ace::TouchInfo
touchInfo
;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_method_test_ng.cpp
1701
auto
touchInfo
= std::make_shared<OHOS::Ace::TouchLocationInfo>(2);
in HWTEST_F()
local
1737
auto
touchInfo
= std::make_shared<OHOS::Ace::TouchLocationInfo>(2);
in HWTEST_F()
local
1773
auto
touchInfo
= std::make_shared<OHOS::Ace::TouchLocationInfo>(2);
in HWTEST_F()
local
1809
auto
touchInfo
in HWTEST_F()
local
1845
auto
touchInfo
= std::make_shared<OHOS::Ace::TouchLocationInfo>(2);
HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H
A
D
hgm_multi_app_strategy_test.cpp
166
HgmMultiAppStrategy::TouchInfo
touchInfo
= {
in HWTEST_F()
local
219
HgmMultiAppStrategy::TouchInfo
touchInfo
= {
in HWTEST_F()
local
272
HgmMultiAppStrategy::TouchInfo
touchInfo
= {
HWTEST_F()
local
314
HgmMultiAppStrategy::TouchInfo
touchInfo
= {
HWTEST_F()
local
353
HgmMultiAppStrategy::TouchInfo
touchInfo
= {
HWTEST_F()
local
392
HgmMultiAppStrategy::TouchInfo
touchInfo
= {
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H
A
D
input_windows_manager_ex_test.cpp
760
EventTouch
touchInfo
;
in HWTEST_F()
local
784
EventTouch
touchInfo
;
in HWTEST_F()
local
2360
EventTouch
touchInfo
;
HWTEST_F()
local
2614
EventTouch
touchInfo
;
HWTEST_F()
local
3172
EventTouch
touchInfo
;
HWTEST_F()
local
3196
EventTouch
touchInfo
;
HWTEST_F()
local
3221
EventTouch
touchInfo
;
HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H
A
D
hgm_multi_app_strategy.cpp
74
void HgmMultiAppStrategy::HandleTouchInfo(const TouchInfo&
touchInfo
)
in HandleTouchInfo()
argument
[all...]
H
A
D
hgm_frame_rate_manager.cpp
367
HgmMultiAppStrategy::TouchInfo
touchInfo
= {
in UpdateGuaranteedPlanVote()
local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.cpp
27
const auto
touchInfo
= TypeInfoHelper::DynamicCast<TouchEventInfo>(&info);
in TouchInfoToString()
local
84
const auto
touchInfo
= TypeInfoHelper::DynamicCast<DragStartInfo>(&info);
in DragStartInfoToString()
local
98
const auto
touchInfo
= TypeInfoHelper::DynamicCast<DragUpdateInfo>(&info);
in DragUpdateInfoToString()
local
112
const auto
touchInfo
= TypeInfoHelper::DynamicCast<DragUpdateInfo>(&info);
DragEnterInfoToString()
local
126
const auto
touchInfo
= TypeInfoHelper::DynamicCast<DragUpdateInfo>(&info);
DragOverInfoToString()
local
140
const auto
touchInfo
= TypeInfoHelper::DynamicCast<DragUpdateInfo>(&info);
DragLeaveInfoToString()
local
154
const auto
touchInfo
= TypeInfoHelper::DynamicCast<DragEndInfo>(&info);
DragDropInfoToString()
local
168
const auto
touchInfo
= TypeInfoHelper::DynamicCast<DragEndInfo>(&info);
DragEndInfoToString()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
render_web.cpp
559
TouchInfo
touchInfo
;
in ParseTouchInfo()
local
572
TouchInfo
touchInfo
;
in ParseTouchInfo()
local
585
TouchInfo
touchInfo
;
ParseTouchInfo()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.cpp
31
const auto*
touchInfo
= TypeInfoHelper::DynamicCast<TouchEventInfo>(&info);
in CopyEventInfo()
local
61
const auto
touchInfo
= TypeInfoHelper::DynamicCast<TouchEventInfo>(&info);
in TouchInfoToString()
local
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_pattern.cpp
251
auto
touchInfo
= touchList.front();
in HandleTouchEvent()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.cpp
35
const auto*
touchInfo
= TypeInfoHelper::DynamicCast<TouchEventInfo>(&info);
in CopyEventInfo()
local
65
const auto
touchInfo
= TypeInfoHelper::DynamicCast<TouchEventInfo>(&info);
in TouchInfoToString()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_pattern.cpp
1018
TouchInfo
touchInfo
;
in ParseTouchInfo()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H
A
D
slider_pattern.cpp
662
auto
touchInfo
= touchList.front();
in HandleTouchEvent()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H
A
D
xcomponent_pattern.cpp
1067
const auto&
touchInfo
= touchInfoList.front();
in HandleTouchEvent()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H
A
D
scrollable_pattern.cpp
2585
auto
touchInfo
= info;
in FireObserverOnTouch()
local
Completed in 40 milliseconds
1
2