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:foldCreaseRegion
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
display_info_utils.cpp
37
auto
foldCreaseRegion
= Rosen::DisplayManager::GetInstance().GetCurrentFoldCreaseRegion();
in GetDisplayInfo()
local
38
if (
foldCreaseRegion
) {
in GetDisplayInfo()
39
auto creaseRects =
foldCreaseRegion
->GetCreaseRects();
in GetDisplayInfo()
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H
A
D
cj_display_manager.cpp
91
static CFoldCreaseRegion* CreateCFoldCreaseRegionObject(sptr<FoldCreaseRegion> &
foldCreaseRegion
)
in CreateCFoldCreaseRegionObject()
argument
102
region->displayId = static_cast<uint32_t>(
foldCreaseRegion
->GetDisplayId());
in CreateCFoldCreaseRegionObject()
103
std::vector<DMRect> creaseRects =
foldCreaseRegion
->GetCreaseRects();
in CreateCFoldCreaseRegionObject()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
single_display_pocket_fold_policy_test.cpp
115
sptr<FoldCreaseRegion>
foldCreaseRegion
;
in HWTEST_F()
local
116
foldCreaseRegion
= policy.GetCurrentFoldCreaseRegion();
in HWTEST_F()
117
EXPECT_EQ(policy.currentFoldCreaseRegion_,
foldCreaseRegion
);
in HWTEST_F()
H
A
D
single_display_fold_policy_test.cpp
110
sptr<FoldCreaseRegion>
foldCreaseRegion
;
in HWTEST_F()
local
111
foldCreaseRegion
= policy.GetCurrentFoldCreaseRegion();
in HWTEST_F()
112
EXPECT_EQ(policy.currentFoldCreaseRegion_,
foldCreaseRegion
);
in HWTEST_F()
Completed in 3 milliseconds