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:SetDragType
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/wmserver/src/
H
A
D
window_node.cpp
168
void WindowNode::
SetDragType
(DragType dragType)
in SetDragType()
function in OHOS::Rosen::WindowNode
170
property_->
SetDragType
(dragType);
in SetDragType()
H
A
D
drag_controller.cpp
415
windowProperty_->
SetDragType
(moveDragProperty_->dragType_);
in HandleDragEvent()
H
A
D
window_controller.cpp
1450
node->
SetDragType
(property->GetDragType());
in UpdateProperty()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node.h
85
void
SetDragType
(DragType dragType);
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_layout_policy_test.cpp
138
property->
SetDragType
(windowInfo.dragType_);
in CreateWindowNode()
926
node->
SetDragType
(DragType::DRAG_LEFT_OR_RIGHT);
in HWTEST_F()
929
node->
SetDragType
(DragType::DRAG_BOTTOM_OR_TOP);
in HWTEST_F()
932
node->
SetDragType
(DragType::DRAG_LEFT_TOP_CORNER);
in HWTEST_F()
935
node->
SetDragType
(DragType::DRAG_RIGHT_TOP_CORNER);
in HWTEST_F()
1003
node->
SetDragType
(DragType::DRAG_BOTTOM_OR_TOP);
in HWTEST_F()
1006
node->
SetDragType
(DragType::DRAG_LEFT_OR_RIGHT);
in HWTEST_F()
H
A
D
window_node_test.cpp
648
* @tc.desc:
SetDragType
& GetDragType
660
windowNode->
SetDragType
(DragType::DRAG_BOTTOM_OR_TOP);
in HWTEST_F()
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
75
void
SetDragType
(DragType dragType);
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
306
void WindowProperty::
SetDragType
(DragType dragType)
in SetDragType()
function in OHOS::Rosen::WindowProperty
782
property->
SetDragType
(static_cast<DragType>(parcel.ReadUint32()));
in Unmarshalling()
887
SetDragType
(static_cast<DragType>(parcel.ReadUint32()));
in Read()
/foundation/window/window_manager/utils/test/unittest/
H
A
D
window_property_test.cpp
506
winPropSrc.
SetDragType
(dragType);
in HWTEST_F()
Completed in 21 milliseconds