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:FoldableWindow
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/test/mock/base/
H
A
D
mock_foldable_window.cpp
21
RefPtr<
FoldableWindow
>
FoldableWindow
::CreateFoldableWindow(int32_t /* id */)
in CreateFoldableWindow()
23
static RefPtr<
FoldableWindow
> foldablewindow = AceType::MakeRefPtr<MockFoldableWindow>();
in CreateFoldableWindow()
H
A
D
mock_foldable_window.h
24
class MockFoldableWindow : public
FoldableWindow
{
25
DECLARE_ACE_TYPE(MockFoldableWindow,
FoldableWindow
);
/foundation/arkui/ace_engine/frameworks/base/window/
H
A
D
foldable_window.h
22
class ACE_EXPORT
FoldableWindow
: public AceType {
class
23
DECLARE_ACE_TYPE(
FoldableWindow
, AceType)
26
static RefPtr<
FoldableWindow
> CreateFoldableWindow(int32_t instanceId);
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
foldable_window_preview.cpp
18
RefPtr<
FoldableWindow
>
FoldableWindow
::CreateFoldableWindow(int32_t instanceId)
in CreateFoldableWindow()
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H
A
D
foldable_window_ohos.h
22
class FoldableWindowOhos : public
FoldableWindow
{
23
DECLARE_ACE_TYPE(FoldableWindowOhos,
FoldableWindow
)
H
A
D
foldable_window_ohos.cpp
21
RefPtr<
FoldableWindow
>
FoldableWindow
::CreateFoldableWindow(int32_t instanceId)
in CreateFoldableWindow()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H
A
D
sheet_presentation_test_two_ng.cpp
178
auto foldablewindow = AceType::DynamicCast<MockFoldableWindow>(
FoldableWindow
::CreateFoldableWindow(containerId));
in HWTEST_F()
188
auto foldWindow =
FoldableWindow
::CreateFoldableWindow(containerId);
in HWTEST_F()
212
auto foldablewindow = AceType::DynamicCast<MockFoldableWindow>(
FoldableWindow
::CreateFoldableWindow(containerId));
in HWTEST_F()
223
auto foldWindow =
FoldableWindow
::CreateFoldableWindow(containerId);
in HWTEST_F()
248
auto foldablewindow = AceType::DynamicCast<MockFoldableWindow>(
FoldableWindow
::CreateFoldableWindow(containerId));
in HWTEST_F()
259
auto foldWindow =
FoldableWindow
::CreateFoldableWindow(containerId);
in HWTEST_F()
H
A
D
sheet_presentation_test_ng.cpp
512
auto foldablewindow = AceType::DynamicCast<MockFoldableWindow>(
FoldableWindow
::CreateFoldableWindow(containerId));
in HWTEST_F()
557
auto foldablewindow = AceType::DynamicCast<MockFoldableWindow>(
FoldableWindow
::CreateFoldableWindow(containerId));
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
sheet_presentation_pattern.cpp
107
auto foldWindow =
FoldableWindow
::CreateFoldableWindow(containerId);
in IsPhoneInLandScape()
1742
auto foldWindow =
FoldableWindow
::CreateFoldableWindow(containerId);
in GetSheetTypeWithAuto()
1745
TAG_LOGD(AceLogTag::ACE_SHEET, "Get
FoldableWindow
IsFoldExpand is true");
in GetSheetTypeWithAuto()
H
A
D
overlay_manager.cpp
5938
auto foldWindow =
FoldableWindow
::CreateFoldableWindow(containerId);
in HandleUIExtNodeTransform()
Completed in 21 milliseconds