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:DragController
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
drag_controller_test.cpp
517
sptr<
DragController
> dragcontroller = new
DragController
(windowRoot_);
in HWTEST_F()
529
sptr<
DragController
> dragcontroller = new
DragController
(windowRoot_);
in HWTEST_F()
543
sptr<
DragController
> dragcontroller = new
DragController
(windowRoot_);
in HWTEST_F()
557
sptr<
DragController
> dragcontroller = new
DragController
(windowRoot_);
in HWTEST_F()
574
sptr<
DragController
> dragcontroller = new
DragController
(windowRoot
in HWTEST_F()
[all...]
/foundation/window/window_manager/wmserver/include/
H
A
D
drag_controller.h
36
*
DragController
is the class which is used to handle drag cross window
38
class
DragController
: public RefBase {
class
40
explicit
DragController
(sptr<WindowRoot>& root) : windowRoot_(root) {}
in DragController()
function in OHOS::Rosen::DragController
41
~
DragController
() = default;
H
A
D
window_manager_service.h
204
sptr<
DragController
> dragController_;
/foundation/window/window_manager/wmserver/src/
H
A
D
drag_controller.cpp
34
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "
DragController
"};
37
void
DragController
::UpdateDragInfo(uint32_t windowId)
in UpdateDragInfo()
67
void
DragController
::StartDrag(uint32_t windowId)
in StartDrag()
90
void
DragController
::FinishDrag(uint32_t windowId)
in FinishDrag()
113
sptr<WindowNode>
DragController
::GetHitWindow(DisplayId id, PointInfo point)
in GetHitWindow()
139
bool
DragController
::GetHitPoint(uint32_t windowId, PointInfo& point)
in GetHitPoint()
H
A
D
window_manager_service.cpp
72
dragController_ = new
DragController
(windowRoot_);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
jsUIContext.js
121
class
DragController
{
123
* Construct new instance of
DragController
.
225
this.dragController_ = new
DragController
(this.instanceId_);
Completed in 7 milliseconds