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:view_
(Results
1 - 3
of
3
) sorted by relevance
/base/update/updater/services/ui/view/page/
H
A
D
view_proxy.h
31
:
view_
(std::move(view)), errMsg_(message) { }
in ViewProxy()
32
explicit ViewProxy(std::unique_ptr<ComponentInterface> view) :
view_
(std::move(view)) { }
in ViewProxy()
37
if (
view_
!= nullptr) {
in operator ->()
38
return
view_
->GetOhosView();
in operator ->()
52
if (
view_
== nullptr) {
in As()
56
if (std::string(dummy.GetComponentType()) !=
view_
->GetComponentType()) {
in As()
61
return static_cast<T *>(
view_
.get());
in As()
69
if (
view_
== nullptr) {
in As()
73
OHOS::UIView *ohosView =
view_
->GetOhosView();
in As()
85
std::unique_ptr<ComponentInterface>
view_
{nullpt
[all...]
/base/powermgr/battery_manager/charger/include/
H
A
D
charger_animation.h
64
:
view_
{imageView}, info_ {info}
in ChargerAnimatorCallback()
69
if (
view_
== nullptr) {
in Init()
70
BATTERY_HILOGE(FEATURE_CHARGING, "
view_
is nullptr");
in Init()
73
animator_ = std::make_unique<OHOS::Animator>(this,
view_
.get(), 0, true);
in Init()
87
view_
->SetVisible(true);
in Start()
94
view_
->SetVisible(false);
in Stop()
116
view_
->SetSrc(currPath_.c_str());
in ShowNextImage()
117
view_
->SetResizeMode(OHOS::UIImageView::ImageResizeMode::FILL);
in ShowNextImage()
125
std::shared_ptr<UIImageView>
view_
;
member in OHOS::PowerMgr::ChargerAnimation::ChargerAnimatorCallback
/base/update/updater/services/ui/view/component/
H
A
D
img_view_adapter.cpp
35
view_
= view;
in ImgAnimatorCallback()
36
if (
view_
== nullptr) {
in ImgAnimatorCallback()
38
view_
= &dummy;
in ImgAnimatorCallback()
44
animator_ = std::make_unique<OHOS::Animator>(this,
view_
, 0, true);
in Init()
52
view_
->ShowNextImage();
56
view_
->SetVisible(true);
in Start()
61
view_
->SetVisible(false);
in Stop()
69
ImgViewAdapter *
view_
;
member in Updater::final
Completed in 2 milliseconds