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:SetDragEnabled
(Results
1 - 12
of
12
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_test5.cpp
345
session->property_->
SetDragEnabled
(false);
in HWTEST_F()
355
session->property_->
SetDragEnabled
(true);
in HWTEST_F()
386
session->property_->
SetDragEnabled
(true);
in HWTEST_F()
388
session->property_->
SetDragEnabled
(false);
in HWTEST_F()
H
A
D
scene_session_dirty_manager_test.cpp
503
property->
SetDragEnabled
(false);
in HWTEST_F()
507
property->
SetDragEnabled
(true);
in HWTEST_F()
H
A
D
scene_session_test.cpp
1220
property->
SetDragEnabled
(true);
in HWTEST_F()
1249
property->
SetDragEnabled
(true);
in HWTEST_F()
H
A
D
window_session_property_test.cpp
42
* @tc.desc:
SetDragEnabled
and GetDragEnabled to check the value
49
property->
SetDragEnabled
(false);
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
187
void WindowSessionProperty::
SetDragEnabled
(bool dragEnabled)
in SetDragEnabled()
function in OHOS::Rosen::WindowSessionProperty
1097
property->
SetDragEnabled
(parcel.ReadBool());
in Unmarshalling()
1415
SetDragEnabled
(parcel.ReadBool());
in ReadActionUpdateDragenabled()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
49
void
SetDragEnabled
(bool dragEnabled);
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test3.cpp
944
windowSceneSessionImpl->property_->
SetDragEnabled
(true);
in HWTEST_F()
947
windowSceneSessionImpl->property_->
SetDragEnabled
(false);
in HWTEST_F()
952
windowSceneSessionImpl->property_->
SetDragEnabled
(true);
in HWTEST_F()
955
windowSceneSessionImpl->property_->
SetDragEnabled
(false);
in HWTEST_F()
H
A
D
window_scene_session_impl_test4.cpp
305
windowSceneSessionImpl->property_->
SetDragEnabled
(false);
in HWTEST_F()
314
windowSceneSessionImpl->property_->
SetDragEnabled
(false);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
session.cpp
1058
property->
SetDragEnabled
(sessionProperty->GetIsSupportDragInPcCompatibleMode());
in InitSessionPropertyWhenConnect()
1082
property->
SetDragEnabled
(defaultDragEnable);
in InitSystemSessionDragEnable()
2391
property->
SetDragEnabled
(isSupportDragInPcCompatibleMode);
in SetCompatibleModeInPc()
H
A
D
scene_session.cpp
3843
sessionProperty->
SetDragEnabled
(property->GetDragEnabled());
in HandleActionUpdateDragenabled()
4721
sessionProperty->
SetDragEnabled
(enableDrag);
in SetSystemWindowEnableDrag()
/foundation/window/window_manager/wm/src/
H
A
D
window_session_impl.cpp
224
property_->
SetDragEnabled
(windowOption_->GetSubWindowDecorEnable());
in MakeSubOrDialogWindowDragableAndMoveble()
231
property_->
SetDragEnabled
(dialogDecorEnable);
in MakeSubOrDialogWindowDragableAndMoveble()
1570
property_->
SetDragEnabled
(dragEnabled);
in SetResizeByDragEnabled()
1819
property_->
SetDragEnabled
(enableDrag);
in EnableDrag()
H
A
D
window_scene_session_impl.cpp
680
property_->
SetDragEnabled
(false);
in InitSystemSessionDragEnable()
Completed in 44 milliseconds