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:appBar
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/napi/kits/atomic_service_bar/
H
A
D
js_atomic_service_bar.cpp
45
auto
appBar
= ObtainAppBar();
in JSSetVisible()
local
46
CHECK_NULL_RETURN(
appBar
, nullptr);
in JSSetVisible()
47
SetBarInUIThread([visible,
appBar
]() {
appBar
->SetVisible(visible); }, "ArkUIAppBarSetVisible");
in JSSetVisible()
62
auto
appBar
= ObtainAppBar();
in JSSetBackgroundColor()
local
63
CHECK_NULL_RETURN(
appBar
, nullptr);
in JSSetBackgroundColor()
64
SetBarInUIThread([color,
appBar
]() {
appBar
->SetRowColor(color); }, "ArkUIAppBarSetRowColor");
in JSSetBackgroundColor()
81
auto
appBar
= ObtainAppBar();
in JSSetTitleContent()
local
82
CHECK_NULL_RETURN(
appBar
, nullpt
in JSSetTitleContent()
97
auto
appBar
= ObtainAppBar();
JSSetTitleFontStyle()
local
116
auto
appBar
= ObtainAppBar();
JSSetIconColor()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H
A
D
app_bar_test_ng.cpp
93
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
in HWTEST_F()
local
94
auto atom =
appBar
->Create(stage);
in HWTEST_F()
121
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
in HWTEST_F()
local
122
auto atom =
appBar
->Create(stage);
in HWTEST_F()
127
auto rect =
appBar
->GetAppBarRect();
in HWTEST_F()
131
rect =
appBar
->GetAppBarRect();
in HWTEST_F()
143
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
in HWTEST_F()
local
144
auto menuBarRow =
appBar
->BuildMenuBarRow();
in HWTEST_F()
161
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
in HWTEST_F()
local
162
auto menuBar =
appBar
in HWTEST_F()
176
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
195
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
216
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
243
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
263
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
288
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
319
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
343
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
356
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
378
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
396
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
418
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
442
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
472
auto
appBar
= AceType::MakeRefPtr<AppBarView>();
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.h
565
void SetAppBar(const RefPtr<NG::AppBarView>&
appBar
)
in SetAppBar()
argument
567
appBar_ =
appBar
;
in SetAppBar()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ui_content_impl.cpp
604
auto
appBar
= container->GetAppBar();
in SetStatusBarItemColor()
local
605
CHECK_NULL_VOID(
appBar
);
in SetStatusBarItemColor()
606
appBar
->SetStatusBarItemColor(IsDarkColor(color));
in SetStatusBarItemColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H
A
D
title_bar_layout_algorithm.cpp
253
auto
appBar
= container->GetAppBar();
in WidthAfterAvoidMenubar()
local
254
CHECK_NULL_RETURN(
appBar
, afterAvoidWidth);
in WidthAfterAvoidMenubar()
255
auto appBarRect =
appBar
->GetAppBarRect();
in WidthAfterAvoidMenubar()
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H
A
D
container_modal_view_enhance_test_ng.cpp
156
RefPtr<AppBarView>
appBar
= AceType::MakeRefPtr<AppBarView>();
in HWTEST_F()
local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
3857
auto
appBar
= container->GetAppBar();
in SetStatusBarItemColor()
local
3858
CHECK_NULL_VOID(
appBar
);
in SetStatusBarItemColor()
3859
appBar
->SetStatusBarItemColor(IsDarkColor(color));
in SetStatusBarItemColor()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
1390
RefPtr<AppBarView>
appBar
= AceType::MakeRefPtr<AppBarView>();
in SetupRootElement()
local
1391
auto atomicService = installationFree_ ?
appBar
->Create(stageNode) : nullptr;
in SetupRootElement()
1394
container->SetAppBar(
appBar
);
in SetupRootElement()
Completed in 23 milliseconds