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:isStretchable_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/window/window_manager/utils/include/
H
A
D
wm_common_inner.h
103
bool
isStretchable_
= false;
member
112
if (!parcel.WriteBool(isSystemDecorEnable_) || !parcel.WriteBool(
isStretchable_
) ||
137
config->
isStretchable_
= parcel.ReadBool();
in Unmarshalling()
H
A
D
window_property.h
204
bool
isStretchable_
{false};
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
441
bool
isStretchable_
= false;
member
464
if (!parcel.WriteBool(isSystemDecorEnable_) || !parcel.WriteBool(
isStretchable_
) ||
510
config->
isStretchable_
= parcel.ReadBool();
in Unmarshalling()
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
313
isStretchable_
= stretchable;
in SetStretchable()
541
return
isStretchable_
;
in GetStretchable()
735
parcel.WriteBool(
isStretchable_
) && MarshallingTouchHotAreas(parcel) && parcel.WriteUint32(accessTokenId_) &&
in Marshalling()
997
isStretchable_
= property->
isStretchable_
;
in CopyFrom()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
hidump_controller.cpp
364
<< systemConfig.
isStretchable_
<< "|"
in DumpSysconfigParam()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_impl_test3.cpp
491
window->windowSystemConfig_.
isStretchable_
= true;
in HWTEST_F()
493
window->windowSystemConfig_.
isStretchable_
= false;
in HWTEST_F()
H
A
D
window_impl_test5.cpp
763
window->windowSystemConfig_.
isStretchable_
= true;
in HWTEST_F()
H
A
D
window_impl_test2.cpp
81
window->windowSystemConfig_.
isStretchable_
= true;
in CreateStretchableWindow()
H
A
D
window_impl_test.cpp
76
window->windowSystemConfig_.
isStretchable_
= true;
in CreateStretchableWindow()
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
1228
WLOGFD("get stretchable enable:%{public}d", windowSystemConfig_.
isStretchable_
);
in SetSystemConfig()
1229
property_->SetStretchable(windowSystemConfig_.
isStretchable_
);
in SetSystemConfig()
2726
if (windowSystemConfig_.
isStretchable_
&& WindowHelper::IsMainFloatingWindow(GetType(), GetMode())) {
in UpdateRect()
3176
if (windowSystemConfig_.
isStretchable_
&& GetMode() == WindowMode::WINDOW_MODE_FLOATING) {
in TransferPointerEvent()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_manager_service.cpp
351
systemConfig_.
isStretchable_
= item.boolValue_;
in ConfigureWindowManagerService()
Completed in 22 milliseconds