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:UISurfaceView
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_surface_view.cpp
26
UISurfaceView
::
UISurfaceView
()
in UISurfaceView()
function in OHOS::UISurfaceView
30
GRAPHIC_LOGE("
UISurfaceView
::
UISurfaceView
surface create failed\n");
in UISurfaceView()
38
UISurfaceView
::~
UISurfaceView
()
in ~UISurfaceView()
46
void
UISurfaceView
::SetPosition(int16_t x, int16_t y)
in SetPosition()
50
GRAPHIC_LOGE("
UISurfaceView
::SetPosition surface is null\n");
in SetPosition()
59
void
UISurfaceView
::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height)
in SetPosition()
63
GRAPHIC_LOGE("
UISurfaceView
in SetPosition()
[all...]
H
A
D
ui_video.cpp
331
surfaceView_ = new
UISurfaceView
();
in InitVideo()
333
GRAPHIC_LOGE("new
UISurfaceView
fail");
in InitVideo()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_surface_view.h
51
class
UISurfaceView
: public UIView {
class
54
* @brief A constructor used to create a <b>
UISurfaceView
</b> instance.
59
UISurfaceView
();
62
* @brief A destructor used to delete the <b>
UISurfaceView
</b> instance.
67
~
UISurfaceView
();
H
A
D
ui_video.h
477
UISurfaceView
* surfaceView_ = nullptr;
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_surface_view_unit_test.cpp
38
UISurfaceView
* surface_;
52
surface_ = new
UISurfaceView
();
in SetUp()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
camera_component.cpp
272
cameraView_ = make_unique<
UISurfaceView
>();
in CreateNativeViews()
389
UISurfaceView
*cameraView = static_cast<
UISurfaceView
*>(ComponentUtils::GetViewFromBindingObject(context));
in TakePhoto()
H
A
D
video_view.h
187
UISurfaceView
* surfaceView_;
H
A
D
camera_component.h
158
std::unique_ptr<
UISurfaceView
> cameraView_;
H
A
D
video_view.cpp
43
surfaceView_ = new
UISurfaceView
();
in CreateVideoView()
/foundation/multimedia/camera_lite/test/unittest/
H
A
D
camera_lite_test.cpp
389
UISurfaceView
*surface = new
UISurfaceView
();
in StartPreview()
Completed in 9 milliseconds