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:totalTimeLabel_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
panel_view.cpp
38
totalTimeLabel_
(nullptr),
in PanelView()
48
totalTimeLabel_
= new UILabel();
in InitView()
50
if (curTimeLabel_ == nullptr || playImage_ == nullptr || videoSlider_ == nullptr ||
totalTimeLabel_
== nullptr ||
in InitView()
58
Add(
totalTimeLabel_
);
in InitView()
70
ACE_DELETE(
totalTimeLabel_
);
in ~PanelView()
91
return
totalTimeLabel_
;
in GetVideoTotalTimeText()
127
if (videoSlider_ == nullptr || curTimeLabel_ == nullptr ||
totalTimeLabel_
== nullptr ||
in SetVideoSlider()
139
int16_t visibleWidth = (GetWidth() - (curTimeLabel_->GetWidth()) - (
totalTimeLabel_
->GetWidth()) -
in SetVideoSlider()
H
A
D
panel_view.h
72
UILabel*
totalTimeLabel_
;
member in OHOS::ACELite::PanelView
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_video.cpp
81
if (
totalTimeLabel_
!= nullptr) {
in Prepare()
86
totalTimeLabel_
->SetText(&timer[0]);
in Prepare()
178
if (
totalTimeLabel_
!= nullptr) {
in Stop()
179
totalTimeLabel_
->SetText("00:00:00");
in Stop()
281
if (
totalTimeLabel_
!= nullptr) {
in Reset()
282
totalTimeLabel_
->SetText("00:00");
in Reset()
350
controllerGroup_->Add(
totalTimeLabel_
);
in InitVideo()
392
if (
totalTimeLabel_
== nullptr) {
in InitControllerLabel()
393
totalTimeLabel_
= new UILabel();
in InitControllerLabel()
394
if (
totalTimeLabel_
in InitControllerLabel()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_video.h
470
UILabel*
totalTimeLabel_
= nullptr;
member in OHOS::UIVideo
Completed in 3 milliseconds