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:dragType_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/window/window_manager/utils/include/
H
A
D
wm_common_inner.h
218
DragType
dragType_
;
member
225
dragType_
(DragType::DRAG_UNDEFINED)
in MoveDragProperty()
237
startMoveFlag_(startMoveFlag), pointEventStarted_(pointEventStarted),
dragType_
(dragType),
in MoveDragProperty()
247
!parcel.WriteUint32(static_cast<uint32_t>(
dragType_
))) {
280
info->
dragType_
= static_cast<DragType>(parcel.ReadUint32());
in Unmarshalling()
303
dragType_
= property->
dragType_
;
in CopyFrom()
H
A
D
window_property.h
205
DragType
dragType_
= DragType::DRAG_UNDEFINED;
member in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
308
dragType_
= dragType;
in SetDragType()
531
return
dragType_
;
in GetDragType()
733
parcel.WriteUint32(static_cast<uint32_t>(
dragType_
)) &&
in Marshalling()
808
ret = ret && parcel.WriteBool(decoStatus_) && parcel.WriteUint32(static_cast<uint32_t>(
dragType_
)) &&
in Write()
995
dragType_
= property->
dragType_
;
in CopyFrom()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_layout_policy_test.cpp
48
DragType
dragType_
;
member
81
.
dragType_
= DragType::DRAG_UNDEFINED,
100
.
dragType_
= DragType::DRAG_UNDEFINED,
in SetUpTestCase()
138
property->SetDragType(windowInfo.
dragType_
);
in CreateWindowNode()
200
windowInfo_.
dragType_
= DragType::DRAG_LEFT_OR_RIGHT;
in HWTEST_F()
217
windowInfo_.
dragType_
= DragType::DRAG_LEFT_TOP_CORNER;
in HWTEST_F()
234
windowInfo_.
dragType_
= DragType::DRAG_BOTTOM_OR_TOP;
in HWTEST_F()
H
A
D
window_controller_test.cpp
1057
moveDragProperty->
dragType_
= DragType::DRAG_UNDEFINED;
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
move_drag_controller.cpp
858
dragType_
= DragType::DRAG_BOTTOM_OR_TOP;
in UpdateDragType()
862
dragType_
= DragType::DRAG_LEFT_OR_RIGHT;
in UpdateDragType()
866
dragType_
= DragType::DRAG_LEFT_TOP_CORNER;
in UpdateDragType()
868
dragType_
= DragType::DRAG_RIGHT_TOP_CORNER;
in UpdateDragType()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
move_drag_controller.h
209
DragType
dragType_
= DragType::DRAG_UNDEFINED;
member in OHOS::OHOS::Rosen::MoveDragController
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
move_drag_controller_test.cpp
716
ASSERT_EQ(moveDragController->
dragType_
, MoveDragController::DragType::DRAG_BOTTOM_OR_TOP);
in HWTEST_F()
731
ASSERT_EQ(moveDragController->
dragType_
, MoveDragController::DragType::DRAG_LEFT_OR_RIGHT);
in HWTEST_F()
746
ASSERT_EQ(moveDragController->
dragType_
, MoveDragController::DragType::DRAG_LEFT_TOP_CORNER);
in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H
A
D
drag_controller.cpp
415
windowProperty_->SetDragType(moveDragProperty_->
dragType_
);
in HandleDragEvent()
H
A
D
window_controller.cpp
1109
pointerStyle.id = STYLEID_MAP.at(moveDragProperty->
dragType_
);
in ChangeMouseStyle()
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
2957
moveDragProperty_->
dragType_
= DragType::DRAG_BOTTOM_OR_TOP;
in UpdateDragType()
2961
moveDragProperty_->
dragType_
= DragType::DRAG_LEFT_OR_RIGHT;
in UpdateDragType()
2965
moveDragProperty_->
dragType_
= DragType::DRAG_LEFT_TOP_CORNER;
in UpdateDragType()
2967
moveDragProperty_->
dragType_
= DragType::DRAG_RIGHT_TOP_CORNER;
in UpdateDragType()
3205
return STYLEID_MAP.at(moveDragProperty_->
dragType_
);
in CalculatePointerDirection()
Completed in 28 milliseconds