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:IsVisible
(Results
1 - 10
of
10
) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/view/
H
A
D
ui_component_unittest.cpp
51
EXPECT_EQ(view.
IsVisible
(), common.visible);
in CheckCommInfo()
112
EXPECT_TRUE(boxProgress.
IsVisible
());
in HWTEST_F()
119
EXPECT_TRUE(boxProgress.
IsVisible
());
in HWTEST_F()
179
EXPECT_TRUE(boxProgress.
IsVisible
());
in HWTEST_F()
180
EXPECT_TRUE(epView.
IsVisible
());
in HWTEST_F()
183
EXPECT_FALSE(boxProgress.
IsVisible
());
in HWTEST_F()
184
EXPECT_FALSE(epView.
IsVisible
());
in HWTEST_F()
212
EXPECT_EQ(imgView.
IsVisible
(), false);
in HWTEST_F()
269
EXPECT_TRUE(imgView.
IsVisible
());
in HWTEST_F()
281
EXPECT_FALSE(imgView.
IsVisible
());
in HWTEST_F()
[all...]
/base/update/updater/services/ui/view/page/
H
A
D
page.h
33
[[nodiscard]] virtual bool
IsVisible
() const = 0;
H
A
D
sub_page.h
30
bool
IsVisible
() const override;
H
A
D
base_page.h
34
bool
IsVisible
() const override;
H
A
D
base_page.cpp
153
bool BasePage::
IsVisible
() const
in IsVisible()
function in Updater::BasePage
159
return root_->
IsVisible
();
in IsVisible()
H
A
D
sub_page.cpp
107
bool SubPage::
IsVisible
() const
in IsVisible()
function in Updater::SubPage
H
A
D
page_manager.cpp
226
if (pg->
IsVisible
()) {
in Report()
/base/update/updater/services/ui/control/
H
A
D
event_listener.cpp
46
if (!page->
IsVisible
()) {
in operator ()()
51
if (!view.
IsVisible
()) {
in operator ()()
217
if (candidate->IsFocusable() && candidate->
IsVisible
()) {
in GetFirstFocusableViewByDir()
/base/update/updater/services/ui/view/component/
H
A
D
box_progress_adapter.cpp
71
if (!hasEp_ || ep_ == nullptr || !ep_->
IsVisible
()) {
in SetValue()
/base/update/updater/services/ui/
H
A
D
updater_ui_facade.cpp
118
return pgMgr_[it->second.progressPage.progressPageId].
IsVisible
();
in IsInProgress()
Completed in 4 milliseconds