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:locationInfo
(Results
1 - 11
of
11
) sorted by relevance
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
mouse_location.cpp
211
LocationInfo
locationInfo
;
in ProcessData()
local
227
void MouseLocation::SyncLocationToRemote(const std::string &remoteNetworkId, const LocationInfo &
locationInfo
)
in SyncLocationToRemote()
argument
324
ReportMouseLocationToListener(const std::string &networkId, const LocationInfo &
locationInfo
, int32_t pid)
ReportMouseLocationToListener()
argument
344
TransferToLocationInfo(std::shared_ptr<MMI::PointerEvent> pointerEvent, LocationInfo &
locationInfo
)
TransferToLocationInfo()
argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H
A
D
render_tool_bar_item.cpp
70
const auto&
locationInfo
= info.GetTouches().front();
in HandleMoveEvent()
local
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H
A
D
render_toggle.cpp
103
const auto&
locationInfo
= info.GetTouches().front();
in HandleMoveEvent()
local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H
A
D
render_xcomponent.cpp
127
const auto&
locationInfo
= touchInfoList.front();
in HandleTouchEvent()
local
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H
A
D
render_stepper.cpp
912
const auto&
locationInfo
= info.GetTouches().front();
in HandleTouchDown()
local
957
const auto&
locationInfo
= info.GetTouches().front();
in HandleTouchMove()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/button/
H
A
D
render_button.cpp
197
const auto&
locationInfo
= info.GetTouches().front();
in HandleMoveEvent()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H
A
D
container_modal_test_ng.cpp
136
void ContainerModelTestNg::Touch(TouchLocationInfo
locationInfo
)
in Touch()
argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/test/unittest/
H
A
D
gestures_test.cpp
389
auto&
locationInfo
= onTouchDown.GetTouchEventInfo().GetTouches().front();
in HWTEST_F()
local
425
auto&
locationInfo
= onTouchUp.GetTouchEventInfo().GetTouches().front();
in HWTEST_F()
local
462
auto&
locationInfo
= onTouchCancel.GetTouchEventInfo().GetTouches().front();
in HWTEST_F()
local
498
auto&
locationInfo
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H
A
D
render_swiper.cpp
626
const auto&
locationInfo
= info.GetTouches().front();
in HandleTouchDown()
local
727
const auto&
locationInfo
= info.GetTouches().front();
in HandleTouchMove()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H
A
D
swiper_pattern.cpp
2699
auto
locationInfo
= info.GetTouches().front();
in HandleTouchEvent()
local
2710
void SwiperPattern::HandleTouchDown(const TouchLocationInfo&
locationInfo
)
in HandleTouchDown()
argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
6544
void ConvertTouchLocationInfoToPoint(const TouchLocationInfo&
locationInfo
, ArkUITouchPoint& touchPoint, bool usePx)
in ConvertTouchLocationInfoToPoint()
argument
[all...]
Completed in 32 milliseconds