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:surfaceView_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_video.cpp
38
if (
surfaceView_
!= nullptr) {
in ~UIVideo()
39
Remove(
surfaceView_
);
in ~UIVideo()
40
delete
surfaceView_
;
in ~UIVideo()
41
surfaceView_
= nullptr;
in ~UIVideo()
121
if (
surfaceView_
!= nullptr) {
in Play()
122
surfaceView_
->SetVisible(true);
in Play()
187
if (
surfaceView_
!= nullptr) {
in Stop()
188
surfaceView_
->SetVisible(false);
in Stop()
330
if (
surfaceView_
== nullptr) {
in InitVideo()
331
surfaceView_
in InitVideo()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
video_view.cpp
29
surfaceView_
(nullptr),
in VideoView()
43
surfaceView_
= new UISurfaceView();
in CreateVideoView()
45
if ((videoPlayer_ == nullptr) || (
surfaceView_
== nullptr) ||
in CreateVideoView()
49
Add(
surfaceView_
);
in CreateVideoView()
64
if (
surfaceView_
== nullptr) {
in SetSurfaceView()
68
surfaceView_
->SetPosition(0, 0);
in SetSurfaceView()
69
surfaceView_
->SetWidth(GetWidth());
in SetSurfaceView()
70
surfaceView_
->SetHeight(GetHeight() - PanelView::DEFAULT_PANEL_HEIGHT);
in SetSurfaceView()
89
ACE_DELETE(
surfaceView_
);
in ~VideoView()
106
if ((videoPlayer_ != nullptr) && (
surfaceView_
!
in Prepare()
[all...]
H
A
D
video_view.h
187
UISurfaceView*
surfaceView_
;
member in OHOS::ACELite::VideoView
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_video.h
477
UISurfaceView*
surfaceView_
= nullptr;
member in OHOS::UIVideo
Completed in 4 milliseconds