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:GetDragManager
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimodalinput/input/intention/drag/server/src/
H
A
D
drag_server.cpp
58
return env_->
GetDragManager
().StartDrag(dragData, context.pid);
in Start()
71
return env_->
GetDragManager
().StopDrag(param.dropResult_, GetPackageName(context.tokenId));
in Stop()
80
return env_->
GetDragManager
().AddListener(context.pid);
in AddWatch()
84
return env_->
GetDragManager
().AddSubscriptListener(context.pid);
in AddWatch()
99
return env_->
GetDragManager
().RemoveListener(context.pid);
in RemoveWatch()
103
return env_->
GetDragManager
().RemoveSubscriptListener(context.pid);
in RemoveWatch()
193
return env_->
GetDragManager
().AddPrivilege(context.tokenId);
in Control()
205
return env_->
GetDragManager
().EraseMouseIcon();
in Control()
223
return env_->
GetDragManager
().OnSetDragWindowVisible(param.visible_, param.isForce_);
in SetDragWindowVisible()
235
return env_->
GetDragManager
()
in UpdateDragStyle()
[all...]
/foundation/multimodalinput/input/intention/prototype/include/
H
A
D
i_context.h
44
virtual IDragManager&
GetDragManager
() = 0;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_interceptor.cpp
101
if (env_->
GetDragManager
().GetCooperatePriv() & MOTION_DRAG_PRIV) {
in OnPointerEvent()
103
env_->
GetDragManager
().SetAllowStartDrag(false);
in OnPointerEvent()
H
A
D
input_event_builder.cpp
222
auto dragState = env_->
GetDragManager
().GetDragState();
in ResetPressedEvents()
/foundation/multimodalinput/input/intention/cooperate/test/src/
H
A
D
test_context.cpp
155
IDragManager& TestContext::
GetDragManager
()
in GetDragManager()
function in OHOS::Msdp::DeviceStatus::TestContext
/foundation/multimodalinput/input/intention/cooperate/test/include/
H
A
D
test_context.h
80
IDragManager&
GetDragManager
() override;
/foundation/multimodalinput/input/intention/services/test/unittest/include/
H
A
D
device_manager_test.h
65
IDragManager&
GetDragManager
() override;
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
cooperate_free.cpp
84
env_->
GetDragManager
().SetCooperatePriv(priv);
in OnSetCooperatePriv()
H
A
D
cooperate_out.cpp
73
env_->
GetDragManager
().SetCooperatePriv(priv);
in OnSetCooperatePriv()
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
device_manager_test.cpp
68
IDragManager& ContextService::
GetDragManager
()
in GetDragManager()
function in OHOS::Msdp::DeviceStatus::ContextService
Completed in 5 milliseconds