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:PreviewerWindow
(Results
1 - 3
of
3
) sorted by relevance
/foundation/window/window_manager/previewer/src/
H
A
D
window_model.cpp
23
PreviewerWindow
::
PreviewerWindow
()
in PreviewerWindow()
function in OHOS::Previewer::PreviewerWindow
27
PreviewerWindow
&
PreviewerWindow
::GetInstance()
in GetInstance()
29
static
PreviewerWindow
instance;
in GetInstance()
33
Rosen::Orientation
PreviewerWindow
::TransOrientation(Previewer::Orientation orientation)
in TransOrientation()
44
void
PreviewerWindow
::SetWindowParams(const PreviewerWindowModel& windowModel)
in SetWindowParams()
49
PreviewerWindowModel&
PreviewerWindow
::GetWindowParams()
in GetWindowParams()
54
void
PreviewerWindow
::SetWindowObject(const Rosen::Window* window)
in SetWindowObject()
59
Rosen::Window*
PreviewerWindow
[all...]
H
A
D
window_scene.cpp
55
Previewer::PreviewerWindowModel& windowModel = Previewer::
PreviewerWindow
::GetInstance().GetWindowParams();
in Init()
59
config.SetOrientation(static_cast<int32_t>(Previewer::
PreviewerWindow
::TransOrientation(windowModel.orientation)));
in Init()
63
Previewer::
PreviewerWindow
::GetInstance().SetWindowObject(mainWindow_.GetRefPtr());
in Init()
/foundation/window/window_manager/previewer/include/
H
A
D
window_model.h
56
class WINDOW_EXPORT
PreviewerWindow
{
class
58
PreviewerWindow
(const
PreviewerWindow
&) = delete;
59
PreviewerWindow
& operator=(const
PreviewerWindow
&) = delete;
60
~
PreviewerWindow
() = default;
62
static
PreviewerWindow
& GetInstance();
71
PreviewerWindow
();
Completed in 2 milliseconds