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:playButton_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_video.cpp
118
if (
playButton_
!= nullptr) {
in Play()
119
playButton_
->SetState(true);
in Play()
149
if (
playButton_
!= nullptr) {
in Pause()
150
playButton_
->SetState(false);
in Pause()
181
if (
playButton_
!= nullptr) {
in Stop()
182
playButton_
->SetState(false);
in Stop()
287
if (
playButton_
!= nullptr) {
in Reset()
288
playButton_
->SetState(false);
in Reset()
354
controllerGroup_->Add(
playButton_
);
in InitVideo()
364
sliderAnimatorCallback_->SetPlayButton(
playButton_
);
in InitVideo()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_video/
H
A
D
ui_test_video.cpp
79
if (
playButton_
!= nullptr) {
in DeleteTestButtons()
80
delete
playButton_
;
in DeleteTestButtons()
81
playButton_
= nullptr;
in DeleteTestButtons()
137
playButton_
= new UILabelButton();
in InitTestButtons()
138
playButton_
->SetPosition(posX1, 200); // 200:position y
in InitTestButtons()
139
SetupTestButton(
playButton_
, "play");
in InitTestButtons()
197
container_->Add(
playButton_
);
in UIKitUIVideoTestSetVideo001()
304
if (&view ==
playButton_
) {
in OnClick2()
H
A
D
ui_test_video.h
122
UILabelButton*
playButton_
= nullptr;
member in OHOS::UITestVideo
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_video.h
341
playButton_
= toggleButton;
in SetPlayButton()
368
UIToggleButton*
playButton_
= nullptr;
member in OHOS::UIVideo::SliderAnimatorCallback
478
UIToggleButton*
playButton_
= nullptr;
member in OHOS::UIVideo
Completed in 3 milliseconds